Searched refs:evt_type (Results 1 - 4 of 4) sorted by last modified time

/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_error.c394 enum scsi_device_event evt_type = SDEV_EVT_MAXBITS; /* i.e. none */ local
398 evt_type = SDEV_EVT_INQUIRY_CHANGE_REPORTED;
402 evt_type = SDEV_EVT_LUN_CHANGE_REPORTED;
417 evt_type = SDEV_EVT_SOFT_THRESHOLD_REACHED_REPORTED;
425 evt_type = SDEV_EVT_MODE_PARAMETER_CHANGE_REPORTED;
429 evt_type = SDEV_EVT_CAPACITY_CHANGE_REPORTED;
437 if (evt_type != SDEV_EVT_MAXBITS) {
438 set_bit(evt_type, sdev->pending_events);
H A Dscsi_lib.c2586 switch (evt->evt_type) {
2625 enum scsi_device_event evt_type; local
2630 for (evt_type = SDEV_EVT_FIRST; evt_type <= SDEV_EVT_LAST; evt_type++)
2631 if (test_and_clear_bit(evt_type, sdev->pending_events))
2632 sdev_evt_send_simple(sdev, evt_type, GFP_KERNEL);
2670 if (!test_bit(evt->evt_type, sdev->supported_events)) {
2685 * @evt_type: type of event to allocate
2690 struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type, argument
2725 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 89 milliseconds