Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_core.c256 static const struct sxgbe_core_ops core_ops = { variable
280 return &core_ops; in sxgbe_get_core_ops()
/OK3568_Linux_fs/kernel/include/media/drv-intf/
H A Dsaa7146_vv.h168 const struct v4l2_ioctl_ops *core_ops; member
/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/venus/
H A Dcore.h186 const struct hfi_core_ops *core_ops; member
H A Dhfi.c510 core->core_ops = ops; in hfi_create()
H A Dhfi_msgs.c146 core->core_ops->event_notify(core, event); in event_sys_error()
/OK3568_Linux_fs/kernel/include/net/nfc/
H A Dnci_core.h89 struct nci_driver_ops *core_ops; member
/OK3568_Linux_fs/kernel/include/linux/soc/ti/
H A Dti_sci_protocol.h500 struct ti_sci_core_ops core_ops; member
/OK3568_Linux_fs/kernel/net/nfc/nci/
H A Dcore.c1435 return nci_op_rsp_packet(ndev, opcode, skb, ndev->ops->core_ops, in nci_core_rsp_packet()
1442 return nci_op_ntf_packet(ndev, opcode, skb, ndev->ops->core_ops, in nci_core_ntf_packet()
/OK3568_Linux_fs/kernel/drivers/nfc/fdp/
H A Dfdp.c710 .core_ops = fdp_core_ops,
/OK3568_Linux_fs/kernel/drivers/media/common/saa7146/
H A Dsaa7146_fops.c504 ext_vv->core_ops = &saa7146_video_ioctl_ops; in saa7146_vv_init()
/OK3568_Linux_fs/kernel/drivers/firmware/
H A Dti_sci.c2873 struct ti_sci_core_ops *core_ops = &ops->core_ops; in ti_sci_setup_ops() local
2883 core_ops->reboot_device = ti_sci_cmd_core_reboot; in ti_sci_setup_ops()