Lines Matching defs:notify
283 struct notify { struct
284 u32 global_counter; /* Any change increments this counter */
286 u8 param_counter; /* Indicates any params changed */
287 u8 param_id; /* Param modified - defined below */
288 u16 param_val; /* New val of last param modified */
290 u8 write_config_counter; /* write config occurred */
291 u8 write_config_rsvd[3];
293 u8 ldrv_op_counter; /* Indicates ldrv op started/completed */
294 u8 ldrv_opid; /* ldrv num */
295 u8 ldrv_opcmd; /* ldrv operation - defined below */
296 u8 ldrv_opstatus; /* status of the operation */
298 u8 ldrv_state_counter; /* Indicates change of ldrv state */
299 u8 ldrv_state_id; /* ldrv num */
300 u8 ldrv_state_new; /* New state */
301 u8 ldrv_state_old; /* old state */
303 u8 pdrv_state_counter; /* Indicates change of ldrv state */
304 u8 pdrv_state_id; /* pdrv id */
305 u8 pdrv_state_new; /* New state */
306 u8 pdrv_state_old; /* old state */
330 #define CUR_NOTIFY_SIZE sizeof(struct notify) argument
335 struct notify notify; member