Searched refs:op (Results 151 - 175 of 1791) sorted by relevance

1234567891011>>

/linux-master/drivers/acpi/acpica/
H A Ddsutils.c123 * PARAMETERS: op - Current Op
133 acpi_ds_is_result_used(union acpi_parse_object * op, argument
138 ACPI_FUNCTION_TRACE_PTR(ds_is_result_used, op);
142 if (!op) {
167 if ((!op->common.parent) ||
168 (op->common.parent->common.aml_opcode == AML_SCOPE_OP)) {
174 acpi_ps_get_opcode_name(op->common.
182 acpi_ps_get_opcode_info(op->common.parent->common.aml_opcode);
184 ACPI_ERROR((AE_INFO, "Unknown parent opcode Op=%p", op));
197 switch (op
302 acpi_ds_delete_result_if_not_used(union acpi_parse_object *op, union acpi_operand_object *result_obj, struct acpi_walk_state *walk_state) argument
748 union acpi_parse_object *op = walk_state->op; local
[all...]
/linux-master/drivers/sbus/char/
H A Dbbc_i2c.c55 static void set_device_claimage(struct bbc_i2c_bus *bp, struct platform_device *op, int val) argument
60 if (bp->devs[i].device == op) {
72 struct platform_device *op = NULL; local
76 if (!(op = bp->devs[i].device))
80 op = NULL;
86 return op;
90 struct bbc_i2c_client *bbc_i2c_attach(struct bbc_i2c_bus *bp, struct platform_device *op) argument
99 client->op = op;
101 reg = of_get_property(op
118 struct platform_device *op = client->op; local
295 attach_one_i2c(struct platform_device *op, int index) argument
361 bbc_i2c_probe(struct platform_device *op) argument
385 bbc_i2c_remove(struct platform_device *op) argument
[all...]
/linux-master/arch/sparc/kernel/
H A Dof_device_64.c316 static void __init build_device_resources(struct platform_device *op, argument
330 bus->count_cells(op->dev.of_node, &na, &ns);
332 preg = of_get_property(op->dev.of_node, bus->addr_prop_name, &num_reg);
342 /* Prevent overrunning the op->resources[] array. */
346 op->dev.of_node, num_reg, PROMREG_MAX);
350 op->resource = op->archdata.resource;
351 op->num_resources = num_reg;
353 struct resource *r = &op->resource[index];
356 struct device_node *dp = op
534 build_one_device_irq(struct platform_device *op, struct device *parent, unsigned int irq) argument
636 struct platform_device *op = kzalloc(sizeof(*op), GFP_KERNEL); local
690 struct platform_device *op = scan_one_device(dp, parent); local
[all...]
/linux-master/drivers/crypto/ccp/
H A Dccp-dev-v5.c277 static int ccp5_perform_aes(struct ccp_op *op) argument
281 u32 key_addr = op->sb_key * LSB_ITEM_SIZE;
283 op->cmd_q->total_aes_ops++;
290 CCP5_CMD_SOC(&desc) = op->soc;
292 CCP5_CMD_INIT(&desc) = op->init;
293 CCP5_CMD_EOM(&desc) = op->eom;
297 CCP_AES_ENCRYPT(&function) = op->u.aes.action;
298 CCP_AES_MODE(&function) = op->u.aes.mode;
299 CCP_AES_TYPE(&function) = op->u.aes.type;
300 CCP_AES_SIZE(&function) = op
322 ccp5_perform_xts_aes(struct ccp_op *op) argument
365 ccp5_perform_sha(struct ccp_op *op) argument
406 ccp5_perform_des3(struct ccp_op *op) argument
449 ccp5_perform_rsa(struct ccp_op *op) argument
491 ccp5_perform_passthru(struct ccp_op *op) argument
552 ccp5_perform_ecc(struct ccp_op *op) argument
[all...]
/linux-master/arch/arm64/crypto/
H A Daes-cipher-core.S20 .macro __pair1, sz, op, reg0, reg1, in0, in1e, in1d, shift
21 .ifc \op\shift, b0
36 .ifnc \op, b
49 .macro __pair0, sz, op, reg0, reg1, in0, in1e, in1d, shift
52 ldr\op \reg0, [tt, \reg0, uxtw #\sz]
53 ldr\op \reg1, [tt, \reg1, uxtw #\sz]
56 .macro __hround, out0, out1, in0, in1, in2, in3, t0, t1, enc, sz, op
59 __pair\enc \sz, \op, w12, w13, \in0, \in1, \in3, 0
60 __pair\enc \sz, \op, w14, w15, \in1, \in2, \in0, 8
61 __pair\enc \sz, \op, w1
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Dmt352.c157 struct dtv_frontend_properties *op = &fe->dtv_property_cache; local
164 switch (op->code_rate_HP) {
184 switch (op->code_rate_LP) {
201 if (op->hierarchy == HIERARCHY_AUTO ||
202 op->hierarchy == HIERARCHY_NONE)
209 switch (op->modulation) {
223 switch (op->transmission_mode) {
234 switch (op->guard_interval) {
251 switch (op->hierarchy) {
277 mt352_calc_nominal_rate(state, op
301 mt352_get_parameters(struct dvb_frontend* fe, struct dtv_frontend_properties *op) argument
[all...]
/linux-master/drivers/xen/
H A Dgntalloc.c121 static int add_grefs(struct ioctl_gntalloc_alloc_gref *op, argument
129 readonly = !(op->flags & GNTALLOC_FLAG_WRITABLE);
130 for (i = 0; i < op->count; i++) {
139 gref->file_index = op->index + i * PAGE_SIZE;
147 rc = gnttab_grant_foreign_access(op->domid,
165 gref_size -= (op->count - i);
273 struct ioctl_gntalloc_alloc_gref op; local
278 if (copy_from_user(&op, arg, sizeof(op))) {
283 gref_ids = kcalloc(op
336 struct ioctl_gntalloc_dealloc_gref op; local
374 struct ioctl_gntalloc_unmap_notify op; local
[all...]
/linux-master/include/drm/
H A Ddrm_gpuvm.h797 * @DRM_GPUVA_OP_MAP: the map op type
802 * @DRM_GPUVA_OP_REMAP: the remap op type
807 * @DRM_GPUVA_OP_UNMAP: the unmap op type
812 * @DRM_GPUVA_OP_PREFETCH: the prefetch op type
939 * The particular type of the operation is defined by @op.
951 * @op: the type of the operation
953 enum drm_gpuva_op_type op; member in struct:drm_gpuva_op
990 * @op: &drm_gpuva_op to assign in each iteration step
995 #define drm_gpuva_for_each_op(op, ops) list_for_each_entry(op,
1074 drm_gpuva_init_from_op(struct drm_gpuva *va, struct drm_gpuva_op_map *op) argument
1231 drm_gpuva_op_remap_to_unmap_range(const struct drm_gpuva_op_remap *op, u64 *start_addr, u64 *range) argument
[all...]
/linux-master/arch/sparc/include/asm/
H A Dparport_64.h110 static int ecpp_probe(struct platform_device *op) argument
112 unsigned long base = op->resource[0].start;
113 unsigned long config = op->resource[1].start;
114 unsigned long d_base = op->resource[2].start;
120 parent = op->dev.of_node->parent;
123 op->archdata.irqs[0], PARPORT_DMA_NOFIFO,
124 op->dev.parent->parent, 0);
127 dev_set_drvdata(&op->dev, p);
141 d_len = (op->resource[2].end - d_base) + 1UL;
143 of_ioremap(&op
199 ecpp_remove(struct platform_device *op) argument
[all...]
/linux-master/fs/afs/
H A Dinode.c67 static int afs_inode_init_from_status(struct afs_operation *op, argument
77 op->type ? op->type->name : "???");
88 vnode->cb_v_check = op->cb_v_break;
134 dump_vnode(vnode, op->file[0].vnode != vnode ? op->file[0].vnode : NULL);
150 vnode->cb_server = op->server;
161 static void afs_apply_status(struct afs_operation *op, argument
175 op->type ? op
267 afs_apply_callback(struct afs_operation *op, struct afs_vnode_param *vp) argument
284 afs_vnode_commit_status(struct afs_operation *op, struct afs_vnode_param *vp) argument
329 afs_fetch_status_success(struct afs_operation *op) argument
358 struct afs_operation *op; local
463 afs_iget(struct afs_operation *op, struct afs_vnode_param *vp) argument
530 struct afs_operation *op; local
677 afs_setattr_success(struct afs_operation *op) argument
694 afs_setattr_edit_file(struct afs_operation *op) argument
727 struct afs_operation *op; local
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_qmath.c98 s32 qm_shl32(s32 op, int shift) argument
102 result = op;
123 s16 qm_shl16(s16 op, int shift) argument
127 result = op;
147 s16 qm_shr16(s16 op, int shift) argument
149 return qm_shl16(op, -shift);
156 s16 qm_norm32(s32 op) argument
159 if (op == 0) {
163 while ((op >> 31) == (op >> 3
[all...]
/linux-master/drivers/staging/greybus/
H A Dgb-camera.h119 #define gb_camera_call(f, op, args...) \
120 (!(f) ? -ENODEV : (((f)->ops->op) ? \
121 (f)->ops->op((f)->priv, ##args) : -ENOIOCTLCMD))
/linux-master/include/linux/
H A Deventpoll.h56 int do_epoll_ctl(int epfd, int op, int fd, struct epoll_event *epds,
60 static inline int ep_op_has_event(int op) argument
62 return op != EPOLL_CTL_DEL;
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.h40 enum intel_pt_insn_op op; member in struct:intel_pt_insn
51 const char *intel_pt_insn_name(enum intel_pt_insn_op op);
56 int intel_pt_insn_type(enum intel_pt_insn_op op);
/linux-master/include/trace/events/
H A Dvsock_virtio_transport_common.h45 __u16 op,
54 op,
65 __field(__u16, op)
76 __entry->op = op;
80 TP_printk("%u:%u -> %u:%u len=%u type=%s op=%s flags=%#x zcopy=%s",
85 show_op(__entry->op),
95 __u16 op,
105 op,
117 __field(__u16, op)
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dlinked_list_fail.c47 #define CHECK(test, op, hexpr) \
49 int test##_missing_lock_##op(void *ctx) \
52 void (*p)(void *) = (void *)&bpf_list_##op; \
71 #define CHECK(test, op, hexpr, nexpr) \
73 int test##_missing_lock_##op(void *ctx) \
76 bpf_list_##op(hexpr, nexpr); \
94 #define CHECK(test, op, lexpr, hexpr) \
96 int test##_incorrect_lock_##op(void *ctx) \
99 void (*p)(void *) = (void *)&bpf_list_##op; \
105 #define CHECK_OP(op) \
[all...]
/linux-master/drivers/usb/host/
H A Duhci-grlib.c91 static int uhci_hcd_grlib_probe(struct platform_device *op) argument
93 struct device_node *dn = op->dev.of_node;
103 dev_dbg(&op->dev, "initializing GRUSBHC UHCI USB Controller\n");
110 op->dev.dma_mask = &op->dev.coherent_dma_mask;
111 hcd = usb_create_hcd(&uhci_grlib_hc_driver, &op->dev,
126 hcd->regs = devm_ioremap_resource(&op->dev, &res);
151 static void uhci_hcd_grlib_remove(struct platform_device *op) argument
153 struct usb_hcd *hcd = platform_get_drvdata(op);
155 dev_dbg(&op
170 uhci_hcd_grlib_shutdown(struct platform_device *op) argument
[all...]
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dmlxsw_lib.sh28 local op="=="
32 op=">="
35 ((MLXSW_SPECTRUM_REV $op rev2))
/linux-master/sound/soc/intel/avs/
H A Dtrace.h13 TP_PROTO(unsigned int reg, unsigned int mask, const char *op, bool flag),
15 TP_ARGS(reg, mask, op, flag),
20 __string(op, op )
27 __assign_str(op);
32 __get_str(op), __entry->flag, __entry->mask, __entry->reg)
127 TP_PROTO(const char *op, bool proceed, u64 header),
129 TP_ARGS(op, proceed, header),
132 __string(op, op )
[all...]
/linux-master/drivers/spi/
H A Dspi-amd.c364 const struct spi_mem_op *op)
367 if (op->cmd.buswidth > 1 || op->addr.buswidth > 1 ||
368 op->data.buswidth > 1 || op->data.nbytes > AMD_SPI_MAX_DATA)
371 return spi_mem_default_supports_op(mem, op);
374 static int amd_spi_adjust_op_size(struct spi_mem *mem, struct spi_mem_op *op) argument
376 op->data.nbytes = clamp_val(op->data.nbytes, 0, AMD_SPI_MAX_DATA);
381 const struct spi_mem_op *op)
363 amd_spi_supports_op(struct spi_mem *mem, const struct spi_mem_op *op) argument
380 amd_spi_set_addr(struct amd_spi *amd_spi, const struct spi_mem_op *op) argument
396 amd_spi_mem_data_out(struct amd_spi *amd_spi, const struct spi_mem_op *op) argument
416 amd_spi_mem_data_in(struct amd_spi *amd_spi, const struct spi_mem_op *op) argument
438 amd_spi_exec_mem_op(struct spi_mem *mem, const struct spi_mem_op *op) argument
[all...]
H A Dspi-fsl-qspi.c368 const struct spi_mem_op *op)
373 ret = fsl_qspi_check_buswidth(q, op->cmd.buswidth);
375 if (op->addr.nbytes)
376 ret |= fsl_qspi_check_buswidth(q, op->addr.buswidth);
378 if (op->dummy.nbytes)
379 ret |= fsl_qspi_check_buswidth(q, op->dummy.buswidth);
381 if (op->data.nbytes)
382 ret |= fsl_qspi_check_buswidth(q, op->data.buswidth);
388 * The number of instructions needed for the op, needs
391 if (op
367 fsl_qspi_supports_op(struct spi_mem *mem, const struct spi_mem_op *op) argument
415 fsl_qspi_prepare_lut(struct fsl_qspi *q, const struct spi_mem_op *op) argument
551 fsl_qspi_read_ahb(struct fsl_qspi *q, const struct spi_mem_op *op) argument
558 fsl_qspi_fill_txfifo(struct fsl_qspi *q, const struct spi_mem_op *op) argument
583 fsl_qspi_read_rxfifo(struct fsl_qspi *q, const struct spi_mem_op *op) argument
604 fsl_qspi_do_op(struct fsl_qspi *q, const struct spi_mem_op *op) argument
641 fsl_qspi_exec_op(struct spi_mem *mem, const struct spi_mem_op *op) argument
703 fsl_qspi_adjust_op_size(struct spi_mem *mem, struct spi_mem_op *op) argument
[all...]
H A Dspi-npcm-fiu.c266 const struct spi_mem_op *op)
270 ilog2(op->addr.buswidth) <<
272 fiu->drd_op.addr.buswidth = op->addr.buswidth;
275 op->dummy.nbytes << NPCM_FIU_DRD_DBW_SHIFT);
276 fiu->drd_op.dummy.nbytes = op->dummy.nbytes;
278 NPCM_FIU_DRD_CFG_RDCMD, op->cmd.opcode);
279 fiu->drd_op.cmd.opcode = op->cmd.opcode;
282 (op->addr.nbytes - 3) << NPCM_FIU_DRD_ADDSIZ_SHIFT);
283 fiu->drd_op.addr.nbytes = op->addr.nbytes;
334 const struct spi_mem_op *op, u3
265 npcm_fiu_set_drd(struct npcm_fiu_spi *fiu, const struct spi_mem_op *op) argument
333 npcm_fiu_uma_read(struct spi_mem *mem, const struct spi_mem_op *op, u32 addr, bool is_address_size, u8 *data, u32 data_size) argument
389 npcm_fiu_uma_write(struct spi_mem *mem, const struct spi_mem_op *op, u8 cmd, bool is_address_size, u8 *data, u32 data_size) argument
439 npcm_fiu_manualwrite(struct spi_mem *mem, const struct spi_mem_op *op) argument
488 npcm_fiu_read(struct spi_mem *mem, const struct spi_mem_op *op) argument
545 npcm_fiu_exec_op(struct spi_mem *mem, const struct spi_mem_op *op) argument
[all...]
/linux-master/lib/
H A Dasn1_decoder.c175 enum asn1_opcode op; local
205 op = machine[pc];
206 if (unlikely(pc + asn1_op_lengths[op] > machlen))
212 if (op <= ASN1_OP__MATCHES_TAG) {
216 if ((op & ASN1_OP_MATCH__COND && flags & FLAG_MATCHED) ||
217 (op & ASN1_OP_MATCH__SKIP && dp == datalen)) {
219 pc += asn1_op_lengths[op];
233 if (op & ASN1_OP_MATCH__ANY) {
238 * CONS is not set in the op stream, otherwise CONS
250 if (op
[all...]
/linux-master/drivers/md/bcache/
H A Dbtree.h241 static inline void bch_btree_op_init(struct btree_op *op, int write_lock_level) argument
243 memset(op, 0, sizeof(struct btree_op));
244 init_wait(&op->wait);
245 op->lock = write_lock_level;
268 struct btree *__bch_btree_node_alloc(struct cache_set *c, struct btree_op *op,
271 struct btree *bch_btree_node_get(struct cache_set *c, struct btree_op *op,
275 int bch_btree_insert_check_key(struct btree *b, struct btree_op *op,
315 * op->lock determines whether we take a read or a write lock at a given depth.
317 * going to have to split), set op->lock and return -EINTR; btree_root() will
326 * @op
381 bch_btree_map_nodes(struct btree_op *op, struct cache_set *c, struct bkey *from, btree_map_nodes_fn *fn) argument
387 bch_btree_map_leaf_nodes(struct btree_op *op, struct cache_set *c, struct bkey *from, btree_map_nodes_fn *fn) argument
[all...]
/linux-master/arch/powerpc/kernel/trace/
H A Dftrace_64_pg.c48 ppc_inst_t op; local
52 /* if (link) set op to 'bl' else 'b' */
53 create_branch(&op, (u32 *)ip, addr, link ? BRANCH_SET_LINK : 0);
55 return op;
96 static int is_bl_op(ppc_inst_t op) argument
98 return (ppc_inst_val(op) & ~PPC_LI_MASK) == PPC_RAW_BL(0);
101 static int is_b_op(ppc_inst_t op) argument
103 return (ppc_inst_val(op) & ~PPC_LI_MASK) == PPC_RAW_BRANCH(0);
106 static unsigned long find_bl_target(unsigned long ip, ppc_inst_t op) argument
110 offset = PPC_LI(ppc_inst_val(op));
125 ppc_inst_t op, pop; local
261 ppc_inst_t op; local
311 ppc_inst_t op; local
411 ppc_inst_t op[2]; local
472 ppc_inst_t op; local
555 ppc_inst_t op; local
829 ftrace_graph_func(unsigned long ip, unsigned long parent_ip, struct ftrace_ops *op, struct ftrace_regs *fregs) argument
[all...]

Completed in 201 milliseconds

1234567891011>>