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

/drivers/uwb/
H A Dneh.c96 * Controller with a given context id (context) and type (evt_type and
107 u8 evt_type; member in struct:uwb_rc_neh
231 neh->evt_type = expected_type;
309 return neh->evt_type == rceb->bEventType
/drivers/scsi/
H A Dscsi_lib.c2185 switch (evt->evt_type) {
2250 if (!test_bit(evt->evt_type, sdev->supported_events)) {
2265 * @evt_type: type of event to allocate
2270 struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type, argument
2277 evt->evt_type = evt_type;
2280 /* evt_type-specific initialization, if any */
2281 switch (evt_type) {
2295 * @evt_type: type of event to send
2301 enum scsi_device_event evt_type, gfp_
2300 sdev_evt_send_simple(struct scsi_device *sdev, enum scsi_device_event evt_type, gfp_t gfpflags) argument
[all...]
/drivers/block/
H A Dsx8.c1190 u8 evt_type = *evt_type_ptr; local
1192 pci_name(host->pdev), (int) evt_type);

Completed in 115 milliseconds