Home
last modified time | relevance | path

Searched refs:match_type (Results 1 – 15 of 15) sorted by relevance

/drivers/media/v4l2-core/
Dv4l2-async.c166 switch (asd->match_type) { in v4l2_async_find_match()
197 if (asd_x->match_type != asd_y->match_type) in asd_equal()
200 switch (asd_x->match_type) { in asd_equal()
469 switch (asd->match_type) { in v4l2_async_notifier_asd_valid()
482 asd->match_type, asd); in v4l2_async_notifier_asd_valid()
608 switch (asd->match_type) { in __v4l2_async_notifier_cleanup()
662 asd->match_type = V4L2_ASYNC_MATCH_FWNODE; in v4l2_async_notifier_add_fwnode_subdev()
711 asd->match_type = V4L2_ASYNC_MATCH_I2C; in v4l2_async_notifier_add_i2c_subdev()
737 asd->match_type = V4L2_ASYNC_MATCH_DEVNAME; in v4l2_async_notifier_add_devname_subdev()
Dv4l2-fwnode.c830 asd->match_type = V4L2_ASYNC_MATCH_FWNODE; in v4l2_async_notifier_fwnode_parse_endpoint()
/drivers/net/ethernet/aquantia/atlantic/macsec/
Dmacsec_struct.h35 u32 match_type; member
343 u32 match_type; member
693 u32 match_type; member
Dmacsec_api.c278 packed_record[5] = rec->match_type & 0xF; in set_ingress_prectlf_record()
333 rec->match_type = packed_record[5] & 0xF; in get_ingress_prectlf_record()
1080 packed_record[5] = rec->match_type & 0xF; in set_ingress_postctlf_record()
1134 rec->match_type = packed_record[5] & 0xF; in get_ingress_postctlf_record()
1171 packed_record[5] = rec->match_type & 0xF; in set_egress_ctlf_record()
1221 rec->match_type = packed_record[5] & 0xF; in get_egress_ctlf_record()
/drivers/clocksource/
Darm_arch_timer.c426 .match_type = ate_match_dt,
439 .match_type = ate_match_dt,
450 .match_type = ate_match_acpi_oem_info,
463 .match_type = ate_match_local_cap_id,
472 .match_type = ate_match_dt,
485 .match_type = ate_match_local_cap_id,
542 if (ool_workarounds[i].match_type != type) in arch_timer_iterate_errata()
/drivers/media/platform/atmel/
Datmel-sama5d2-isc.c124 subdev_entity->asd->match_type = V4L2_ASYNC_MATCH_FWNODE; in isc_parse_dt()
Datmel-isi.c1155 isi->entity.asd.match_type = V4L2_ASYNC_MATCH_FWNODE; in isi_graph_parse()
/drivers/media/platform/marvell-ccic/
Dmmp-driver.c241 mcam->asd.match_type = V4L2_ASYNC_MATCH_FWNODE; in mmpcam_probe()
Dcafe-driver.c549 mcam->asd.match_type = V4L2_ASYNC_MATCH_I2C; in cafe_pci_probe()
/drivers/media/platform/cadence/
Dcdns-csi2rx.c399 csi2rx->asd.match_type = V4L2_ASYNC_MATCH_FWNODE; in csi2rx_parse_dt()
/drivers/media/platform/
Dpxa_camera.c2261 asd->match_type = V4L2_ASYNC_MATCH_FWNODE; in pxa_camera_pdata_from_dt()
2309 pcdev->asd.match_type = V4L2_ASYNC_MATCH_I2C; in pxa_camera_probe()
2417 pcdev->asd.match_type = V4L2_ASYNC_MATCH_I2C; in pxa_camera_probe()
Drenesas-ceu.c1518 ceu_sd->asd.match_type = V4L2_ASYNC_MATCH_I2C; in ceu_parse_platform_data()
1586 ceu_sd->asd.match_type = V4L2_ASYNC_MATCH_FWNODE; in ceu_parse_dt()
/drivers/net/ethernet/aquantia/atlantic/
Daq_macsec.c1580 tx_ctlf_rec.match_type = 4; /* Match eth_type only */ in aq_macsec_enable()
1588 rx_prectlf_rec.match_type = 4; /* Match eth_type only */ in aq_macsec_enable()
/drivers/media/i2c/
Dst-mipid02.c880 bridge->asd.match_type = V4L2_ASYNC_MATCH_FWNODE; in mipid02_parse_rx_ep()
/drivers/media/platform/stm32/
Dstm32-dcmi.c1801 dcmi->entity.asd.match_type = V4L2_ASYNC_MATCH_FWNODE; in dcmi_graph_parse()