/openbmc/linux/net/ipv6/ |
H A D | esp6_offload.c | 158 const struct net_offload *ops; in xfrm6_transport_gso_segment() local 176 const struct net_offload *ops; in xfrm6_beet_gso_segment() local
|
/openbmc/linux/drivers/parport/ |
H A D | parport_sunbpp.c | 271 struct parport_operations *ops; in bpp_probe() local 340 struct parport_operations *ops = p->ops; in bpp_remove() local
|
/openbmc/u-boot/cmd/ |
H A D | onenand.c | 68 struct mtd_oob_ops ops = { in onenand_block_read() local 111 struct mtd_oob_ops ops = { in onenand_write_oneblock_withoob() local 309 struct mtd_oob_ops ops; in onenand_dump() local
|
/openbmc/linux/include/net/ |
H A D | act_api.h | 25 const struct tc_action_ops *ops; member 145 const struct tc_action_ops *ops; member 150 const struct tc_action_ops *ops) in tc_action_net_init()
|
/openbmc/linux/drivers/iommu/ |
H A D | io-pgtable-dart.c | 236 static int dart_map_pages(struct io_pgtable_ops *ops, unsigned long iova, in dart_map_pages() 297 static size_t dart_unmap_pages(struct io_pgtable_ops *ops, unsigned long iova, in dart_unmap_pages() 340 static phys_addr_t dart_iova_to_phys(struct io_pgtable_ops *ops, in dart_iova_to_phys()
|
/openbmc/linux/net/core/ |
H A D | netpoll.c | 191 const struct net_device_ops *ops; in netpoll_poll_dev() local 626 const struct net_device_ops *ops; in __netpoll_setup() local 837 const struct net_device_ops *ops; in __netpoll_cleanup() local
|
/openbmc/linux/arch/sh/kernel/cpu/sh2/ |
H A D | clock-sh7619.c | 62 void __init arch_init_clk_ops(struct sh_clk_ops **ops, int idx) in arch_init_clk_ops()
|
/openbmc/linux/kernel/bpf/preload/ |
H A D | bpf_preload_kern.c | 33 static struct bpf_preload_ops ops = { variable
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | secvar.h | 36 static inline int set_secvar_ops(const struct secvar_operations *ops) { return 0; } in set_secvar_ops()
|
/openbmc/qemu/target/i386/whpx/ |
H A D | whpx-accel-ops.c | 87 AccelOpsClass *ops = ACCEL_OPS_CLASS(oc); in whpx_accel_ops_class_init() local
|
/openbmc/linux/net/ |
H A D | socket.c | 140 const struct proto_ops *ops = READ_ONCE(sock->ops); in sock_show_fdinfo() local 652 const struct proto_ops *ops = READ_ONCE(sock->ops); in __sock_release() local 813 const struct proto_ops *ops = READ_ONCE(sock->ops); in kernel_sendmsg_locked() local 1102 const struct proto_ops *ops; in sock_splice_read() local 1114 const struct proto_ops *ops; in sock_splice_eof() local 1215 const struct proto_ops *ops = READ_ONCE(sock->ops); in sock_do_ioctl() local 1251 const struct proto_ops *ops; in sock_ioctl() local 1910 const struct proto_ops *ops; in do_accept() local 2292 const struct proto_ops *ops; in do_sock_setsockopt() local 2364 const struct proto_ops *ops; in do_sock_getsockopt() local [all …]
|
/openbmc/linux/drivers/rtc/ |
H A D | proc.c | 43 const struct rtc_class_ops *ops = rtc->ops; in rtc_proc_show() local
|
/openbmc/linux/fs/nfs/ |
H A D | nfs4renewd.c | 57 const struct nfs4_state_maintenance_ops *ops; in nfs4_renew_state() local
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | irqdomain.h | 37 const struct irq_domain_ops *ops; member
|
/openbmc/linux/fs/iomap/ |
H A D | buffered-io.c | 406 int iomap_read_folio(struct folio *folio, const struct iomap_ops *ops) in iomap_read_folio() 483 void iomap_readahead(struct readahead_control *rac, const struct iomap_ops *ops) in iomap_readahead() 961 const struct iomap_ops *ops) in iomap_file_buffered_write() 1322 const struct iomap_ops *ops) in iomap_file_unshare() 1388 const struct iomap_ops *ops) in iomap_zero_range() 1406 const struct iomap_ops *ops) in iomap_truncate_page() 1438 vm_fault_t iomap_page_mkwrite(struct vm_fault *vmf, const struct iomap_ops *ops) in iomap_page_mkwrite() 2001 const struct iomap_writeback_ops *ops) in iomap_writepages()
|
/openbmc/linux/net/netlink/ |
H A D | genetlink.c | 783 const struct genl_split_ops *ops, in genl_family_rcv_msg_attrs_parse() 819 const struct genl_split_ops *ops; member 826 const struct genl_split_ops *ops; in genl_start() local 876 const struct genl_split_ops *ops = &dump_info->op; in genl_dumpit() local 891 const struct genl_split_ops *ops = &dump_info->op; in genl_done() local 911 const struct genl_split_ops *ops, in genl_family_rcv_msg_dumpit() 942 const struct genl_split_ops *ops, in genl_family_rcv_msg_doit()
|
/openbmc/u-boot/lib/libavb/ |
H A D | avb_cmdline.c | 17 char* avb_sub_cmdline(AvbOps* ops, in avb_sub_cmdline() 200 AvbOps* ops, in avb_append_options()
|
/openbmc/linux/drivers/media/mc/ |
H A D | mc-request.c | 364 const struct media_request_object_ops *ops, in media_request_object_find() 405 const struct media_request_object_ops *ops, in media_request_object_bind()
|
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm-chip.c | 318 const struct tpm_class_ops *ops) in tpm_chip_alloc() 392 const struct tpm_class_ops *ops) in tpmm_chip_alloc()
|
/openbmc/linux/drivers/base/ |
H A D | platform-msi.c | 73 struct msi_domain_ops *ops = info->ops; in platform_msi_update_dom_ops() local 273 const struct irq_domain_ops *ops, in __platform_msi_create_device_domain()
|
/openbmc/linux/kernel/trace/ |
H A D | trace_dynevent.c | 59 int dyn_event_register(struct dyn_event_operations *ops) in dyn_event_register() 130 struct dyn_event_operations *ops; in create_dyn_event() local
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_vma_resource.h | 124 const struct i915_vma_ops *ops; member 209 const struct i915_vma_ops *ops, in i915_vma_resource_init()
|
/openbmc/linux/kernel/power/ |
H A D | suspend.c | 76 void s2idle_set_ops(const struct platform_s2idle_ops *ops) in s2idle_set_ops() 213 void suspend_set_ops(const struct platform_suspend_ops *ops) in suspend_set_ops()
|
/openbmc/linux/net/devlink/ |
H A D | health.c | 57 const struct devlink_health_reporter_ops *ops; member 109 const struct devlink_health_reporter_ops *ops, in __devlink_health_reporter_create() 141 const struct devlink_health_reporter_ops *ops, in devl_port_health_reporter_create() 165 const struct devlink_health_reporter_ops *ops, in devlink_port_health_reporter_create() 189 const struct devlink_health_reporter_ops *ops, in devl_health_reporter_create() 211 const struct devlink_health_reporter_ops *ops, in devlink_health_reporter_create()
|
/openbmc/linux/drivers/nvme/target/ |
H A D | core.c | 284 int nvmet_register_transport(const struct nvmet_fabrics_ops *ops) in nvmet_register_transport() 299 void nvmet_unregister_transport(const struct nvmet_fabrics_ops *ops) in nvmet_unregister_transport() 321 const struct nvmet_fabrics_ops *ops; in nvmet_enable_port() local 372 const struct nvmet_fabrics_ops *ops; in nvmet_disable_port() local 934 struct nvmet_sq *sq, const struct nvmet_fabrics_ops *ops) in nvmet_req_init()
|