Searched refs:mgb4_i2c_read_byte (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/drivers/media/pci/mgb4/ |
D | mgb4_sysfs_in.c | 45 ret = mgb4_i2c_read_byte(&vindev->deser, i2c_reg); in oldi_lane_width_show() 444 ret = mgb4_i2c_read_byte(&vindev->deser, 0x34); in fpdl3_input_width_show() 512 r1 = mgb4_i2c_read_byte(&vindev->deser, 0x01); in gmsl_mode_show() 513 r300 = mgb4_i2c_read_byte(&vindev->deser, 0x300); in gmsl_mode_show() 514 r3 = mgb4_i2c_read_byte(&vindev->deser, 0x03); in gmsl_mode_show() 594 ret = mgb4_i2c_read_byte(&vindev->deser, 0xA0); in gmsl_stream_id_show() 640 r3e0 = mgb4_i2c_read_byte(&vindev->deser, 0x3E0); in gmsl_fec_show() 641 r308 = mgb4_i2c_read_byte(&vindev->deser, 0x308); in gmsl_fec_show()
|
D | mgb4_i2c.c | 89 s32 mgb4_i2c_read_byte(struct mgb4_i2c_client *client, u16 reg) in mgb4_i2c_read_byte() function 117 ret = mgb4_i2c_read_byte(client, reg); in mgb4_i2c_mask_byte()
|
D | mgb4_i2c.h | 27 s32 mgb4_i2c_read_byte(struct mgb4_i2c_client *client, u16 reg);
|
D | mgb4_core.c | 397 version = mgb4_i2c_read_byte(&extender, 0x00); in get_module_version()
|
D | mgb4_sysfs_out.c | 595 ret = mgb4_i2c_read_byte(&voutdev->ser, 0x5B); in fpdl3_output_width_show()
|