Searched defs:evt (Results 1 - 3 of 3) sorted by relevance

/include/linux/
H A Dleds.h292 extern void ledtrig_cpu(enum cpu_led_event evt);
294 static inline void ledtrig_cpu(enum cpu_led_event evt) argument
/include/linux/uwb/
H A Dspec.h685 const struct uwb_rc_evt_bp_slot_change *evt)
687 return evt->slot_info & 0x7f;
691 const struct uwb_rc_evt_bp_slot_change *evt)
693 return (evt->slot_info & 0x80) >> 7;
719 static inline enum uwb_drp_notif_reason uwb_rc_evt_drp_reason(struct uwb_rc_evt_drp *evt) argument
721 return evt->reason & 0x0f;
684 uwb_rc_evt_bp_slot_change_slot_num( const struct uwb_rc_evt_bp_slot_change *evt) argument
690 uwb_rc_evt_bp_slot_change_no_slot( const struct uwb_rc_evt_bp_slot_change *evt) argument
/include/net/bluetooth/
H A Dhci.h1814 __u8 evt; member in struct:hci_event_hdr

Completed in 406 milliseconds