| /linux/drivers/media/platform/st/stm32/stm32-dcmipp/ |
| A D | dcmipp-bytecap.c | 233 vcap->format.width, vcap->format.height, in dcmipp_bytecap_s_fmt_vid_cap() 432 vcap->next->vb.vb2_buf.index, vcap->next, &vcap->next->addr); in dcmipp_bytecap_start_streaming() 434 dcmipp_start_capture(vcap, vcap->next); in dcmipp_bytecap_start_streaming() 438 reg_set(vcap, DCMIPP_CMIER, vcap->cmier); in dcmipp_bytecap_start_streaming() 491 reg_clear(vcap, DCMIPP_CMIER, vcap->cmier); in dcmipp_bytecap_stop_streaming() 525 vcap->count.limit, vcap->count.nactive, in dcmipp_bytecap_stop_streaming() 708 vcap->next->vb.vb2_buf.index, vcap->next, &vcap->next->addr); in dcmipp_bytecap_set_next_frame_or_stop() 747 cmsr2 = vcap->cmsr2 & vcap->cmier; in dcmipp_bytecap_irq_thread() 783 swap(vcap->active, vcap->next); in dcmipp_bytecap_irq_thread() 798 vcap->cmsr2 = reg_read(vcap, DCMIPP_CMSR2) & vcap->cmier; in dcmipp_bytecap_irq_callback() [all …]
|
| /linux/drivers/net/ethernet/mscc/ |
| A D | ocelot_vcap.c | 85 vcap_cmd(ocelot, vcap, vcap->entry_count - row - 1, cmd, sel); in vcap_row_cmd() 333 const struct vcap_props *vcap = &ocelot->vcap[VCAP_IS2]; in is2_action_set() local 348 const struct vcap_props *vcap = &ocelot->vcap[VCAP_IS2]; in is2_entry_set() local 649 const struct vcap_props *vcap = &ocelot->vcap[VCAP_IS1]; in is1_action_set() local 672 const struct vcap_props *vcap = &ocelot->vcap[VCAP_IS1]; in is1_entry_set() local 784 const struct vcap_props *vcap = &ocelot->vcap[VCAP_ES0]; in es0_action_set() local 812 const struct vcap_props *vcap = &ocelot->vcap[VCAP_ES0]; in es0_entry_set() local 1348 vcap->tg_width = ocelot_target_read(ocelot, vcap->target, in ocelot_vcap_detect_constants() 1386 vcap->entry_width -= vcap->tg_width * vcap->sw_count; in ocelot_vcap_detect_constants() 1397 vcap->counter_words = vcap->sw_count; in ocelot_vcap_detect_constants() [all …]
|
| A D | ocelot_flower.c | 525 const struct vcap_props *vcap = &ocelot->vcap[VCAP_ES0]; in ocelot_flower_parse_indev() local 526 int key_length = vcap->keys[VCAP_ES0_IGR_PORT].length; in ocelot_flower_parse_indev() 813 const struct vcap_props *vcap = &ocelot->vcap[VCAP_ES0]; in ocelot_vcap_filter_create() local 814 int key_length = vcap->keys[VCAP_ES0_EGR_PORT].length; in ocelot_vcap_filter_create()
|
| A D | ocelot_vsc7514.c | 345 ocelot->vcap = vsc7514_vcap_props; in mscc_ocelot_probe()
|
| /linux/drivers/net/ethernet/microchip/vcap/ |
| A D | Makefile | 6 obj-$(CONFIG_VCAP) += vcap.o 8 vcap-$(CONFIG_DEBUG_FS) += vcap_api_debugfs.o 10 vcap-y += vcap_api.o vcap_tc.o
|
| A D | vcap_api_debugfs.c | 270 const struct vcap_info *vcap = &vctrl->vcaps[admin->vtype]; in vcap_show_admin_info() local 272 out->prf(out->dst, "name: %s\n", vcap->name); in vcap_show_admin_info() 273 out->prf(out->dst, "rows: %d\n", vcap->rows); in vcap_show_admin_info() 274 out->prf(out->dst, "sw_count: %d\n", vcap->sw_count); in vcap_show_admin_info() 275 out->prf(out->dst, "sw_width: %d\n", vcap->sw_width); in vcap_show_admin_info() 276 out->prf(out->dst, "sticky_width: %d\n", vcap->sticky_width); in vcap_show_admin_info() 277 out->prf(out->dst, "act_width: %d\n", vcap->act_width); in vcap_show_admin_info() 278 out->prf(out->dst, "default_cnt: %d\n", vcap->default_cnt); in vcap_show_admin_info() 279 out->prf(out->dst, "require_cnt_dis: %d\n", vcap->require_cnt_dis); in vcap_show_admin_info() 280 out->prf(out->dst, "version: %d\n", vcap->version); in vcap_show_admin_info()
|
| /linux/tools/testing/selftests/media_tests/ |
| A D | video_device_test.c | 85 struct v4l2_capability vcap; in loop_test() local 99 ret = ioctl(fd, VIDIOC_QUERYCAP, &vcap); in loop_test() 103 printf("Video device driver %s\n", vcap.driver); in loop_test()
|
| /linux/drivers/net/ethernet/microchip/lan966x/ |
| A D | lan966x_vcap_debugfs.c | 221 const struct vcap_info *vcap; in lan966x_vcap_port_info() local 225 vcap = &vctrl->vcaps[admin->vtype]; in lan966x_vcap_port_info() 227 out->prf(out->dst, "%s:\n", vcap->name); in lan966x_vcap_port_info()
|
| A D | Makefile | 22 ccflags-y += -I$(srctree)/drivers/net/ethernet/microchip/vcap
|
| /linux/drivers/net/ethernet/microchip/ |
| A D | Makefile | 15 obj-$(CONFIG_VCAP) += vcap/
|
| A D | Kconfig | 63 source "drivers/net/ethernet/microchip/vcap/Kconfig"
|
| /linux/drivers/media/i2c/ |
| A D | video-i2c.c | 574 struct v4l2_capability *vcap) in video_i2c_querycap() argument 580 strscpy(vcap->driver, data->v4l2_dev.name, sizeof(vcap->driver)); in video_i2c_querycap() 581 strscpy(vcap->card, data->vdev.name, sizeof(vcap->card)); in video_i2c_querycap() 583 sprintf(vcap->bus_info, "I2C:%d-%d", client->adapter->nr, client->addr); in video_i2c_querycap()
|
| /linux/Documentation/hwmon/ |
| A D | bel-pfe.rst | 91 in2_label "vcap" 111 - curr3, fan2, vout[2-7], vcap, pin2, pout2 and temp3 attributes only
|
| A D | pim4328.rst | 82 in4_label "vcap"
|
| A D | pmbus.rst | 209 inX_label "vin", "vcap", or "voutY"
|
| /linux/drivers/net/ethernet/microchip/sparx5/ |
| A D | Makefile | 20 ccflags-y += -I$(srctree)/drivers/net/ethernet/microchip/vcap
|
| A D | sparx5_vcap_debugfs.c | 445 const struct vcap_info *vcap; in sparx5_port_info() local 449 vcap = &vctrl->vcaps[admin->vtype]; in sparx5_port_info() 450 out->prf(out->dst, "%s:\n", vcap->name); in sparx5_port_info()
|
| /linux/drivers/media/pci/cobalt/ |
| A D | cobalt-v4l2.c | 473 struct v4l2_capability *vcap) in cobalt_querycap() argument 478 strscpy(vcap->driver, "cobalt", sizeof(vcap->driver)); in cobalt_querycap() 479 strscpy(vcap->card, "cobalt", sizeof(vcap->card)); in cobalt_querycap() 480 snprintf(vcap->bus_info, sizeof(vcap->bus_info), in cobalt_querycap() 482 vcap->capabilities = V4L2_CAP_STREAMING | V4L2_CAP_READWRITE | in cobalt_querycap() 485 vcap->capabilities |= V4L2_CAP_VIDEO_OUTPUT; in cobalt_querycap()
|
| /linux/drivers/media/pci/cx18/ |
| A D | cx18-ioctl.c | 421 struct v4l2_capability *vcap) in cx18_querycap() argument 426 strscpy(vcap->driver, CX18_DRIVER_NAME, sizeof(vcap->driver)); in cx18_querycap() 427 strscpy(vcap->card, cx->card_name, sizeof(vcap->card)); in cx18_querycap() 428 vcap->capabilities = cx->v4l2_cap | V4L2_CAP_DEVICE_CAPS; in cx18_querycap()
|
| /linux/drivers/net/dsa/ocelot/ |
| A D | ocelot_ext.c | 57 .vcap = vsc7514_vcap_props,
|
| A D | felix.h | 35 struct vcap_props *vcap; member
|
| A D | felix.c | 110 key_length = ocelot->vcap[VCAP_ES0].keys[VCAP_ES0_IGR_PORT].length; in felix_tag_8021q_vlan_add_rx() 1502 ocelot->vcap = felix->info->vcap; in felix_init_structs()
|
| A D | seville_vsc9953.c | 958 .vcap = vsc9953_vcap_props,
|
| /linux/arch/powerpc/platforms/pseries/ |
| A D | vas.c | 761 static int reconfig_close_windows(struct vas_caps *vcap, int excess_creds, in reconfig_close_windows() argument 774 list_for_each_entry_safe(win, tmp, &vcap->list, win_list) { in reconfig_close_windows() 830 vcap->nr_close_wins++; in reconfig_close_windows()
|
| /linux/drivers/media/pci/ivtv/ |
| A D | ivtv-ioctl.c | 728 static int ivtv_querycap(struct file *file, void *fh, struct v4l2_capability *vcap) in ivtv_querycap() argument 733 strscpy(vcap->driver, IVTV_DRIVER_NAME, sizeof(vcap->driver)); in ivtv_querycap() 734 strscpy(vcap->card, itv->card_name, sizeof(vcap->card)); in ivtv_querycap() 735 vcap->capabilities = itv->v4l2_cap | V4L2_CAP_DEVICE_CAPS; in ivtv_querycap()
|