Searched defs:cfctrl_rsp (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/include/net/caif/ |
| D | cfctrl.h | 42 struct cfctrl_rsp { struct 43 void (*linksetup_rsp)(struct cflayer *layer, u8 linkid, 46 void (*linkdestroy_rsp)(struct cflayer *layer, u8 linkid); 47 void (*linkerror_ind)(void); 48 void (*enum_rsp)(void); 49 void (*sleep_rsp)(void); 50 void (*wake_rsp)(void); 51 void (*restart_rsp)(void); 52 void (*radioset_rsp)(void); 53 void (*reject_rsp)(struct cflayer *layer, u8 linkid,
|
| /kernel/linux/linux-5.10/include/net/caif/ |
| D | cfctrl.h | 42 struct cfctrl_rsp { struct 43 void (*linksetup_rsp)(struct cflayer *layer, u8 linkid, 46 void (*linkdestroy_rsp)(struct cflayer *layer, u8 linkid); 47 void (*linkerror_ind)(void); 48 void (*enum_rsp)(void); 49 void (*sleep_rsp)(void); 50 void (*wake_rsp)(void); 51 void (*restart_rsp)(void); 52 void (*radioset_rsp)(void); 53 void (*reject_rsp)(struct cflayer *layer, u8 linkid,
|