Searched refs:ev_code (Results 1 – 9 of 9) sorted by relevance
/drivers/perf/ |
D | arm-cci.c | 337 u8 ev_code = CCI400_PMU_EVENT_CODE(hw_event); in cci400_validate_hw_event() local 365 if (ev_code >= cci_pmu->model->event_ranges[if_type].min && in cci400_validate_hw_event() 366 ev_code <= cci_pmu->model->event_ranges[if_type].max) in cci400_validate_hw_event() 545 u32 ev_code = CCI5xx_PMU_EVENT_CODE(hw_event); in cci500_validate_hw_event() local 576 if (ev_code >= cci_pmu->model->event_ranges[if_type].min && in cci500_validate_hw_event() 577 ev_code <= cci_pmu->model->event_ranges[if_type].max) in cci500_validate_hw_event() 596 u32 ev_code = CCI5xx_PMU_EVENT_CODE(hw_event); in cci550_validate_hw_event() local 628 if (ev_code >= cci_pmu->model->event_ranges[if_type].min && in cci550_validate_hw_event() 629 ev_code <= cci_pmu->model->event_ranges[if_type].max) in cci550_validate_hw_event()
|
/drivers/bus/mhi/host/ |
D | main.c | 567 u32 ev_code; in parse_xfer_event() local 569 ev_code = MHI_TRE_GET_EV_CODE(event); in parse_xfer_event() 573 result.transaction_status = (ev_code == MHI_EV_CC_OVERFLOW) ? in parse_xfer_event() 582 if (ev_code >= MHI_EV_CC_OOB) in parse_xfer_event() 590 switch (ev_code) { in parse_xfer_event() 685 dev_err(dev, "Unknown event 0x%x\n", ev_code); in parse_xfer_event() 690 if (ev_code >= MHI_EV_CC_OOB) in parse_xfer_event() 705 int ev_code; in parse_rsc_event() local 712 ev_code = MHI_TRE_GET_EV_CODE(event); in parse_rsc_event() 721 result.transaction_status = (ev_code == MHI_EV_CC_OVERFLOW) ? in parse_rsc_event()
|
/drivers/scsi/ |
D | myrs.c | 688 int ev_code; member 816 int ev_idx = 0, ev_code; in myrs_log_event() local 824 if (ev->ev_code == 0x1C) { in myrs_log_event() 836 ev->ev_code = ((sshdr.asc - 0x80) << 8 | sshdr.ascq); in myrs_log_event() 838 ev_code = myrs_ev_list[ev_idx].ev_code; in myrs_log_event() 839 if (ev_code == ev->ev_code || ev_code == 0) in myrs_log_event() 845 if (ev_code == 0) { in myrs_log_event() 848 ev->ev_code); in myrs_log_event() 861 switch (ev->ev_code) { in myrs_log_event() 928 ev->ev_seq, ev->ev_code); in myrs_log_event()
|
D | myrs.h | 576 unsigned int ev_code; /* Bytes 8-11 */ member
|
/drivers/iio/light/ |
D | cm36651.c | 236 u64 ev_code; in cm36651_irq_handler() local 264 ev_code = IIO_UNMOD_EVENT_CODE(IIO_PROXIMITY, in cm36651_irq_handler() 268 iio_push_event(indio_dev, ev_code, iio_get_time_ns(indio_dev)); in cm36651_irq_handler()
|
/drivers/iio/ |
D | industrialio-event.c | 66 int iio_push_event(struct iio_dev *indio_dev, u64 ev_code, s64 timestamp) in iio_push_event() argument 79 ev.id = ev_code; in iio_push_event()
|
/drivers/net/ethernet/sfc/falcon/ |
D | farch.c | 1260 int ev_code; in ef4_farch_ev_process() local 1286 ev_code = EF4_QWORD_FIELD(event, FSF_AZ_EV_CODE); in ef4_farch_ev_process() 1288 switch (ev_code) { in ef4_farch_ev_process() 1317 ev_code, EF4_QWORD_VAL(event)); in ef4_farch_ev_process()
|
/drivers/net/ethernet/sfc/ |
D | farch.c | 1266 int ev_code; in efx_farch_ev_process() local 1291 ev_code = EFX_QWORD_FIELD(event, FSF_AZ_EV_CODE); in efx_farch_ev_process() 1293 switch (ev_code) { in efx_farch_ev_process() 1325 ev_code, EFX_QWORD_VAL(event)); in efx_farch_ev_process()
|
D | ef10.c | 3086 int ev_code; in efx_ef10_ev_process() local 3105 ev_code = EFX_QWORD_FIELD(event, ESF_DZ_EV_CODE); in efx_ef10_ev_process() 3111 switch (ev_code) { in efx_ef10_ev_process() 3140 channel->channel, ev_code, in efx_ef10_ev_process()
|