Home
last modified time | relevance | path

Searched defs:hdl (Results 1 – 25 of 197) sorted by relevance

12345678

/Linux-v4.19/drivers/staging/rtl8712/
Drtl8712_io.c39 struct intf_hdl *hdl = &adapter->pio_queue->intf; in r8712_read8() local
46 struct intf_hdl *hdl = &adapter->pio_queue->intf; in r8712_read16() local
53 struct intf_hdl *hdl = &adapter->pio_queue->intf; in r8712_read32() local
60 struct intf_hdl *hdl = &adapter->pio_queue->intf; in r8712_write8() local
67 struct intf_hdl *hdl = &adapter->pio_queue->intf; in r8712_write16() local
74 struct intf_hdl *hdl = &adapter->pio_queue->intf; in r8712_write32() local
81 struct intf_hdl *hdl = &adapter->pio_queue->intf; in r8712_read_mem() local
91 struct intf_hdl *hdl = &adapter->pio_queue->intf; in r8712_write_mem() local
98 struct intf_hdl *hdl = &adapter->pio_queue->intf; in r8712_read_port() local
108 struct intf_hdl *hdl = &adapter->pio_queue->intf; in r8712_write_port() local
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-ctrls.c1882 static inline int handler_set_err(struct v4l2_ctrl_handler *hdl, int err) in handler_set_err()
1890 int v4l2_ctrl_handler_init_class(struct v4l2_ctrl_handler *hdl, in v4l2_ctrl_handler_init_class()
1909 void v4l2_ctrl_handler_free(struct v4l2_ctrl_handler *hdl) in v4l2_ctrl_handler_free()
1947 struct v4l2_ctrl_handler *hdl, u32 id) in find_private_ref()
1968 static struct v4l2_ctrl_ref *find_ref(struct v4l2_ctrl_handler *hdl, u32 id) in find_ref()
1996 struct v4l2_ctrl_handler *hdl, u32 id) in find_ref_lock()
2009 struct v4l2_ctrl *v4l2_ctrl_find(struct v4l2_ctrl_handler *hdl, u32 id) in v4l2_ctrl_find()
2018 static int handler_new_ref(struct v4l2_ctrl_handler *hdl, in handler_new_ref()
2089 static struct v4l2_ctrl *v4l2_ctrl_new(struct v4l2_ctrl_handler *hdl, in v4l2_ctrl_new()
2233 struct v4l2_ctrl *v4l2_ctrl_new_custom(struct v4l2_ctrl_handler *hdl, in v4l2_ctrl_new_custom()
[all …]
/Linux-v4.19/drivers/media/common/
Dcx2341x.c1274 static int cx2341x_hdl_api(struct cx2341x_handler *hdl, in cx2341x_hdl_api()
1297 struct cx2341x_handler *hdl = to_cxhdl(ctrl); in cx2341x_try_ctrl() local
1345 struct cx2341x_handler *hdl = to_cxhdl(ctrl); in cx2341x_s_ctrl() local
1513 static struct v4l2_ctrl *cx2341x_ctrl_new_custom(struct v4l2_ctrl_handler *hdl, in cx2341x_ctrl_new_custom()
1536 static struct v4l2_ctrl *cx2341x_ctrl_new_std(struct v4l2_ctrl_handler *hdl, in cx2341x_ctrl_new_std()
1542 static struct v4l2_ctrl *cx2341x_ctrl_new_menu(struct v4l2_ctrl_handler *hdl, in cx2341x_ctrl_new_menu()
1551 struct v4l2_ctrl_handler *hdl = &cxhdl->hdl; in cx2341x_handler_init() local
/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_main.c112 struct i40iw_handler *hdl; in i40iw_find_i40e_handler() local
132 struct i40iw_handler *hdl; in i40iw_find_netdev() local
150 static void i40iw_add_handler(struct i40iw_handler *hdl) in i40iw_add_handler()
163 static int i40iw_del_handler(struct i40iw_handler *hdl) in i40iw_del_handler()
1553 static enum i40iw_status_code i40iw_setup_init_state(struct i40iw_handler *hdl, in i40iw_setup_init_state()
1632 struct i40iw_handler *hdl; in i40iw_open() local
1744 struct i40iw_handler *hdl; in i40iw_l2param_change() local
1788 struct i40iw_handler *hdl; in i40iw_close() local
1816 struct i40iw_handler *hdl; in i40iw_vf_reset() local
1868 struct i40iw_handler *hdl; in i40iw_vf_enable() local
[all …]
/Linux-v4.19/drivers/media/platform/sti/delta/
Ddelta-ipc.c26 #define to_ctx(hdl) ((struct delta_ipc_ctx *)hdl) argument
112 struct delta_buf **ipc_buf, void **hdl) in delta_ipc_open()
231 int delta_ipc_set_stream(void *hdl, struct delta_ipc_param *param) in delta_ipc_set_stream()
321 int delta_ipc_decode(void *hdl, struct delta_ipc_param *param, in delta_ipc_decode()
435 void delta_ipc_close(void *hdl) in delta_ipc_close()
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Drtw_proc.c93 const struct rtw_proc_hdl *hdl = drv_proc_hdls+index; in rtw_drv_proc_open() local
101 const struct rtw_proc_hdl *hdl = drv_proc_hdls+index; in rtw_drv_proc_write() local
424 const struct rtw_proc_hdl *hdl = adapter_proc_hdls+index; in rtw_adapter_proc_open() local
432 const struct rtw_proc_hdl *hdl = adapter_proc_hdls+index; in rtw_adapter_proc_write() local
607 const struct rtw_proc_hdl *hdl = odm_proc_hdls+index; in rtw_odm_proc_open() local
615 const struct rtw_proc_hdl *hdl = odm_proc_hdls+index; in rtw_odm_proc_write() local
/Linux-v4.19/drivers/media/i2c/
Dtw9903.c37 struct v4l2_ctrl_handler hdl; member
205 struct v4l2_ctrl_handler *hdl; in tw9903_probe() local
Dtw9906.c28 struct v4l2_ctrl_handler hdl; member
173 struct v4l2_ctrl_handler *hdl; in tw9906_probe() local
Dvs6624.c37 struct v4l2_ctrl_handler hdl; member
754 struct v4l2_ctrl_handler *hdl; in vs6624_probe() local
Dadv7183.c34 struct v4l2_ctrl_handler hdl; member
537 struct v4l2_ctrl_handler *hdl; in adv7183_probe() local
Dtlv320aic23b.c41 struct v4l2_ctrl_handler hdl; member
Dsaa6752hs.c95 struct v4l2_ctrl_handler hdl; member
679 struct v4l2_ctrl_handler *hdl; in saa6752hs_probe() local
Dcs53l32a.c42 struct v4l2_ctrl_handler hdl; member
Dcs5345.c37 struct v4l2_ctrl_handler hdl; member
Dwm8739.c51 struct v4l2_ctrl_handler hdl; member
/Linux-v4.19/drivers/media/radio/
Dradio-sf16fmi.c49 struct v4l2_ctrl_handler hdl; member
277 struct v4l2_ctrl_handler *hdl = &fmi->hdl; in fmi_init() local
Dradio-keene.c61 struct v4l2_ctrl_handler hdl; member
310 struct v4l2_ctrl_handler *hdl; in usb_keene_probe() local
Dradio-isa.h34 struct v4l2_ctrl_handler hdl; member
/Linux-v4.19/drivers/media/usb/gspca/stv06xx/
Dstv06xx_st6422.c99 struct v4l2_ctrl_handler *hdl = &sd->gspca_dev.ctrl_handler; in st6422_init_controls() local
Dstv06xx_vv6410.c95 struct v4l2_ctrl_handler *hdl = &sd->gspca_dev.ctrl_handler; in vv6410_init_controls() local
/Linux-v4.19/include/media/
Dv4l2-flash-led-class.h90 struct v4l2_ctrl_handler hdl; member
/Linux-v4.19/drivers/media/pci/saa7134/
Dsaa7134-empress.c252 struct v4l2_ctrl_handler *hdl = &dev->empress_ctrl_handler; in empress_init() local
/Linux-v4.19/drivers/media/usb/gspca/
Dspca561.c800 struct v4l2_ctrl_handler *hdl = &gspca_dev->ctrl_handler; in sd_init_controls_12a() local
823 struct v4l2_ctrl_handler *hdl = &gspca_dev->ctrl_handler; in sd_init_controls_72a() local
Dvicam.c299 struct v4l2_ctrl_handler *hdl = &gspca_dev->ctrl_handler; in sd_init_controls() local
/Linux-v4.19/drivers/media/usb/gspca/m5602/
Dm5602_ov7660.c279 struct v4l2_ctrl_handler *hdl = &sd->gspca_dev.ctrl_handler; in ov7660_init_controls() local

12345678