Home
last modified time | relevance | path

Searched refs:MGB4_IS_GMSL (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/media/pci/mgb4/
Dmgb4_sysfs_in.c39 i2c_reg = MGB4_IS_GMSL(mgbdev) ? 0x1CE : 0x49; in oldi_lane_width_show()
40 i2c_mask = MGB4_IS_GMSL(mgbdev) ? 0x0E : 0x03; in oldi_lane_width_show()
41 i2c_single_val = MGB4_IS_GMSL(mgbdev) ? 0x00 : 0x02; in oldi_lane_width_show()
42 i2c_dual_val = MGB4_IS_GMSL(mgbdev) ? 0x0E : 0x00; in oldi_lane_width_show()
85 i2c_data = MGB4_IS_GMSL(mgbdev) ? 0x00 : 0x02; in oldi_lane_width_store()
89 i2c_data = MGB4_IS_GMSL(mgbdev) ? 0x0E : 0x00; in oldi_lane_width_store()
95 i2c_reg = MGB4_IS_GMSL(mgbdev) ? 0x1CE : 0x49; in oldi_lane_width_store()
96 i2c_mask = MGB4_IS_GMSL(mgbdev) ? 0x0E : 0x03; in oldi_lane_width_store()
105 if (MGB4_IS_GMSL(mgbdev)) { in oldi_lane_width_store()
Dmgb4_core.h24 #define MGB4_IS_GMSL(mgbdev) \ macro
Dmgb4_vout.c638 if (MGB4_IS_GMSL(voutdev->mgbdev)) in ser_init()
803 groups = MGB4_IS_GMSL(mgbdev) in mgb4_vout_create()
840 groups = MGB4_IS_GMSL(voutdev->mgbdev) in mgb4_vout_free()
Dmgb4_vin.c813 if (MGB4_IS_GMSL(vindev->mgbdev)) { in deser_init()
996 groups = MGB4_IS_GMSL(mgbdev) in mgb4_vin_create()
1041 groups = MGB4_IS_GMSL(vindev->mgbdev) in mgb4_vin_free()
Dmgb4_core.c403 if (!(MGB4_IS_FPDL3(mgbdev) || MGB4_IS_GMSL(mgbdev))) { in get_module_version()