Searched refs:of_match_ptr (Results 1 – 25 of 27) sorted by relevance
12
/external/u-boot/drivers/serial/ |
D | serial_bcm283x_pl011.c | 88 .of_match = of_match_ptr(bcm283x_pl011_serial_id), 89 .ofdata_to_platdata = of_match_ptr(bcm283x_pl011_serial_ofdata_to_platdata),
|
D | serial_bcm283x_mu.c | 197 .of_match = of_match_ptr(bcm283x_mu_serial_id), 198 .ofdata_to_platdata = of_match_ptr(bcm283x_mu_serial_ofdata_to_platdata),
|
D | serial_stm32.c | 219 .of_match = of_match_ptr(stm32_serial_id), 220 .ofdata_to_platdata = of_match_ptr(stm32_serial_ofdata_to_platdata),
|
D | serial_pl01x.c | 361 .of_match = of_match_ptr(pl01x_serial_id), 362 .ofdata_to_platdata = of_match_ptr(pl01x_serial_ofdata_to_platdata),
|
D | serial_sh.c | 245 .of_match = of_match_ptr(sh_serial_id), 246 .ofdata_to_platdata = of_match_ptr(sh_serial_ofdata_to_platdata),
|
/external/u-boot/drivers/pinctrl/nxp/ |
D | pinctrl-imx5.c | 38 .of_match = of_match_ptr(imx5_pinctrl_match),
|
D | pinctrl-imx7.c | 35 .of_match = of_match_ptr(imx7_pinctrl_match),
|
D | pinctrl-imx7ulp.c | 39 .of_match = of_match_ptr(imx7ulp_pinctrl_match),
|
D | pinctrl-imx6.c | 47 .of_match = of_match_ptr(imx6_pinctrl_match),
|
/external/u-boot/drivers/pinctrl/uniphier/ |
D | pinctrl-uniphier-ld11.c | 112 .of_match = of_match_ptr(uniphier_ld11_pinctrl_match),
|
D | pinctrl-uniphier-pxs3.c | 137 .of_match = of_match_ptr(uniphier_pxs3_pinctrl_match),
|
D | pinctrl-uniphier-sld8.c | 136 .of_match = of_match_ptr(uniphier_sld8_pinctrl_match),
|
D | pinctrl-uniphier-ld20.c | 137 .of_match = of_match_ptr(uniphier_ld20_pinctrl_match),
|
D | pinctrl-uniphier-ld4.c | 139 .of_match = of_match_ptr(uniphier_ld4_pinctrl_match),
|
D | pinctrl-uniphier-ld6b.c | 146 .of_match = of_match_ptr(uniphier_ld6b_pinctrl_match),
|
D | pinctrl-uniphier-pxs2.c | 150 .of_match = of_match_ptr(uniphier_pxs2_pinctrl_match),
|
D | pinctrl-uniphier-pro5.c | 152 .of_match = of_match_ptr(uniphier_pro5_pinctrl_match),
|
D | pinctrl-uniphier-pro4.c | 170 .of_match = of_match_ptr(uniphier_pro4_pinctrl_match),
|
/external/u-boot/include/dm/ |
D | device.h | 186 #define of_match_ptr(_ptr) (_ptr) macro 188 #define of_match_ptr(_ptr) NULL macro
|
/external/u-boot/drivers/pinctrl/broadcom/ |
D | pinctrl-bcm283x.c | 147 .of_match = of_match_ptr(bcm2835_pinctrl_id),
|
/external/u-boot/drivers/gpio/ |
D | bcm2835_gpio.c | 136 .ofdata_to_platdata = of_match_ptr(bcm2835_gpio_ofdata_to_platdata),
|
D | da8xx_gpio.c | 532 .ofdata_to_platdata = of_match_ptr(davinci_gpio_ofdata_to_platdata),
|
/external/u-boot/drivers/tpm/ |
D | tpm_tis_st33zp24_i2c.c | 539 .of_match = of_match_ptr(st33zp24_i2c_ids),
|
D | tpm_tis_st33zp24_spi.c | 667 .of_match = of_match_ptr(st33zp24_spi_ids),
|
/external/u-boot/drivers/pinctrl/mvebu/ |
D | pinctrl-armada-37xx.c | 639 .of_match = of_match_ptr(armada_37xx_pinctrl_of_match),
|
12