Lines Matching defs:notify
248 struct notify { struct
249 u32 global_counter; /* Any change increments this counter */
251 u8 param_counter; /* Indicates any params changed */
252 u8 param_id; /* Param modified - defined below */
253 u16 param_val; /* New val of last param modified */
255 u8 write_config_counter; /* write config occurred */
256 u8 write_config_rsvd[3];
258 u8 ldrv_op_counter; /* Indicates ldrv op started/completed */
259 u8 ldrv_opid; /* ldrv num */
260 u8 ldrv_opcmd; /* ldrv operation - defined below */
261 u8 ldrv_opstatus; /* status of the operation */
263 u8 ldrv_state_counter; /* Indicates change of ldrv state */
264 u8 ldrv_state_id; /* ldrv num */
265 u8 ldrv_state_new; /* New state */
266 u8 ldrv_state_old; /* old state */
268 u8 pdrv_state_counter; /* Indicates change of ldrv state */
269 u8 pdrv_state_id; /* pdrv id */
270 u8 pdrv_state_new; /* New state */
271 u8 pdrv_state_old; /* old state */
295 #define CUR_NOTIFY_SIZE sizeof(struct notify) argument
300 struct notify notify; member