Searched refs:core_ops (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_core.c | 257 static const struct sxgbe_core_ops core_ops = { variable 281 return &core_ops; in sxgbe_get_core_ops()
|
/linux-6.1.9/drivers/nfc/nxp-nci/ |
D | core.c | 130 .core_ops = nxp_nci_core_ops,
|
/linux-6.1.9/drivers/staging/media/deprecated/saa7146/common/ |
D | saa7146_vv.h | 168 const struct v4l2_ioctl_ops *core_ops; member
|
D | saa7146_fops.c | 504 ext_vv->core_ops = &saa7146_video_ioctl_ops; in saa7146_vv_init()
|
/linux-6.1.9/drivers/media/platform/qcom/venus/ |
D | core.h | 191 const struct hfi_core_ops *core_ops; member
|
D | hfi.c | 576 core->core_ops = ops; in hfi_create()
|
D | hfi_msgs.c | 158 core->core_ops->event_notify(core, event); in event_sys_error()
|
/linux-6.1.9/include/net/nfc/ |
D | nci_core.h | 89 const struct nci_driver_ops *core_ops; member
|
/linux-6.1.9/include/linux/soc/ti/ |
D | ti_sci_protocol.h | 539 struct ti_sci_core_ops core_ops; member
|
/linux-6.1.9/drivers/nfc/fdp/ |
D | fdp.c | 695 .core_ops = fdp_core_ops,
|
/linux-6.1.9/net/nfc/nci/ |
D | core.c | 1445 return nci_op_rsp_packet(ndev, opcode, skb, ndev->ops->core_ops, in nci_core_rsp_packet() 1452 return nci_op_ntf_packet(ndev, opcode, skb, ndev->ops->core_ops, in nci_core_ntf_packet()
|
/linux-6.1.9/drivers/firmware/ |
D | ti_sci.c | 2807 struct ti_sci_core_ops *core_ops = &ops->core_ops; in ti_sci_setup_ops() local 2817 core_ops->reboot_device = ti_sci_cmd_core_reboot; in ti_sci_setup_ops()
|