Home
last modified time | relevance | path

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

/drivers/uwb/
Dneh.c105 u8 evt_type; member
228 neh->evt_type = expected_type; in uwb_rc_neh_add()
306 return neh->evt_type == rceb->bEventType in uwb_rc_neh_match()
/drivers/scsi/
Dscsi_lib.c2363 switch (evt->evt_type) { in scsi_evt_emit()
2428 if (!test_bit(evt->evt_type, sdev->supported_events)) { in sdev_evt_send()
2448 struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type, in sdev_evt_alloc() argument
2455 evt->evt_type = evt_type; in sdev_evt_alloc()
2459 switch (evt_type) { in sdev_evt_alloc()
2479 enum scsi_device_event evt_type, gfp_t gfpflags) in sdev_evt_send_simple() argument
2481 struct scsi_event *evt = sdev_evt_alloc(evt_type, gfpflags); in sdev_evt_send_simple()
2484 evt_type); in sdev_evt_send_simple()
/drivers/block/
Dsx8.c1189 u8 evt_type = *evt_type_ptr; in carm_handle_responses() local
1191 pci_name(host->pdev), (int) evt_type); in carm_handle_responses()