| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | max96745.c | 33 static bool max96745_vid_tx_active(struct max96745 *max96745) in max96745_vid_tx_active() argument 37 if (regmap_read(max96745->regmap, 0x0107, &val)) in max96745_vid_tx_active() 73 struct max96745 *max96745 = dev_get_drvdata(muxc->dev); in max96745_select() local 75 if (!max96745->idle_disc) in max96745_select() 79 regmap_update_bits(max96745->regmap, 0x0086, DIS_REM_CC, in max96745_select() 82 regmap_update_bits(max96745->regmap, 0x0076, DIS_REM_CC, in max96745_select() 90 struct max96745 *max96745 = dev_get_drvdata(muxc->dev); in max96745_deselect() local 92 if (!max96745->idle_disc) in max96745_deselect() 96 regmap_update_bits(max96745->regmap, 0x0086, DIS_REM_CC, in max96745_deselect() 99 regmap_update_bits(max96745->regmap, 0x0076, DIS_REM_CC, in max96745_deselect() [all …]
|
| H A D | Makefile | 173 obj-$(CONFIG_MFD_MAX96745) += max96745.o
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/ |
| H A D | maxim-max96745.c | 33 struct max96745 *parent; 90 struct max96745 *max96745 = ser->parent; in max96745_bridge_enable() local 112 extcon_set_state_sync(max96745->extcon, EXTCON_JACK_VIDEO_OUT, true); in max96745_bridge_enable() 118 struct max96745 *max96745 = ser->parent; in max96745_bridge_disable() local 120 extcon_set_state_sync(max96745->extcon, EXTCON_JACK_VIDEO_OUT, false); in max96745_bridge_disable() 159 struct max96745 *max96745 = ser->parent; in max96745_bridge_detect() local 170 if (extcon_get_state(max96745->extcon, EXTCON_JACK_VIDEO_OUT)) { in max96745_bridge_detect() 226 struct max96745 *max96745 = ser->parent; in max96745_bridge_lock_irq_handler() local 228 if (extcon_get_state(max96745->extcon, EXTCON_JACK_VIDEO_OUT)) in max96745_bridge_lock_irq_handler()
|
| H A D | Makefile | 8 obj-$(CONFIG_DRM_MAXIM_MAX96745) += maxim-max96745.o
|
| H A D | Kconfig | 87 tristate "Maxim max96745 GMSL2 Serializer"
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588-vehicle-maxim-serdes.dtsi | 317 max96745@42 { 318 compatible = "maxim,max96745"; 326 compatible = "maxim,max96745-pinctrl"; 346 compatible = "maxim,max96745-bridge"; 414 max96745@42 { 415 compatible = "maxim,max96745"; 423 compatible = "maxim,max96745-pinctrl"; 443 compatible = "maxim,max96745-bridge"; 611 max96745@42 { 612 compatible = "maxim,max96745"; [all …]
|
| H A D | rk3588-vehicle-maxim-serdes-display-s66.dtsi | 316 max96745@42 { 317 compatible = "maxim,max96745"; 325 compatible = "maxim,max96745-pinctrl"; 345 compatible = "maxim,max96745-bridge"; 412 max96745@60 { 413 compatible = "maxim,max96745"; 421 compatible = "maxim,max96745-pinctrl"; 441 compatible = "maxim,max96745-bridge";
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/muxes/ |
| H A D | Makefile | 10 obj-$(CONFIG_I2C_MUX_MAX96745) += max96745.o
|
| H A D | max96745.c | 131 U_BOOT_DRIVER(max96745) = {
|
| /OK3568_Linux_fs/u-boot/drivers/pinctrl/ |
| H A D | Makefile | 26 obj-$(CONFIG_PINCTRL_MAX96745) += pinctrl-max96745.o
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | max96745.h | 13 struct max96745 { struct
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | Makefile | 17 obj-$(CONFIG_DRM_MAXIM_MAX96745) += max96745.o
|
| H A D | Kconfig | 24 bool "Maxim max96745 GMSL2 Serializer"
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/ |
| H A D | Makefile | 24 obj-$(CONFIG_PINCTRL_MAX96745) += pinctrl-max96745.o
|