Home
last modified time | relevance | path

Searched defs:op (Results 126 – 150 of 1616) sorted by relevance

12345678910>>...65

/openbmc/linux/arch/openrisc/include/asm/
H A Datomic.h15 #define ATOMIC_OP(op) \ argument
32 #define ATOMIC_OP_RETURN(op) \ argument
51 #define ATOMIC_FETCH_OP(op) \ argument
/openbmc/linux/arch/sparc/kernel/
H A Dof_device_common.c18 struct platform_device *op = of_find_device_by_node(node); in irq_of_parse_and_map() local
30 struct platform_device *op = of_find_device_by_node(node); in of_address_to_resource() local
42 struct platform_device *op = of_find_device_by_node(node); in of_iomap() local
64 struct platform_device *op = of_find_device_by_node(dp); in of_propagate_archdata() local
/openbmc/linux/arch/ia64/include/asm/
H A Datomic.h30 #define ATOMIC_OP(op, c_op) \ argument
45 #define ATOMIC_FETCH_OP(op, c_op) \ argument
60 #define ATOMIC_OPS(op, c_op) \ argument
125 #define ATOMIC64_OP(op, c_op) \ argument
140 #define ATOMIC64_FETCH_OP(op, c_op) \ argument
155 #define ATOMIC64_OPS(op, c_op) \ argument
/openbmc/qemu/tests/tcg/i386/
H A Dtest-mmx.py71 def match(op, pattern): argument
77 def __init__(self, op): argument
122 def ArgGenerator(arg, op): argument
152 def __init__(self, op, args): argument
/openbmc/linux/arch/loongarch/include/asm/
H A Dtlb.h91 static __always_inline void invtlb(u32 op, u32 info, u64 addr) in invtlb()
101 static __always_inline void invtlb_addr(u32 op, u32 info, u64 addr) in invtlb_addr()
112 static __always_inline void invtlb_info(u32 op, u32 info, u64 addr) in invtlb_info()
123 static __always_inline void invtlb_all(u32 op, u32 info, u64 addr) in invtlb_all()
/openbmc/linux/drivers/spi/
H A Dspi-sn-f-ospi.c117 static u32 f_ospi_get_dummy_cycle(const struct spi_mem_op *op) in f_ospi_get_dummy_cycle()
262 const struct spi_mem_op *op) in f_ospi_config_indir_protocol()
336 const struct spi_mem_op *op) in f_ospi_indir_prepare_op()
402 const struct spi_mem_op *op) in f_ospi_indir_read()
456 const struct spi_mem_op *op) in f_ospi_indir_write()
502 static int f_ospi_exec_op(struct spi_mem *mem, const struct spi_mem_op *op) in f_ospi_exec_op()
527 const struct spi_mem_op *op) in f_ospi_supports_op_width()
553 const struct spi_mem_op *op) in f_ospi_supports_op()
567 static int f_ospi_adjust_op_size(struct spi_mem *mem, struct spi_mem_op *op) in f_ospi_adjust_op_size()
/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/
H A Dpci.c21 #define cfg_read(val, addr, type, op) *val = op((type)(addr)); argument
22 #define cfg_write(val, addr, type, op) op((type *)(addr), (val)); argument
24 #define PCI_OP(rw, size, type, op, mask) \ argument
/openbmc/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c54 #define log_memop(vb, op) \ argument
59 #define call_memop(vb, op, args...) \ argument
93 #define log_qop(q, op) \ argument
97 #define call_qop(q, op, args...) \ argument
108 #define call_void_qop(q, op, args...) \ argument
116 #define log_vb_qop(vb, op, args...) \ argument
121 #define call_vb_qop(vb, op, args...) \ argument
143 #define call_memop(vb, op, args...) \ argument
157 #define call_qop(q, op, args...) \ argument
166 #define call_vb_qop(vb, op, args...) \ argument
[all …]
/openbmc/u-boot/drivers/mtd/nand/spi/
H A Dcore.c50 struct spi_mem_op op = SPINAND_GET_FEATURE_OP(reg, in spinand_read_reg_op() local
64 struct spi_mem_op op = SPINAND_SET_FEATURE_OP(reg, in spinand_write_reg_op() local
223 struct spi_mem_op op = SPINAND_WR_EN_DIS_OP(true); in spinand_write_enable_op() local
233 struct spi_mem_op op = SPINAND_PAGE_READ_OP(row); in spinand_load_page_op() local
241 struct spi_mem_op op = *spinand->op_templates.read_cache; in spinand_read_from_cache_op() local
314 struct spi_mem_op op = *spinand->op_templates.write_cache; in spinand_write_to_cache_op() local
402 struct spi_mem_op op = SPINAND_PROG_EXEC_OP(row); in spinand_program_op() local
412 struct spi_mem_op op = SPINAND_BLK_ERASE_OP(row); in spinand_erase_op() local
464 struct spi_mem_op op = SPINAND_RESET_OP; in spinand_reset_op() local
880 struct spi_mem_op op = variants->ops[i]; in spinand_select_op_variant() local
[all …]
/openbmc/linux/drivers/md/
H A Ddm-audit.h39 static inline void dm_audit_log_target(const char *dm_msg_prefix, const char *op, in dm_audit_log_target()
45 static inline void dm_audit_log_bio(const char *dm_msg_prefix, const char *op, in dm_audit_log_bio()
51 const char *op, struct dm_target *ti, in dm_audit_log_target()
/openbmc/linux/drivers/acpi/acpica/
H A Ddbmethod.c44 union acpi_parse_object *op) in acpi_db_set_method_breakpoint()
83 void acpi_db_set_method_call_breakpoint(union acpi_parse_object *op) in acpi_db_set_method_call_breakpoint()
236 void acpi_db_disassemble_aml(char *statements, union acpi_parse_object *op) in acpi_db_disassemble_aml()
268 union acpi_parse_object *op; in acpi_db_disassemble_method() local
H A Ddscontrol.c36 union acpi_parse_object *op) in acpi_ds_exec_begin_control_op()
135 union acpi_parse_object *op) in acpi_ds_exec_end_control_op()
/openbmc/linux/drivers/misc/cxl/
H A Dhcalls.c117 static char *op_str(unsigned int op, char *name_array[], int array_len) in op_str()
124 #define OP_STR(op, name_array) op_str(op, name_array, ARRAY_SIZE(name_array)) argument
126 #define OP_STR_AFU(op) OP_STR(op, afu_op_names) argument
127 #define OP_STR_CONTROL_ADAPTER(op) OP_STR(op, control_adapter_op_names) argument
128 #define OP_STR_DOWNLOAD_ADAPTER(op) OP_STR(op, download_op_names) argument
205 static long cxl_h_control_function(u64 unit_address, u64 op, in cxl_h_control_function()
478 static long cxl_h_control_facility(u64 unit_address, u64 op, in cxl_h_control_facility()
558 static long cxl_h_download_facility(u64 unit_address, u64 op, in cxl_h_download_facility()
/openbmc/linux/kernel/trace/
H A Dtrace_selftest.c109 struct ftrace_ops *op, in trace_selftest_test_probe1_func()
118 struct ftrace_ops *op, in trace_selftest_test_probe2_func()
127 struct ftrace_ops *op, in trace_selftest_test_probe3_func()
136 struct ftrace_ops *op, in trace_selftest_test_global_func()
145 struct ftrace_ops *op, in trace_selftest_test_dyn_func()
450 struct ftrace_ops *op, in trace_selftest_test_recursion_func()
465 struct ftrace_ops *op, in trace_selftest_test_recursion_safe_func()
584 struct ftrace_ops *op, in trace_selftest_test_regs_func()
/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunqe.c685 struct platform_device *op; in qe_get_drvinfo() local
717 static void qec_init_once(struct sunqec *qecp, struct platform_device *op) in qec_init_once()
769 struct platform_device *op = to_platform_device(child->dev.parent); in get_qec() local
832 static int qec_ether_init(struct platform_device *op) in qec_ether_init()
931 static int qec_sbus_probe(struct platform_device *op) in qec_sbus_probe()
936 static int qec_sbus_remove(struct platform_device *op) in qec_sbus_remove()
984 struct platform_device *op = root_qec_dev->op; in qec_exit() local
/openbmc/linux/include/linux/ceph/
H A Drados.h328 static inline int ceph_osd_op_type_lock(int op) in ceph_osd_op_type_lock()
332 static inline int ceph_osd_op_type_data(int op) in ceph_osd_op_type_data()
336 static inline int ceph_osd_op_type_attr(int op) in ceph_osd_op_type_attr()
340 static inline int ceph_osd_op_type_exec(int op) in ceph_osd_op_type_exec()
344 static inline int ceph_osd_op_type_pg(int op) in ceph_osd_op_type_pg()
348 static inline int ceph_osd_op_type_multi(int op) in ceph_osd_op_type_multi()
353 static inline int ceph_osd_op_mode_subop(int op) in ceph_osd_op_mode_subop()
357 static inline int ceph_osd_op_mode_read(int op) in ceph_osd_op_mode_read()
362 static inline int ceph_osd_op_mode_modify(int op) in ceph_osd_op_mode_modify()
491 __le16 op; /* CEPH_OSD_OP_* */ member
[all …]
/openbmc/phosphor-dbus-monitor/src/
H A Delog.hpp25 static auto op(T&& value) in op() function
34 static auto op(const std::string& value) in op() function
76 static void op(Args&&... args) in op() function
/openbmc/linux/drivers/mtd/spi-nor/
H A Dmicron-st.c52 struct spi_mem_op op; in micron_st_nor_octal_dtr_en() local
89 struct spi_mem_op op; in micron_st_nor_octal_dtr_dis() local
320 struct spi_mem_op op = MICRON_ST_RDFSR_OP(fsr); in micron_st_nor_read_fsr() local
355 struct spi_mem_op op = MICRON_ST_CLFSR_OP; in micron_st_nor_clear_fsr() local
/openbmc/qemu/hw/i386/kvm/
H A Dxenstore_impl.c371 struct walk_op *op = user_data; in node_rm_recurse() local
410 struct walk_op *op = user_data; in copy_deleted_recurse() local
453 static int xs_node_rm(XsNode **n, struct walk_op *op) in xs_node_rm()
876 struct walk_op op; in xs_impl_read() local
896 struct walk_op op; in xs_impl_write() local
920 struct walk_op op; in xs_impl_directory() local
966 struct walk_op *op = user_data; in tx_commit_walk() local
1023 struct walk_op op; in transaction_commit() local
1086 struct walk_op op; in xs_impl_rm() local
1102 struct walk_op op; in xs_impl_get_perms() local
[all …]
/openbmc/u-boot/drivers/power/regulator/
H A Ds2mps11_regulator.c116 static int s2mps11_buck_val(struct udevice *dev, int op, int *uV) in s2mps11_buck_val()
166 static int s2mps11_buck_mode(struct udevice *dev, int op, int *opmode) in s2mps11_buck_mode()
224 static int s2mps11_buck_enable(struct udevice *dev, int op, bool *enable) in s2mps11_buck_enable()
389 static int s2mps11_ldo_val(struct udevice *dev, int op, int *uV) in s2mps11_ldo_val()
429 static int s2mps11_ldo_mode(struct udevice *dev, int op, int *opmode) in s2mps11_ldo_mode()
492 static int s2mps11_ldo_enable(struct udevice *dev, int op, bool *enable) in s2mps11_ldo_enable()
/openbmc/linux/drivers/scsi/libfc/
H A Dfc_encode.h65 unsigned int op, size_t req_size, in fc_ct_hdr_fill()
93 unsigned int op, enum fc_rctl *r_ctl, in fc_ct_ns_fill()
187 unsigned int op, enum fc_rctl *r_ctl, in fc_ct_ms_fill()
723 unsigned int op, enum fc_rctl *r_ctl, in fc_ct_fill()
746 unsigned int op) in fc_plogi_fill()
903 struct fc_frame *fp, unsigned int op, in fc_els_fill()
/openbmc/linux/drivers/crypto/caam/
H A Ddesc_constr.h233 #define APPEND_CMD_RET(cmd, op) \ argument
260 #define APPEND_CMD(cmd, op) \ argument
268 #define APPEND_CMD_LEN(cmd, op) \ in APPEND_CMD() argument
281 #define APPEND_CMD_PTR(cmd, op) \ argument
310 #define APPEND_SEQ_PTR_INTLEN(cmd, op) \ argument
325 #define APPEND_CMD_PTR_TO_IMM(cmd, op) \ argument
335 #define APPEND_CMD_PTR_EXTLEN(cmd, op) \ argument
349 #define APPEND_CMD_PTR_LEN(cmd, op, type) \ argument
366 #define APPEND_CMD_PTR_TO_IMM2(cmd, op) \ argument
377 #define APPEND_CMD_RAW_IMM(cmd, op, type) \ argument
[all …]
/openbmc/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.c31 enum intel_pt_insn_op op = INTEL_PT_OP_OTHER; in intel_pt_insn_decoder() local
251 const char *intel_pt_insn_name(enum intel_pt_insn_op op) in intel_pt_insn_name()
276 int intel_pt_insn_type(enum intel_pt_insn_op op) in intel_pt_insn_type()
/openbmc/qemu/tests/fp/
H A Dfp-bench.c29 enum op { enum
232 static void bench(enum precision prec, enum op op, int n_ops, bool no_neg) in bench()
426 #define GEN_BENCH(name, type, prec, op, n_ops) \ argument
432 #define GEN_BENCH_NO_NEG(name, type, prec, op, n_ops) \ argument
438 #define GEN_BENCH_ALL_TYPES(opname, op, n_ops) \ argument
453 #define GEN_BENCH_ALL_TYPES_NO_NEG(name, op, n) \ argument
466 #define GEN_BENCH_FUNCS(opname, op) \ argument
/openbmc/linux/arch/powerpc/kernel/trace/
H A Dftrace.c48 ppc_inst_t op; in ftrace_create_branch_inst() local
56 static inline int ftrace_read_inst(unsigned long ip, ppc_inst_t *op) in ftrace_read_inst()
68 ppc_inst_t op; in ftrace_validate_inst() local
91 static int is_bl_op(ppc_inst_t op) in is_bl_op()
422 struct ftrace_ops *op, struct ftrace_regs *fregs) in ftrace_graph_func()

12345678910>>...65