| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | stih410-pinctrl.dtsi | 18 usb-oc-detect = <&pio35 0 ALT1 IN>; 27 usb-oc-detect = <&pio35 2 ALT1 IN>;
|
| /rk3399_rockchip-uboot/board/boundary/nitrogen6x/ |
| H A D | nitrogen6x.c | 511 .detect = detect_i2c, 531 .detect = NULL, 551 .detect = NULL, 571 .detect = detect_i2c, 591 .detect = NULL, 611 .detect = detect_i2c, 631 .detect = detect_i2c, 651 .detect = NULL, 671 .detect = detect_i2c, 691 .detect = 0, [all …]
|
| /rk3399_rockchip-uboot/arch/arm/mach-imx/ |
| H A D | video.c | 18 if (dev->detect && dev->detect(dev)) { in board_video_skip()
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_bridge.c | 89 if (bridge->funcs && bridge->funcs->detect) in rockchip_bridge_detect() 90 if (!bridge->funcs->detect(bridge)) in rockchip_bridge_detect()
|
| H A D | rockchip_bridge.h | 26 bool (*detect)(struct rockchip_bridge *bridge); member
|
| H A D | rockchip_spl_display.c | 77 if (conn_funcs->detect) { in rockchip_spl_display_init() 78 conn->hpd = conn_funcs->detect(conn, state); in rockchip_spl_display_init()
|
| H A D | max96745.c | 109 .detect = max96745_bridge_detect,
|
| H A D | rockchip_connector.h | 171 int (*detect)(struct rockchip_connector *connector, struct display_state *state); member
|
| H A D | rockchip_connector.c | 127 if (conn->funcs->detect) { in rockchip_connector_path_detect() 128 ret = conn->funcs->detect(conn, state); in rockchip_connector_path_detect()
|
| /rk3399_rockchip-uboot/drivers/video/drm/display-serdes/ |
| H A D | serdes-bridge-split.c | 109 if (serdes->chip_data->bridge_ops->detect) in serdes_bridge_split_detect() 110 ret = serdes->chip_data->bridge_ops->detect(serdes, SER_LINKB); in serdes_bridge_split_detect() 124 .detect = serdes_bridge_split_detect,
|
| H A D | serdes-bridge.c | 115 if (serdes->chip_data->bridge_ops->detect) in serdes_bridge_detect() 116 ret = serdes->chip_data->bridge_ops->detect(serdes, SER_LINKA); in serdes_bridge_detect() 130 .detect = serdes_bridge_detect,
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/mach-imx/ |
| H A D | video.h | 16 int (*detect)(struct display_info_t const *dev); member
|
| /rk3399_rockchip-uboot/board/aristainetos/ |
| H A D | aristainetos.c | 159 .detect = NULL, 182 .detect = NULL,
|
| /rk3399_rockchip-uboot/board/kosagi/novena/ |
| H A D | video.c | 311 .detect = detect_hdmi, 332 .detect = detect_lvds,
|
| /rk3399_rockchip-uboot/board/birdland/bav335x/ |
| H A D | README | 14 automatically detect the version and extract proper serial# and
|
| /rk3399_rockchip-uboot/board/congatec/cgtqmx6eval/ |
| H A D | cgtqmx6eval.c | 519 int (*detect)(struct display_info_t const *dev); member 543 .detect = NULL, 564 .detect = NULL, 590 if (dev->detect && dev->detect(dev)) { in board_video_skip()
|
| /rk3399_rockchip-uboot/board/wandboard/ |
| H A D | wandboard.c | 311 .detect = detect_hdmi, 331 .detect = detect_i2c,
|
| /rk3399_rockchip-uboot/arch/arm/mach-sunxi/ |
| H A D | Kconfig | 445 string "Card detect pin for mmc0" 449 Set the card detect pin for mmc0, leave empty to not use cd. This 454 string "Card detect pin for mmc1" 460 string "Card detect pin for mmc2" 466 string "Card detect pin for mmc3" 515 string "Vbus detect pin for usb0 (otg)" 518 Set the Vbus detect pin for usb0 (otg). This takes a string in the 522 string "ID detect pin for usb0 (otg)" 525 Set the ID detect pin for usb0 (otg). This takes a string in the
|
| /rk3399_rockchip-uboot/drivers/ata/ |
| H A D | Kconfig | 49 AHCI 1.3 specifications with hot-plug detect feature.
|
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | dw_mmc.c | 862 struct gpio_desc detect; local 864 ret = gpio_request_by_name(dev, "cd-gpios", 0, &detect, GPIOD_IS_IN); 869 ret = !dm_gpio_get_value(&detect); 870 dm_gpio_free(dev, &detect);
|
| /rk3399_rockchip-uboot/board/freescale/mx6sabresd/ |
| H A D | mx6sabresd.c | 427 .detect = NULL, 447 .detect = detect_hdmi, 467 .detect = NULL,
|
| /rk3399_rockchip-uboot/board/embest/mx6boards/ |
| H A D | mx6boards.c | 420 .detect = detect_hdmi, 440 .detect = detect_i2c,
|
| /rk3399_rockchip-uboot/board/advantech/dms-ba16/ |
| H A D | dms-ba16.c | 356 .detect = detect_baseboard, 376 .detect = detect_hdmi,
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/serial/ |
| H A D | 8250.txt | 44 driver is allowed to detect support for the capability even without this
|
| /rk3399_rockchip-uboot/board/gateworks/gw_ventana/ |
| H A D | gw_ventana.c | 348 .detect = detect_hdmi, 369 .detect = detect_i2c, 389 .detect = NULL, 410 .detect = NULL,
|