Home
last modified time | relevance | path

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

12

/openbmc/u-boot/drivers/serial/
H A 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),
H A 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),
H A Dserial_stm32.c237 .of_match = of_match_ptr(stm32_serial_id),
238 .ofdata_to_platdata = of_match_ptr(stm32_serial_ofdata_to_platdata),
H A Dserial_pl01x.c361 .of_match = of_match_ptr(pl01x_serial_id),
362 .ofdata_to_platdata = of_match_ptr(pl01x_serial_ofdata_to_platdata),
H A Dserial_sh.c245 .of_match = of_match_ptr(sh_serial_id),
246 .ofdata_to_platdata = of_match_ptr(sh_serial_ofdata_to_platdata),
/openbmc/u-boot/drivers/pinctrl/nxp/
H A Dpinctrl-imx8.c34 .of_match = of_match_ptr(imx8_pinctrl_match),
H A Dpinctrl-vf610.c34 .of_match = of_match_ptr(vf610_pinctrl_match),
H A Dpinctrl-imx8m.c30 .of_match = of_match_ptr(imx8m_pinctrl_match),
H A Dpinctrl-imx5.c38 .of_match = of_match_ptr(imx5_pinctrl_match),
H A Dpinctrl-imx7.c35 .of_match = of_match_ptr(imx7_pinctrl_match),
H A Dpinctrl-imx7ulp.c39 .of_match = of_match_ptr(imx7ulp_pinctrl_match),
H A Dpinctrl-imx6.c47 .of_match = of_match_ptr(imx6_pinctrl_match),
/openbmc/u-boot/drivers/pinctrl/uniphier/
H A Dpinctrl-uniphier-ld11.c112 .of_match = of_match_ptr(uniphier_ld11_pinctrl_match),
H A Dpinctrl-uniphier-ld20.c137 .of_match = of_match_ptr(uniphier_ld20_pinctrl_match),
H A Dpinctrl-uniphier-ld4.c139 .of_match = of_match_ptr(uniphier_ld4_pinctrl_match),
H A Dpinctrl-uniphier-pxs3.c137 .of_match = of_match_ptr(uniphier_pxs3_pinctrl_match),
H A Dpinctrl-uniphier-ld6b.c146 .of_match = of_match_ptr(uniphier_ld6b_pinctrl_match),
H A Dpinctrl-uniphier-sld8.c136 .of_match = of_match_ptr(uniphier_sld8_pinctrl_match),
H A Dpinctrl-uniphier-pro5.c152 .of_match = of_match_ptr(uniphier_pro5_pinctrl_match),
H A Dpinctrl-uniphier-pxs2.c150 .of_match = of_match_ptr(uniphier_pxs2_pinctrl_match),
H A Dpinctrl-uniphier-pro4.c170 .of_match = of_match_ptr(uniphier_pro4_pinctrl_match),
/openbmc/u-boot/drivers/pinctrl/broadcom/
H A Dpinctrl-bcm283x.c147 .of_match = of_match_ptr(bcm2835_pinctrl_id),
/openbmc/u-boot/drivers/gpio/
H A Dbcm2835_gpio.c136 .ofdata_to_platdata = of_match_ptr(bcm2835_gpio_ofdata_to_platdata),
/openbmc/u-boot/drivers/pinctrl/mscc/
H A Dpinctrl-ocelot.c198 .of_match = of_match_ptr(ocelot_pinctrl_of_match),
/openbmc/u-boot/include/dm/
H A Ddevice.h186 #define of_match_ptr(_ptr) (_ptr) macro
188 #define of_match_ptr(_ptr) NULL macro

12