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