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