Home
last modified time | relevance | path

Searched defs:vcap (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/media/platform/st/stm32/stm32-dcmipp/
H A Ddcmipp-bytecap.c187 struct dcmipp_bytecap_device *vcap = video_drvdata(file); in dcmipp_bytecap_g_fmt_vid_cap() local
197 struct dcmipp_bytecap_device *vcap = video_drvdata(file); in dcmipp_bytecap_try_fmt_vid_cap() local
237 struct dcmipp_bytecap_device *vcap = video_drvdata(file); in dcmipp_bytecap_s_fmt_vid_cap() local
358 dcmipp_start_capture(struct dcmipp_bytecap_device * vcap,struct dcmipp_buf * buf) dcmipp_start_capture() argument
372 dcmipp_bytecap_all_buffers_done(struct dcmipp_bytecap_device * vcap,enum vb2_buffer_state state) dcmipp_bytecap_all_buffers_done() argument
386 struct dcmipp_bytecap_device *vcap = vb2_get_drv_priv(vq); dcmipp_bytecap_start_streaming() local
468 dcmipp_dump_status(struct dcmipp_bytecap_device * vcap) dcmipp_dump_status() argument
486 struct dcmipp_bytecap_device *vcap = vb2_get_drv_priv(vq); dcmipp_bytecap_stop_streaming() local
539 struct dcmipp_bytecap_device *vcap = vb2_get_drv_priv(vb->vb2_queue); dcmipp_bytecap_buf_prepare() local
571 struct dcmipp_bytecap_device *vcap = dcmipp_bytecap_buf_queue() local
601 struct dcmipp_bytecap_device *vcap = vb2_get_drv_priv(vq); dcmipp_bytecap_queue_setup() local
640 struct dcmipp_bytecap_device *vcap = dcmipp_bytecap_release() local
651 struct dcmipp_bytecap_device *vcap = dcmipp_bytecap_ent_release() local
658 dcmipp_buffer_done(struct dcmipp_bytecap_device * vcap,struct dcmipp_buf * buf,size_t bytesused,int err) dcmipp_buffer_done() argument
682 dcmipp_bytecap_set_next_frame_or_stop(struct dcmipp_bytecap_device * vcap) dcmipp_bytecap_set_next_frame_or_stop() argument
714 dcmipp_bytecap_process_frame(struct dcmipp_bytecap_device * vcap,size_t bytesused) dcmipp_bytecap_process_frame() argument
742 struct dcmipp_bytecap_device *vcap = dcmipp_bytecap_irq_thread() local
796 struct dcmipp_bytecap_device *vcap = dcmipp_bytecap_irq_callback() local
813 struct dcmipp_bytecap_device *vcap = container_of(vd, dcmipp_bytecap_link_validate() local
861 struct dcmipp_bytecap_device *vcap; dcmipp_bytecap_ent_init() local
[all...]
/linux/drivers/net/ethernet/mscc/
H A Docelot_vcap.c50 const struct vcap_props *vcap) in vcap_read_update_ctrl() argument
55 static void vcap_cmd(struct ocelot *ocelot, const struct vcap_props *vcap, in vcap_cmd() argument
82 static void vcap_row_cmd(struct ocelot *ocelot, const struct vcap_props *vcap, in vcap_row_cmd() argument
89 const struct vcap_props *vcap, in vcap_entry2cache() argument
106 vcap_cache2entry(struct ocelot * ocelot,const struct vcap_props * vcap,struct vcap_data * data) vcap_cache2entry() argument
124 vcap_action2cache(struct ocelot * ocelot,const struct vcap_props * vcap,struct vcap_data * data) vcap_action2cache() argument
149 vcap_cache2action(struct ocelot * ocelot,const struct vcap_props * vcap,struct vcap_data * data) vcap_cache2action() argument
173 vcap_data_offset_get(const struct vcap_props * vcap,struct vcap_data * data,int ix) vcap_data_offset_get() argument
254 vcap_key_set(const struct vcap_props * vcap,struct vcap_data * data,int field,u32 value,u32 mask) vcap_key_set() argument
263 vcap_key_bytes_set(const struct vcap_props * vcap,struct vcap_data * data,int field,u8 * val,u8 * msk) vcap_key_bytes_set() argument
294 vcap_key_l4_port_set(const struct vcap_props * vcap,struct vcap_data * data,int field,struct ocelot_vcap_udp_tcp * port) vcap_key_l4_port_set() argument
306 vcap_key_bit_set(const struct vcap_props * vcap,struct vcap_data * data,int field,enum ocelot_vcap_bit val) vcap_key_bit_set() argument
320 vcap_action_set(const struct vcap_props * vcap,struct vcap_data * data,int field,u32 value) vcap_action_set() argument
333 const struct vcap_props *vcap = &ocelot->vcap[VCAP_IS2]; is2_action_set() local
348 const struct vcap_props *vcap = &ocelot->vcap[VCAP_IS2]; is2_entry_set() local
649 const struct vcap_props *vcap = &ocelot->vcap[VCAP_IS1]; is1_action_set() local
672 const struct vcap_props *vcap = &ocelot->vcap[VCAP_IS1]; is1_entry_set() local
784 const struct vcap_props *vcap = &ocelot->vcap[VCAP_ES0]; es0_action_set() local
812 const struct vcap_props *vcap = &ocelot->vcap[VCAP_ES0]; es0_entry_set() local
855 const struct vcap_props *vcap = &ocelot->vcap[filter->block_id]; vcap_entry_get() local
1316 ocelot_vcap_init_one(struct ocelot * ocelot,const struct vcap_props * vcap) ocelot_vcap_init_one() argument
1335 ocelot_vcap_detect_constants(struct ocelot * ocelot,struct vcap_props * vcap) ocelot_vcap_detect_constants() argument
1420 struct vcap_props *vcap = &ocelot->vcap[i]; ocelot_vcap_init() local
[all...]
H A Docelot_flower.c555 const struct vcap_props *vcap = &ocelot->vcap[VCAP_ES0]; in ocelot_flower_parse_indev() local
843 const struct vcap_props *vcap = &ocelot->vcap[VCAP_ES0]; in ocelot_vcap_filter_create() local
/linux/tools/testing/selftests/media_tests/
H A Dvideo_device_test.c85 struct v4l2_capability vcap; in loop_test() local
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_vcap_debugfs.c221 const struct vcap_info *vcap; in lan966x_vcap_port_info() local
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vcap_debugfs.c445 const struct vcap_info *vcap; in sparx5_port_info() local
/linux/drivers/net/dsa/ocelot/
H A Dfelix.h35 struct vcap_props *vcap; member
/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_debugfs.c270 const struct vcap_info *vcap = &vctrl->vcaps[admin->vtype]; in vcap_show_admin_info() local
[all...]
H A Dvcap_api.c224 const struct vcap_info *vcap = &vctrl->vcaps[vt]; in vcap_verify_keystream_keyset() local
[all...]
/linux/arch/powerpc/platforms/pseries/
H A Dvas.c761 static int reconfig_close_windows(struct vas_caps *vcap, int excess_creds, in reconfig_close_windows() argument
/linux/drivers/media/pci/cx18/
H A Dcx18-ioctl.c421 struct v4l2_capability *vcap) in cx18_querycap() argument
/linux/drivers/media/i2c/
H A Dvideo-i2c.c562 struct v4l2_capability *vcap) in video_i2c_querycap() argument
/linux/drivers/media/pci/cobalt/
H A Dcobalt-v4l2.c471 struct v4l2_capability *vcap) in cobalt_querycap() argument
/linux/drivers/media/pci/ivtv/
H A Divtv-ioctl.c728 static int ivtv_querycap(struct file *file, void *fh, struct v4l2_capability *vcap) in ivtv_querycap() argument
/linux/sound/hda/common/
H A Dcodec.c3930 unsigned int vcap, vref; in snd_hda_correct_pin_ctl() local