Searched refs:evt (Results 1 – 9 of 9) sorted by relevance
/include/linux/ |
D | sh_intc.h | 16 #define evt2irq(evt) (((evt) >> 5) - 16) argument 19 #define evt2irq(evt) (evt) argument
|
D | clockchips.h | 101 int (*set_next_event)(unsigned long evt, struct clock_event_device *); 181 extern u64 clockevent_delta2ns(unsigned long latch, struct clock_event_device *evt);
|
D | leds.h | 371 extern void ledtrig_cpu(enum cpu_led_event evt); 373 static inline void ledtrig_cpu(enum cpu_led_event evt) in ledtrig_cpu() argument
|
/include/linux/uwb/ |
D | spec.h | 685 const struct uwb_rc_evt_bp_slot_change *evt) in uwb_rc_evt_bp_slot_change_slot_num() argument 687 return evt->slot_info & 0x7f; in uwb_rc_evt_bp_slot_change_slot_num() 691 const struct uwb_rc_evt_bp_slot_change *evt) in uwb_rc_evt_bp_slot_change_no_slot() argument 693 return (evt->slot_info & 0x80) >> 7; in uwb_rc_evt_bp_slot_change_no_slot() 719 static inline enum uwb_drp_notif_reason uwb_rc_evt_drp_reason(struct uwb_rc_evt_drp *evt) in uwb_rc_evt_drp_reason() argument 721 return evt->reason & 0x0f; in uwb_rc_evt_drp_reason()
|
/include/trace/events/ |
D | sched.h | 1039 TP_PROTO(struct task_struct *p, struct rq *rq, int evt, 1042 TP_ARGS(p, rq, evt, wallclock, irqtime), 1054 __field( int, evt ) 1072 __entry->evt = evt; 1096 __entry->evt, __entry->cpu, __entry->cur_pid, 1109 int evt), 1111 TP_ARGS(rq, p, runtime, samples, evt), 1118 __field( int, evt ) 1131 __entry->evt = evt; 1144 __entry->runtime, __entry->samples, __entry->evt,
|
/include/linux/perf/ |
D | arm_pmu.h | 93 int (*set_event_filter)(struct hw_perf_event *evt,
|
/include/scsi/ |
D | scsi_device.h | 386 extern void sdev_evt_send(struct scsi_device *sdev, struct scsi_event *evt);
|
/include/net/bluetooth/ |
D | hci.h | 1976 __u8 evt; member
|
D | hci_core.h | 402 void (*notify)(struct hci_dev *hdev, unsigned int evt);
|