Searched refs:container_of (Results 126 - 150 of 7855) sorted by path

1234567891011>>

/linux-master/drivers/infiniband/hw/qib/
H A Dqib_ruc.c248 struct qib_qp_priv *priv = container_of(work, struct qib_qp_priv,
/linux-master/drivers/input/misc/
H A Darizona-haptics.c33 struct arizona_haptics *haptics = container_of(work,
H A Dgpio-beeper.c30 struct gpio_beeper *beep = container_of(work, struct gpio_beeper, work);
H A Drave-sp-pwrbutton.c26 container_of(nb, struct rave_sp_power_button, nb);
/linux-master/drivers/input/
H A Dmousedev.c413 struct mousedev *mousedev = container_of(dev, struct mousedev, dev);
544 mousedev = container_of(inode->i_cdev, struct mousedev, cdev);
/linux-master/drivers/input/touchscreen/
H A Dda9034-ts.c226 container_of(work, struct da9034_touch, tsi_work.work);
235 container_of(nb, struct da9034_touch, notifier);
/linux-master/drivers/isdn/hardware/mISDN/
H A Dspeedfax.c238 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D);
239 struct dchannel *dch = container_of(dev, struct dchannel, dev);
/linux-master/drivers/leds/
H A Dleds-lp8788.c92 container_of(led_cdev, struct lp8788_led, led_dev);
H A Dleds-menf21bmc.c56 struct menf21bmc_led *led = container_of(led_cdev,
H A Dleds-ot200.c95 struct ot200_led *led = container_of(led_cdev, struct ot200_led, cdev);
/linux-master/drivers/leds/trigger/
H A Dledtrig-backlight.c31 struct bl_trig_notifier *n = container_of(p,
/linux-master/drivers/media/i2c/cx25840/
H A Dcx25840-core.h104 return container_of(sd, struct cx25840_state, sd);
109 return &container_of(ctrl->handler, struct cx25840_state, hdl)->sd;
/linux-master/drivers/media/mc/
H A Dmc-dev-allocator.c39 return container_of(mdev, struct media_device_instance, mdev);
45 container_of(kref, struct media_device_instance, refcount);
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-irq.c202 container_of(work, struct cobalt, irq_work_queue);
/linux-master/drivers/media/pci/cx18/
H A Dcx18-av-core.h334 return container_of(sd, struct cx18_av_state, sd);
339 return &container_of(ctrl->handler, struct cx18_av_state, hdl)->sd;
H A Dcx18-controls.c21 struct cx18 *cx = container_of(cxhdl, struct cx18, cxhdl);
77 struct cx18 *cx = container_of(cxhdl, struct cx18, cxhdl);
95 struct cx18 *cx = container_of(cxhdl, struct cx18, cxhdl);
106 struct cx18 *cx = container_of(cxhdl, struct cx18, cxhdl);
/linux-master/drivers/media/pci/cx23885/
H A Daltera-ci.c392 container_of(work, struct fpga_internal, work);
H A Dcimax2.c338 container_of(work, struct netup_ci_state, work);
H A Dcx23885-av.c17 container_of(work, struct cx23885_dev, cx25840_work);
H A Dcx23885-ir.c27 container_of(work, struct cx23885_dev, ir_rx_work);
50 container_of(work, struct cx23885_dev, ir_tx_work);
H A Dcx23885-vbi.c132 struct cx23885_buffer *buf = container_of(vbuf,
155 struct cx23885_buffer *buf = container_of(vbuf,
186 struct cx23885_buffer *buf = container_of(vbuf,
/linux-master/drivers/media/pci/ivtv/
H A Divtv-controls.c16 struct ivtv *itv = container_of(cxhdl, struct ivtv, cxhdl);
53 struct ivtv *itv = container_of(cxhdl, struct ivtv, cxhdl);
70 struct ivtv *itv = container_of(cxhdl, struct ivtv, cxhdl);
81 struct ivtv *itv = container_of(cxhdl, struct ivtv, cxhdl);
122 struct ivtv *itv = container_of(ctrl->handler, struct ivtv, cxhdl.hdl);
136 struct ivtv *itv = container_of(ctrl->handler, struct ivtv, cxhdl.hdl);
H A Divtv-irq.c92 struct ivtv *itv = container_of(work, struct ivtv, irq_work);
/linux-master/drivers/media/pci/mantis/
H A Dmantis_evm.c29 struct mantis_ca *ca = container_of(work, struct mantis_ca, hif_evm_work);
H A Dmantis_uart.c81 struct mantis_pci *mantis = container_of(work, struct mantis_pci, uart_work);

Completed in 333 milliseconds

1234567891011>>