Searched refs:vfh (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/usb/gadget/function/ |
| H A D | uvc.h | 195 struct v4l2_fh vfh; member 201 container_of(handle, struct uvc_file_handle, vfh) 205 return container_of(file_to_v4l2_fh(filp), struct uvc_file_handle, vfh); in file_to_uvc_file_handle()
|
| H A D | uvc_v4l2.c | 679 v4l2_fh_init(&handle->vfh, vdev); in uvc_v4l2_open() 680 v4l2_fh_add(&handle->vfh, file); in uvc_v4l2_open() 700 v4l2_fh_del(&handle->vfh, file); in uvc_v4l2_release() 701 v4l2_fh_exit(&handle->vfh); in uvc_v4l2_release()
|
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-flash-led-class.c | 571 if (!v4l2_fh_is_singular(&fh->vfh)) in v4l2_flash_open() 621 if (!v4l2_fh_is_singular(&fh->vfh)) in v4l2_flash_close()
|
| H A D | v4l2-ctrls-api.c | 1256 struct v4l2_fh *vfh = file_to_v4l2_fh(file); in v4l2_ctrl_log_status() local 1258 v4l2_ctrl_handler_log_status(vfh->ctrl_handler, in v4l2_ctrl_log_status()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | t4_hw.c | 5525 u32 *vfl, u32 *vfh, bool sleep_ok) in t4_read_rss_vf_config() argument 5547 t4_tp_pio_read(adapter, vfh, 1, TP_RSS_VFH_CONFIG_A, sleep_ok); in t4_read_rss_vf_config()
|