Home
last modified time | relevance | path

Searched refs:ev_code (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/iio/light/
H A Dapds9306.c469 u64 ev_code; in apds9306_read_data() local
520 ev_code = IIO_UNMOD_EVENT_CODE(IIO_LIGHT, 0, in apds9306_read_data()
524 ev_code = IIO_MOD_EVENT_CODE(IIO_INTENSITY, 0, in apds9306_read_data()
529 iio_push_event(indio_dev, ev_code, iio_get_time_ns(indio_dev)); in apds9306_read_data()
935 u64 ev_code; in apds9306_irq_handler() local
955 ev_code = IIO_UNMOD_EVENT_CODE(IIO_LIGHT, 0, in apds9306_irq_handler()
959 ev_code = IIO_MOD_EVENT_CODE(IIO_INTENSITY, 0, in apds9306_irq_handler()
964 iio_push_event(indio_dev, ev_code, iio_get_time_ns(indio_dev)); in apds9306_irq_handler()
/linux/drivers/net/ethernet/sfc/siena/
H A Dfarch.c1268 int ev_code; in efx_farch_ev_process() local
1293 ev_code = EFX_QWORD_FIELD(event, FSF_AZ_EV_CODE); in efx_farch_ev_process()
1295 switch (ev_code) { in efx_farch_ev_process()
1327 ev_code, EFX_QWORD_VAL(event)); in efx_farch_ev_process()
/linux/drivers/scsi/
H A Dmyrs.h576 unsigned int ev_code; /* Bytes 8-11 */ member
/linux/drivers/net/ethernet/sfc/
H A Def10.c3104 int ev_code; in efx_ef10_ev_process() local
3122 ev_code = EFX_QWORD_FIELD(event, ESF_DZ_EV_CODE); in efx_ef10_ev_process()
3128 switch (ev_code) { in efx_ef10_ev_process()
3161 channel->channel, ev_code, in efx_ef10_ev_process()