.. | .. |
---|
70 | 70 | |
---|
71 | 71 | ); |
---|
72 | 72 | |
---|
| 73 | +DEFINE_EVENT(regulator_basic, regulator_bypass_enable, |
---|
| 74 | + |
---|
| 75 | + TP_PROTO(const char *name), |
---|
| 76 | + |
---|
| 77 | + TP_ARGS(name) |
---|
| 78 | + |
---|
| 79 | +); |
---|
| 80 | + |
---|
| 81 | +DEFINE_EVENT(regulator_basic, regulator_bypass_enable_complete, |
---|
| 82 | + |
---|
| 83 | + TP_PROTO(const char *name), |
---|
| 84 | + |
---|
| 85 | + TP_ARGS(name) |
---|
| 86 | + |
---|
| 87 | +); |
---|
| 88 | + |
---|
| 89 | +DEFINE_EVENT(regulator_basic, regulator_bypass_disable, |
---|
| 90 | + |
---|
| 91 | + TP_PROTO(const char *name), |
---|
| 92 | + |
---|
| 93 | + TP_ARGS(name) |
---|
| 94 | + |
---|
| 95 | +); |
---|
| 96 | + |
---|
| 97 | +DEFINE_EVENT(regulator_basic, regulator_bypass_disable_complete, |
---|
| 98 | + |
---|
| 99 | + TP_PROTO(const char *name), |
---|
| 100 | + |
---|
| 101 | + TP_ARGS(name) |
---|
| 102 | + |
---|
| 103 | +); |
---|
| 104 | + |
---|
73 | 105 | /* |
---|
74 | 106 | * Events that take a range of numerical values, mostly for voltages |
---|
75 | 107 | * and so on. |
---|