Searched refs:ops (Results 1 - 25 of 6813) sorted by relevance

1234567891011>>

/linux-master/tools/perf/arch/x86/annotate/
H A Dinstructions.c11 { .name = "adc", .ops = &mov_ops, },
12 { .name = "add", .ops = &mov_ops, },
13 { .name = "addsd", .ops = &mov_ops, },
14 { .name = "and", .ops = &mov_ops, },
15 { .name = "andpd", .ops = &mov_ops, },
16 { .name = "andps", .ops = &mov_ops, },
17 { .name = "bsr", .ops = &mov_ops, },
18 { .name = "bt", .ops = &mov_ops, },
19 { .name = "btr", .ops = &mov_ops, },
20 { .name = "bts", .ops
[all...]
/linux-master/arch/riscv/mm/
H A Dcache-ops.c11 riscv_noncoherent_register_cache_ops(const struct riscv_nonstd_cache_ops *ops) argument
13 if (!ops)
15 noncoherent_cache_ops = *ops;
/linux-master/sound/soc/amd/acp/acp3x-es83xx/
H A Dacp3x-es83xx.h9 void acp3x_es83xx_init_ops(struct acp_mach_ops *ops);
/linux-master/arch/arm64/include/asm/xen/
H A Dxen-ops.h2 #include <xen/arm/xen-ops.h>
/linux-master/arch/arm/include/asm/xen/
H A Dxen-ops.h2 #include <xen/arm/xen-ops.h>
/linux-master/drivers/base/
H A Dsyscore.c19 * @ops: System core operations to register.
21 void register_syscore_ops(struct syscore_ops *ops) argument
24 list_add_tail(&ops->node, &syscore_ops_list);
31 * @ops: System core operations to unregister.
33 void unregister_syscore_ops(struct syscore_ops *ops) argument
36 list_del(&ops->node);
49 struct syscore_ops *ops; local
62 list_for_each_entry_reverse(ops, &syscore_ops_list, node)
63 if (ops->suspend) {
64 pm_pr_dbg("Calling %pS\n", ops
93 struct syscore_ops *ops; local
116 struct syscore_ops *ops; local
[all...]
/linux-master/net/netfilter/
H A Dnf_sockopt.c27 struct nf_sockopt_ops *ops; local
31 list_for_each_entry(ops, &nf_sockopts, list) {
32 if (ops->pf == reg->pf
33 && (overlap(ops->set_optmin, ops->set_optmax,
35 || overlap(ops->get_optmin, ops->get_optmax,
38 ops->set_optmin, ops->set_optmax,
39 ops
65 struct nf_sockopt_ops *ops; local
95 struct nf_sockopt_ops *ops; local
110 struct nf_sockopt_ops *ops; local
[all...]
/linux-master/kernel/trace/
H A Dftrace_internal.h5 int __register_ftrace_function(struct ftrace_ops *ops);
6 int __unregister_ftrace_function(struct ftrace_ops *ops);
15 int ftrace_startup(struct ftrace_ops *ops, int command);
16 int ftrace_shutdown(struct ftrace_ops *ops, int command);
17 int ftrace_ops_test(struct ftrace_ops *ops, unsigned long ip, void *regs);
22 # define ftrace_startup(ops, command) \
24 int ___ret = __register_ftrace_function(ops); \
26 (ops)->flags |= FTRACE_OPS_FL_ENABLED; \
29 # define ftrace_shutdown(ops, command) \
31 int ___ret = __unregister_ftrace_function(ops); \
37 ftrace_ops_test(struct ftrace_ops *ops, unsigned long ip, void *regs) argument
[all...]
/linux-master/drivers/media/platform/amphion/
H A Dvpu_rpc.h120 struct vpu_iface_ops *ops = vpu_core_get_iface(core); local
122 if (ops && ops->check_codec)
123 return ops->check_codec(core->type);
130 struct vpu_iface_ops *ops = vpu_inst_get_iface(inst); local
132 if (ops && ops->check_fmt)
133 return ops->check_fmt(inst->type, pixelfmt);
140 struct vpu_iface_ops *ops = vpu_core_get_iface(core); local
142 if (ops
149 struct vpu_iface_ops *ops = vpu_core_get_iface(core); local
158 struct vpu_iface_ops *ops = vpu_core_get_iface(core); local
167 struct vpu_iface_ops *ops = vpu_core_get_iface(core); local
176 struct vpu_iface_ops *ops = vpu_core_get_iface(core); local
186 struct vpu_iface_ops *ops = vpu_core_get_iface(core); local
199 struct vpu_iface_ops *ops = vpu_core_get_iface(core); local
215 struct vpu_iface_ops *ops = vpu_core_get_iface(core); local
228 struct vpu_iface_ops *ops = vpu_core_get_iface(core); local
240 struct vpu_iface_ops *ops = vpu_core_get_iface(core); local
250 struct vpu_iface_ops *ops = vpu_core_get_iface(inst->core); local
261 struct vpu_iface_ops *ops = vpu_core_get_iface(core); local
271 struct vpu_iface_ops *ops = vpu_core_get_iface(core); local
283 struct vpu_iface_ops *ops = vpu_core_get_iface(core); local
292 struct vpu_iface_ops *ops = vpu_core_get_iface(core); local
303 struct vpu_iface_ops *ops = vpu_core_get_iface(core); local
314 struct vpu_iface_ops *ops = vpu_core_get_iface(inst->core); local
332 struct vpu_iface_ops *ops = vpu_core_get_iface(inst->core); local
345 struct vpu_iface_ops *ops = vpu_core_get_iface(inst->core); local
361 struct vpu_iface_ops *ops = vpu_core_get_iface(inst->core); local
372 struct vpu_iface_ops *ops = vpu_core_get_iface(inst->core); local
385 struct vpu_iface_ops *ops = vpu_core_get_iface(core); local
395 struct vpu_iface_ops *ops = vpu_core_get_iface(core); local
406 struct vpu_iface_ops *ops = vpu_core_get_iface(inst->core); local
417 struct vpu_iface_ops *ops = vpu_core_get_iface(inst->core); local
427 struct vpu_iface_ops *ops = vpu_core_get_iface(inst->core); local
440 struct vpu_iface_ops *ops = vpu_core_get_iface(inst->core); local
449 struct vpu_iface_ops *ops = vpu_core_get_iface(inst->core); local
458 struct vpu_iface_ops *ops = vpu_core_get_iface(inst->core); local
[all...]
/linux-master/drivers/mfd/
H A Dabx500-core.c19 struct abx500_ops ops; member in struct:abx500_device_entry
23 static void lookup_ops(struct device *dev, struct abx500_ops **ops) argument
27 *ops = NULL;
30 *ops = &dev_entry->ops;
36 int abx500_register_ops(struct device *dev, struct abx500_ops *ops) argument
45 memcpy(&dev_entry->ops, ops, sizeof(*ops));
65 struct abx500_ops *ops; local
78 struct abx500_ops *ops; local
91 struct abx500_ops *ops; local
105 struct abx500_ops *ops; local
118 struct abx500_ops *ops; local
130 struct abx500_ops *ops; local
142 struct abx500_ops *ops; local
[all...]
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dhw_ops.h17 if (!wl->ops->calc_tx_blocks)
20 return wl->ops->calc_tx_blocks(wl, len, spare_blks);
27 if (!wl->ops->set_tx_desc_blocks)
30 return wl->ops->set_tx_desc_blocks(wl, desc, blks, spare_blks);
38 if (!wl->ops->set_tx_desc_data_len)
41 wl->ops->set_tx_desc_data_len(wl, desc, skb);
48 if (!wl->ops->get_rx_buf_align)
51 return wl->ops->get_rx_buf_align(wl, rx_desc);
57 if (wl->ops->prepare_read)
58 return wl->ops
[all...]
/linux-master/drivers/gpu/drm/xe/tests/
H A Dxe_lmtt_test.c10 const struct xe_lmtt_ops *ops; member in struct:lmtt_ops_param
26 const struct xe_lmtt_ops *ops = p->ops; local
29 KUNIT_ASSERT_NOT_NULL(test, ops->lmtt_root_pd_level);
30 KUNIT_ASSERT_NOT_NULL(test, ops->lmtt_pte_num);
31 KUNIT_ASSERT_NOT_NULL(test, ops->lmtt_pte_size);
32 KUNIT_ASSERT_NOT_NULL(test, ops->lmtt_pte_shift);
33 KUNIT_ASSERT_NOT_NULL(test, ops->lmtt_pte_index);
34 KUNIT_ASSERT_NOT_NULL(test, ops->lmtt_pte_encode);
36 KUNIT_EXPECT_NE(test, ops
[all...]
/linux-master/drivers/pcmcia/
H A Dpxa2xx_base.h2 void pxa2xx_drv_pcmcia_ops(struct pcmcia_low_level *ops);
3 void pxa2xx_configure_sockets(struct device *dev, struct pcmcia_low_level *ops);
/linux-master/drivers/gpu/drm/sun4i/
H A Dsunxi_engine.h127 * @ops: the operations of the engine
133 const struct sunxi_engine_ops *ops; member in struct:sunxi_engine
151 if (engine->ops && engine->ops->commit)
152 engine->ops->commit(engine);
163 if (engine->ops && engine->ops->layers_init)
164 return engine->ops->layers_init(drm, engine);
180 if (engine->ops && engine->ops
[all...]
/linux-master/fs/nfs_common/
H A Dnfs_ssc.c3 * Helper for knfsd's SSC to access ops in NFS client modules
21 * nfs42_ssc_register - install the NFS_V4 client ops in the nfs_ssc_client_tbl
22 * @ops: NFS_V4 ops to be installed
27 void nfs42_ssc_register(const struct nfs4_ssc_client_ops *ops) argument
29 nfs_ssc_client_tbl.ssc_nfs4_ops = ops;
34 * nfs42_ssc_unregister - uninstall the NFS_V4 client ops from
36 * @ops: ops to be uninstalled
41 void nfs42_ssc_unregister(const struct nfs4_ssc_client_ops *ops) argument
59 nfs_ssc_register(const struct nfs_ssc_client_ops *ops) argument
73 nfs_ssc_unregister(const struct nfs_ssc_client_ops *ops) argument
82 nfs_ssc_register(const struct nfs_ssc_client_ops *ops) argument
87 nfs_ssc_unregister(const struct nfs_ssc_client_ops *ops) argument
[all...]
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_dcb.h39 const struct qlcnic_dcb_ops *ops; member in struct:qlcnic_dcb
46 if (dcb && dcb->ops->get_hw_capability)
47 return dcb->ops->get_hw_capability(dcb);
54 if (dcb && dcb->ops->free)
55 dcb->ops->free(dcb);
60 if (dcb && dcb->ops->attach)
61 return dcb->ops->attach(dcb);
69 if (dcb && dcb->ops->query_hw_capability)
70 return dcb->ops->query_hw_capability(dcb, buf);
77 if (dcb && dcb->ops
[all...]
/linux-master/drivers/virtio/
H A Dvirtio_dma_buf.c13 * @exp_info: [in] see dma_buf_export(). ops MUST refer to a dma_buf_ops
24 container_of(exp_info->ops,
25 const struct virtio_dma_buf_ops, ops);
27 if (!exp_info->ops ||
28 exp_info->ops->attach != &virtio_dma_buf_attach ||
44 const struct virtio_dma_buf_ops *ops = local
45 container_of(dma_buf->ops,
46 const struct virtio_dma_buf_ops, ops);
48 if (ops->device_attach) {
49 ret = ops
77 const struct virtio_dma_buf_ops *ops = local
[all...]
/linux-master/tools/perf/arch/riscv64/annotate/
H A Dinstructions.c6 struct ins_ops *ops = NULL; local
11 ops = &call_ops;
13 ops = &ret_ops;
15 ops = &jump_ops;
19 arch__associate_ins_ops(arch, name, ops);
21 return ops;
/linux-master/tools/perf/arch/loongarch/annotate/
H A Dinstructions.c8 static int loongarch_call__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) argument
16 c = strchr(ops->raw, '#');
20 ops->target.addr = strtoull(c, &endptr, 16);
34 ops->target.name = strdup(name);
37 if (ops->target.name == NULL)
40 target.addr = map__objdump_2mem(map, ops->target.addr);
43 map__rip_2objdump(target.ms.map, map__map_ip(target.ms.map, target.addr)) == ops->target.addr)
44 ops->target.sym = target.ms.sym;
54 static int loongarch_jump__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) argument
61 const char *c = strchr(ops
103 struct ins_ops *ops = NULL; local
[all...]
/linux-master/arch/powerpc/kernel/
H A Dsecvar-ops.c15 int set_secvar_ops(const struct secvar_operations *ops) argument
20 secvar_ops = ops;
/linux-master/drivers/video/fbdev/core/
H A Dfbcon_rotate.c23 struct fbcon_ops *ops = info->fbcon_par; local
29 if (vc->vc_font.data == ops->fontdata &&
30 ops->p->con_rotate == ops->cur_rotate)
33 src = ops->fontdata = vc->vc_font.data;
34 ops->cur_rotate = ops->p->con_rotate;
40 if (ops->rotate == FB_ROTATE_CW ||
41 ops->rotate == FB_ROTATE_CCW)
48 if (ops
96 fbcon_set_rotate(struct fbcon_ops *ops) argument
[all...]
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dwil_platform.c24 void *wil_platform_init(struct device *dev, struct wil_platform_ops *ops, argument
27 void *handle = ops; /* to return some non-NULL for 'void' impl. */
29 if (!ops) {
/linux-master/tools/lib/thermal/
H A Devents.c14 * attention to. That happens at init time with the ops
15 * structure. Each ops will enable the event and the general handler
16 * will be able to discard the event if there is not ops associated
27 struct thermal_events_ops *ops = &thp->th->ops->events; local
42 return ops->tz_create(nla_get_string(attrs[THERMAL_GENL_ATTR_TZ_NAME]),
46 return ops->tz_delete(nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]), arg);
49 return ops->tz_enable(nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]), arg);
52 return ops->tz_disable(nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]), arg);
55 return ops
102 thermal_events_ops_init(struct thermal_events_ops *ops) argument
[all...]
/linux-master/drivers/mtd/tests/
H A Doobtest.c59 struct mtd_oob_ops ops = { }; local
65 ops.mode = MTD_OPS_AUTO_OOB;
66 ops.len = 0;
67 ops.retlen = 0;
68 ops.ooblen = use_len;
69 ops.oobretlen = 0;
70 ops.ooboffs = use_offset;
71 ops.datbuf = NULL;
72 ops.oobbuf = writebuf + (use_len_max * i) + use_offset;
73 err = mtd_write_oob(mtd, addr, &ops);
168 struct mtd_oob_ops ops = { }; local
263 struct mtd_oob_ops ops = { }; local
341 struct mtd_oob_ops ops = { }; local
[all...]
/linux-master/tools/perf/arch/arm64/annotate/
H A Dinstructions.c13 struct ins_operands *ops,
16 char *s = strchr(ops->raw, ','), *target, *endptr;
22 ops->source.raw = strdup(ops->raw);
25 if (ops->source.raw == NULL)
29 ops->target.raw = strdup(target);
30 if (ops->target.raw == NULL)
33 ops->target.addr = strtoull(target, &endptr, 16);
46 ops->target.name = strdup(s);
49 if (ops
12 arm64_mov__parse(struct arch *arch __maybe_unused, struct ins_operands *ops, struct map_symbol *ms __maybe_unused) argument
72 struct ins_ops *ops; local
[all...]

Completed in 253 milliseconds

1234567891011>>