Home
last modified time | relevance | path

Searched defs:ev_code (Results 1 – 7 of 7) sorted by relevance

/linux-3.3/arch/arm/mach-imx/
Dmach-mx53_loco.c195 #define GPIO_BUTTON(gpio_num, ev_code, act_low, descr, wake) \ argument
Dmach-mx53_ard.c106 #define GPIO_BUTTON(gpio_num, ev_code, act_low, descr, wake) \ argument
/linux-3.3/arch/arm/mach-omap2/
Dboard-omap3pandora.c124 #define GPIO_BUTTON(gpio_num, ev_type, ev_code, act_low, descr) \ argument
/linux-3.3/drivers/net/ethernet/sfc/
Dnic.c998 int ev_code; in efx_nic_process_eventq() local
1179 int ev_code, ev_sub_code, ev_queue; in efx_poll_flush_events() local
/linux-3.3/arch/arm/mach-shmobile/
Dboard-mackerel.c1285 #define KEYPAD_BUTTON(ev_type, ev_code, act_low) \ argument
/linux-3.3/sound/oss/
Dsequencer.c213 unsigned char event_rec[EV_SZ], ev_code; in sequencer_write() local
/linux-3.3/drivers/staging/iio/
Dindustrialio-core.c134 int iio_push_event(struct iio_dev *indio_dev, u64 ev_code, s64 timestamp) in iio_push_event()