Searched refs:container_of (Results 151 - 175 of 7855) sorted by path

1234567891011>>

/linux-master/drivers/media/radio/
H A Ddsbr100.c59 #define v4l2_dev_to_radio(d) container_of(d, struct dsbr100_device, v4l2_dev)
228 container_of(ctrl->handler, struct dsbr100_device, hdl);
H A Dradio-aimslab.c89 struct rtrack *rt = container_of(isa, struct rtrack, isa);
120 struct rtrack *rt = container_of(isa, struct rtrack, isa);
H A Dradio-aztech.c70 struct aztech *az = container_of(isa, struct aztech, isa);
111 struct aztech *az = container_of(isa, struct aztech, isa);
H A Dradio-cadet.c438 struct cadet *dev = container_of(ctrl->handler, struct cadet, ctrl_handler);
H A Dradio-keene.c66 return container_of(v4l2_dev, struct keene_device, v4l2_dev);
235 container_of(ctrl->handler, struct keene_device, hdl);
H A Dradio-ma901.c89 return container_of(v4l2_dev, struct ma901radio_device, v4l2_dev);
272 container_of(ctrl->handler, struct ma901radio_device, hdl);
H A Dradio-mr800.c132 return container_of(v4l2_dev, struct amradio_device, v4l2_dev);
397 container_of(ctrl->handler, struct amradio_device, hdl);
H A Dradio-raremono.c118 return container_of(v4l2_dev, struct raremono_device, v4l2_dev);
H A Dradio-tea5777.c486 container_of(c->handler, struct radio_tea5777, ctrl_handler);
H A Dradio-typhoon.c113 struct typhoon *ty = container_of(isa, struct typhoon, isa);
H A Dradio-zoltrix.c89 struct zoltrix *zol = container_of(isa, struct zoltrix, isa);
109 struct zoltrix *zol = container_of(isa, struct zoltrix, isa);
166 struct zoltrix *zol = container_of(isa, struct zoltrix, isa);
183 struct zoltrix *zol = container_of(isa, struct zoltrix, isa);
/linux-master/drivers/media/radio/si470x/
H A Dradio-si470x-common.c578 container_of(ctrl->handler, struct si470x_device, hdl);
/linux-master/drivers/media/radio/wl128x/
H A Dfmdrv_v4l2.c193 struct fmdev *fmdev = container_of(ctrl->handler,
210 struct fmdev *fmdev = container_of(ctrl->handler,
/linux-master/drivers/media/usb/dvb-usb/
H A Ddvb-usb-remote.c112 container_of(work, struct dvb_usb_device, rc_query_work.work);
249 container_of(work, struct dvb_usb_device, rc_query_work.work);
/linux-master/drivers/media/usb/go7007/
H A Dgo7007-priv.h255 return container_of(v4l2_dev, struct go7007, v4l2_dev);
/linux-master/drivers/media/usb/gspca/
H A Dconex.c868 container_of(ctrl->handler, struct gspca_dev, ctrl_handler);
H A Ddtcs033.c190 container_of(ctrl->handler,
H A Detoms.c688 container_of(ctrl->handler, struct gspca_dev, ctrl_handler);
H A Djeilinj.c391 container_of(ctrl->handler, struct gspca_dev, ctrl_handler);
H A Dmars.c146 container_of(ctrl->handler, struct gspca_dev, ctrl_handler);
H A Dpac207.c204 container_of(ctrl->handler, struct gspca_dev, ctrl_handler);
H A Dpac7311.c359 container_of(ctrl->handler, struct gspca_dev, ctrl_handler);
/linux-master/drivers/media/usb/gspca/m5602/
H A Dm5602_ov7660.c409 container_of(ctrl->handler, struct gspca_dev, ctrl_handler);
H A Dm5602_ov9650.c716 container_of(ctrl->handler, struct gspca_dev, ctrl_handler);
H A Dm5602_s5k4aa.c683 container_of(ctrl->handler, struct gspca_dev, ctrl_handler);

Completed in 276 milliseconds

1234567891011>>