Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/8250/
H A D8250_rsa.c110 void univ8250_rsa_support(struct uart_ops *ops, const struct uart_ops *core_ops) in univ8250_rsa_support() argument
112 core_port_base_ops = core_ops; in univ8250_rsa_support()
H A D8250.h318 void univ8250_rsa_support(struct uart_ops *ops, const struct uart_ops *core_ops);
324 static inline void univ8250_rsa_support(struct uart_ops *ops, const struct uart_ops *core_ops) { } in univ8250_rsa_support() argument
/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_core.c257 static const struct sxgbe_core_ops core_ops = { variable
281 return &core_ops; in sxgbe_get_core_ops()
/linux/drivers/firmware/arm_scmi/
H A Dcommon.h473 struct scmi_transport_core_operations **core_ops; member
499 strans.core_ops = &(__core_ops); \
/linux/include/media/drv-intf/
H A Dsaa7146_vv.h131 const struct v4l2_ioctl_ops *core_ops; member
/linux/drivers/nfc/nxp-nci/
H A Dcore.c130 .core_ops = nxp_nci_core_ops,
/linux/drivers/media/common/saa7146/
H A Dsaa7146_fops.c278 ext_vv->core_ops = &saa7146_video_ioctl_ops; in saa7146_vv_init()
/linux/drivers/nfc/fdp/
H A Dfdp.c695 .core_ops = fdp_core_ops,
/linux/net/nfc/nci/
H A Dcore.c1484 return nci_op_rsp_packet(ndev, opcode, skb, ndev->ops->core_ops, in nci_core_rsp_packet()
1491 return nci_op_ntf_packet(ndev, opcode, skb, ndev->ops->core_ops, in nci_core_ntf_packet()
/linux/drivers/firmware/
H A Dti_sci.c3205 struct ti_sci_core_ops *core_ops = &ops->core_ops; in ti_sci_setup_ops() local
3216 core_ops->reboot_device = ti_sci_cmd_core_reboot; in ti_sci_setup_ops()