Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/sysreset/
H A Dsysreset-ti-sci.c44 const struct ti_sci_core_ops *cops = &sci->ops.core_ops; in ti_sci_sysreset_request()
/openbmc/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()
/openbmc/linux/include/media/drv-intf/
H A Dsaa7146_vv.h131 const struct v4l2_ioctl_ops *core_ops; member
/openbmc/linux/drivers/nfc/nxp-nci/
H A Dcore.c130 .core_ops = nxp_nci_core_ops,
/openbmc/u-boot/include/linux/soc/ti/
H A Dti_sci_protocol.h272 struct ti_sci_core_ops core_ops; member
/openbmc/u-boot/drivers/firmware/
H A Dti_sci.c1816 struct ti_sci_core_ops *core_ops = &ops->core_ops; in ti_sci_setup_ops() local
1851 core_ops->reboot_device = ti_sci_cmd_core_reboot; in ti_sci_setup_ops()
/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dcore.h217 const struct hfi_core_ops *core_ops; member
H A Dhfi.c576 core->core_ops = ops; in hfi_create()
H A Dhfi_msgs.c158 core->core_ops->event_notify(core, event); in event_sys_error()
/openbmc/linux/include/net/nfc/
H A Dnci_core.h89 const struct nci_driver_ops *core_ops; member
/openbmc/linux/drivers/media/common/saa7146/
H A Dsaa7146_fops.c278 ext_vv->core_ops = &saa7146_video_ioctl_ops; in saa7146_vv_init()
/openbmc/linux/include/linux/soc/ti/
H A Dti_sci_protocol.h539 struct ti_sci_core_ops core_ops; member
/openbmc/linux/drivers/nfc/fdp/
H A Dfdp.c695 .core_ops = fdp_core_ops,
/openbmc/linux/net/nfc/nci/
H A Dcore.c1455 return nci_op_rsp_packet(ndev, opcode, skb, ndev->ops->core_ops, in nci_core_rsp_packet()
1462 return nci_op_ntf_packet(ndev, opcode, skb, ndev->ops->core_ops, in nci_core_ntf_packet()
/openbmc/linux/drivers/firmware/
H A Dti_sci.c2793 struct ti_sci_core_ops *core_ops = &ops->core_ops; in ti_sci_setup_ops() local
2803 core_ops->reboot_device = ti_sci_cmd_core_reboot; in ti_sci_setup_ops()
/openbmc/qemu/target/xtensa/
H A Dtranslate.c2737 static const XtensaOpcodeOps core_ops[] = {
6156 .num_opcodes = ARRAY_SIZE(core_ops),
6157 .opcode = core_ops,