Home
last modified time | relevance | path

Searched refs:of_match_ptr (Results 1 – 25 of 27) sorted by relevance

12

/external/u-boot/drivers/serial/
Dserial_bcm283x_pl011.c88 .of_match = of_match_ptr(bcm283x_pl011_serial_id),
89 .ofdata_to_platdata = of_match_ptr(bcm283x_pl011_serial_ofdata_to_platdata),
Dserial_bcm283x_mu.c197 .of_match = of_match_ptr(bcm283x_mu_serial_id),
198 .ofdata_to_platdata = of_match_ptr(bcm283x_mu_serial_ofdata_to_platdata),
Dserial_stm32.c219 .of_match = of_match_ptr(stm32_serial_id),
220 .ofdata_to_platdata = of_match_ptr(stm32_serial_ofdata_to_platdata),
Dserial_pl01x.c361 .of_match = of_match_ptr(pl01x_serial_id),
362 .ofdata_to_platdata = of_match_ptr(pl01x_serial_ofdata_to_platdata),
Dserial_sh.c245 .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/
Dpinctrl-imx5.c38 .of_match = of_match_ptr(imx5_pinctrl_match),
Dpinctrl-imx7.c35 .of_match = of_match_ptr(imx7_pinctrl_match),
Dpinctrl-imx7ulp.c39 .of_match = of_match_ptr(imx7ulp_pinctrl_match),
Dpinctrl-imx6.c47 .of_match = of_match_ptr(imx6_pinctrl_match),
/external/u-boot/drivers/pinctrl/uniphier/
Dpinctrl-uniphier-ld11.c112 .of_match = of_match_ptr(uniphier_ld11_pinctrl_match),
Dpinctrl-uniphier-pxs3.c137 .of_match = of_match_ptr(uniphier_pxs3_pinctrl_match),
Dpinctrl-uniphier-sld8.c136 .of_match = of_match_ptr(uniphier_sld8_pinctrl_match),
Dpinctrl-uniphier-ld20.c137 .of_match = of_match_ptr(uniphier_ld20_pinctrl_match),
Dpinctrl-uniphier-ld4.c139 .of_match = of_match_ptr(uniphier_ld4_pinctrl_match),
Dpinctrl-uniphier-ld6b.c146 .of_match = of_match_ptr(uniphier_ld6b_pinctrl_match),
Dpinctrl-uniphier-pxs2.c150 .of_match = of_match_ptr(uniphier_pxs2_pinctrl_match),
Dpinctrl-uniphier-pro5.c152 .of_match = of_match_ptr(uniphier_pro5_pinctrl_match),
Dpinctrl-uniphier-pro4.c170 .of_match = of_match_ptr(uniphier_pro4_pinctrl_match),
/external/u-boot/include/dm/
Ddevice.h186 #define of_match_ptr(_ptr) (_ptr) macro
188 #define of_match_ptr(_ptr) NULL macro
/external/u-boot/drivers/pinctrl/broadcom/
Dpinctrl-bcm283x.c147 .of_match = of_match_ptr(bcm2835_pinctrl_id),
/external/u-boot/drivers/gpio/
Dbcm2835_gpio.c136 .ofdata_to_platdata = of_match_ptr(bcm2835_gpio_ofdata_to_platdata),
Dda8xx_gpio.c532 .ofdata_to_platdata = of_match_ptr(davinci_gpio_ofdata_to_platdata),
/external/u-boot/drivers/tpm/
Dtpm_tis_st33zp24_i2c.c539 .of_match = of_match_ptr(st33zp24_i2c_ids),
Dtpm_tis_st33zp24_spi.c667 .of_match = of_match_ptr(st33zp24_spi_ids),
/external/u-boot/drivers/pinctrl/mvebu/
Dpinctrl-armada-37xx.c639 .of_match = of_match_ptr(armada_37xx_pinctrl_of_match),

12