Home
last modified time | relevance | path

Searched refs:board_ops (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/drivers/board/
H A Dboard-uclass.c18 struct board_ops *ops = board_get_ops(dev); in board_detect()
28 struct board_ops *ops = board_get_ops(dev); in board_get_bool()
38 struct board_ops *ops = board_get_ops(dev); in board_get_int()
48 struct board_ops *ops = board_get_ops(dev); in board_get_str()
H A Dsandbox.c88 static const struct board_ops board_sandbox_ops = {
H A Dgazerbeam.c220 static const struct board_ops board_gazerbeam_ops = {
/openbmc/u-boot/include/
H A Dboard.h34 struct board_ops { struct
84 #define board_get_ops(dev) ((struct board_ops *)(dev)->driver->ops) argument
/openbmc/linux/drivers/tty/serial/jsm/
H A Djsm.h103 struct board_ops { struct
157 struct board_ops *bd_ops;
423 extern struct board_ops jsm_neo_ops;
424 extern struct board_ops jsm_cls_ops;
H A Djsm_tty.c748 struct board_ops *bd_ops = ch->ch_bd->bd_ops; in jsm_check_queue_flow_control()
H A Djsm_cls.c931 struct board_ops jsm_cls_ops = {
H A Djsm_neo.c1370 struct board_ops jsm_neo_ops = {
/openbmc/u-boot/include/linux/soc/ti/
H A Dti_sci_protocol.h269 struct ti_sci_board_ops board_ops; member
/openbmc/u-boot/drivers/firmware/
H A Dti_sci.c1813 struct ti_sci_board_ops *bops = &ops->board_ops; in ti_sci_setup_ops()