Home
last modified time | relevance | path

Searched refs:evt_type (Results 1 – 3 of 3) sorted by relevance

/drivers/uwb/
Dneh.c107 u8 evt_type; member
231 neh->evt_type = expected_type; in uwb_rc_neh_add()
309 return neh->evt_type == rceb->bEventType in uwb_rc_neh_match()
/drivers/scsi/
Dscsi_lib.c2213 switch (evt->evt_type) { in scsi_evt_emit()
2278 if (!test_bit(evt->evt_type, sdev->supported_events)) { in sdev_evt_send()
2298 struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type, in sdev_evt_alloc() argument
2305 evt->evt_type = evt_type; in sdev_evt_alloc()
2309 switch (evt_type) { in sdev_evt_alloc()
2329 enum scsi_device_event evt_type, gfp_t gfpflags) in sdev_evt_send_simple() argument
2331 struct scsi_event *evt = sdev_evt_alloc(evt_type, gfpflags); in sdev_evt_send_simple()
2334 evt_type); in sdev_evt_send_simple()
/drivers/block/
Dsx8.c1190 u8 evt_type = *evt_type_ptr; in carm_handle_responses() local
1192 pci_name(host->pdev), (int) evt_type); in carm_handle_responses()