Home
last modified time | relevance | path

Searched defs:op (Results 1 – 200 of 873) sorted by relevance

12345

/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf2-internal.h27 #define log_memop(vb, op) \ argument
32 #define call_memop(vb, op, args...) \ argument
44 #define call_ptr_memop(vb, op, args...) \ argument
56 #define call_void_memop(vb, op, args...) \ argument
66 #define log_qop(q, op) \ argument
70 #define call_qop(q, op, args...) \ argument
81 #define call_void_qop(q, op, args...) \ argument
89 #define log_vb_qop(vb, op, args...) \ argument
94 #define call_vb_qop(vb, op, args...) \ argument
106 #define call_void_vb_qop(vb, op, args...) \ argument
[all …]
/linux-4.4.14/arch/sh/kernel/
Dkgdb.c21 #define OPCODE_BT(op) (((op) & 0xff00) == 0x8900) argument
22 #define OPCODE_BF(op) (((op) & 0xff00) == 0x8b00) argument
23 #define OPCODE_BTF_DISP(op) (((op) & 0x80) ? (((op) | 0xffffff80) << 1) : \ argument
25 #define OPCODE_BFS(op) (((op) & 0xff00) == 0x8f00) argument
26 #define OPCODE_BTS(op) (((op) & 0xff00) == 0x8d00) argument
27 #define OPCODE_BRA(op) (((op) & 0xf000) == 0xa000) argument
28 #define OPCODE_BRA_DISP(op) (((op) & 0x800) ? (((op) | 0xfffff800) << 1) : \ argument
30 #define OPCODE_BRAF(op) (((op) & 0xf0ff) == 0x0023) argument
31 #define OPCODE_BRAF_REG(op) (((op) & 0x0f00) >> 8) argument
32 #define OPCODE_BSR(op) (((op) & 0xf000) == 0xb000) argument
[all …]
/linux-4.4.14/fs/fscache/
Doperation.c23 static void fscache_operation_dummy_cancel(struct fscache_operation *op) in fscache_operation_dummy_cancel()
35 void fscache_operation_init(struct fscache_operation *op, in fscache_operation_init()
60 void fscache_enqueue_operation(struct fscache_operation *op) in fscache_enqueue_operation()
94 struct fscache_operation *op) in fscache_run_op()
111 struct fscache_operation *op, in fscache_report_unexpected_submission()
150 struct fscache_operation *op) in fscache_submit_exclusive_op()
234 struct fscache_operation *op) in fscache_submit_op()
323 struct fscache_operation *op; in fscache_start_operations() local
351 int fscache_cancel_op(struct fscache_operation *op, in fscache_cancel_op()
410 struct fscache_operation *op; in fscache_cancel_all_ops() local
[all …]
Dpage.c173 static void fscache_attr_changed_op(struct fscache_operation *op) in fscache_attr_changed_op()
199 struct fscache_operation *op; in __fscache_attr_changed() local
256 struct fscache_retrieval *op = in fscache_do_cancel_retrieval() local
267 struct fscache_retrieval *op = in fscache_release_retrieval_op() local
291 struct fscache_retrieval *op; in fscache_alloc_retrieval() local
357 struct fscache_operation *op, in fscache_wait_for_operation_activation()
416 struct fscache_retrieval *op; in __fscache_read_or_alloc_page() local
546 struct fscache_retrieval *op; in __fscache_read_or_alloc_pages() local
658 struct fscache_retrieval *op; in __fscache_alloc_page() local
768 struct fscache_storage *op = in fscache_write_op() local
[all …]
/linux-4.4.14/drivers/xen/
Defi.c39 #define efi_data(op) (op.u.efi_runtime_call) argument
43 struct xen_platform_op op = INIT_EFI_OP(get_time); in xen_efi_get_time() local
65 struct xen_platform_op op = INIT_EFI_OP(set_time); in xen_efi_set_time() local
80 struct xen_platform_op op = INIT_EFI_OP(get_wakeup_time); in xen_efi_get_wakeup_time() local
101 struct xen_platform_op op = INIT_EFI_OP(set_wakeup_time); in xen_efi_set_wakeup_time() local
123 struct xen_platform_op op = INIT_EFI_OP(get_variable); in xen_efi_get_variable() local
146 struct xen_platform_op op = INIT_EFI_OP(get_next_variable_name); in xen_efi_get_next_variable() local
171 struct xen_platform_op op = INIT_EFI_OP(set_variable); in xen_efi_set_variable() local
192 struct xen_platform_op op = INIT_EFI_OP(query_variable_info); in xen_efi_query_variable_info() local
211 struct xen_platform_op op = INIT_EFI_OP(get_next_high_monotonic_count); in xen_efi_get_next_high_mono_count() local
[all …]
Dfallback.c10 struct evtchn_op op; in xen_event_channel_op_compat() local
49 struct physdev_op op; in xen_physdev_op_compat() local
Dpcpu.c75 struct xen_platform_op op = { in xen_pcpu_down() local
86 struct xen_platform_op op = { in xen_pcpu_up() local
274 struct xen_platform_op op = { in sync_pcpu() local
362 struct xen_platform_op op; in xen_pcpu_id() local
Dxen-acpi-pad.c33 struct xen_platform_op op; in xen_acpi_pad_idle_cpus() local
44 struct xen_platform_op op; in xen_acpi_pad_idle_cpus_num() local
Dgntalloc.c121 static int add_grefs(struct ioctl_gntalloc_alloc_gref *op, in add_grefs()
284 struct ioctl_gntalloc_alloc_gref op; in gntalloc_ioctl_alloc() local
347 struct ioctl_gntalloc_dealloc_gref op; in gntalloc_ioctl_dealloc() local
385 struct ioctl_gntalloc_unmap_notify op; in gntalloc_ioctl_unmap_notify() local
Dxen-acpi-processor.c59 struct xen_platform_op op = { in push_cxx_to_hypervisor() local
213 struct xen_platform_op op = { in push_pxx_to_hypervisor() local
295 struct xen_platform_op op = { in get_max_acpi_id() local
Ddbgp.c9 static int xen_dbgp_op(struct usb_hcd *hcd, int op) in xen_dbgp_op()
Dacpi.c44 struct xen_platform_op op = { in xen_acpi_notify_hypervisor_state() local
/linux-4.4.14/arch/sparc/lib/
Datomic_64.S18 #define ATOMIC_OP(op) \ argument
32 #define ATOMIC_OP_RETURN(op) \ argument
46 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_OP_RETURN(op) argument
58 #define ATOMIC64_OP(op) \ argument
72 #define ATOMIC64_OP_RETURN(op) \ argument
86 #define ATOMIC64_OPS(op) ATOMIC64_OP(op) ATOMIC64_OP_RETURN(op) argument
Dksyms.c102 #define ATOMIC_OP(op) \ argument
106 #define ATOMIC_OP_RETURN(op) \ argument
110 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_OP_RETURN(op) argument
Datomic32.c30 #define ATOMIC_OP_RETURN(op, c_op) \ argument
44 #define ATOMIC_OP(op, c_op) \ argument
/linux-4.4.14/arch/frv/include/asm/
Datomic_defs.h13 #define ATOMIC_OP_RETURN(op) argument
14 #define ATOMIC_FETCH_OP(op) argument
24 #define ATOMIC_OP_RETURN(op) \ argument
28 #define ATOMIC_FETCH_OP(op) \ argument
61 #define ATOMIC_OP_RETURN(op) \ argument
112 #define ATOMIC_FETCH_OP(op) \ argument
/linux-4.4.14/drivers/crypto/sunxi-ss/
Dsun4i-ss-cipher.c22 struct sun4i_tfm_ctx *op = crypto_ablkcipher_ctx(tfm); in sun4i_ss_opti_poll() local
129 struct sun4i_tfm_ctx *op = crypto_ablkcipher_ctx(tfm); in sun4i_ss_cipher_poll() local
322 struct sun4i_tfm_ctx *op = crypto_ablkcipher_ctx(tfm); in sun4i_ss_cbc_aes_encrypt() local
333 struct sun4i_tfm_ctx *op = crypto_ablkcipher_ctx(tfm); in sun4i_ss_cbc_aes_decrypt() local
345 struct sun4i_tfm_ctx *op = crypto_ablkcipher_ctx(tfm); in sun4i_ss_ecb_aes_encrypt() local
356 struct sun4i_tfm_ctx *op = crypto_ablkcipher_ctx(tfm); in sun4i_ss_ecb_aes_decrypt() local
368 struct sun4i_tfm_ctx *op = crypto_ablkcipher_ctx(tfm); in sun4i_ss_cbc_des_encrypt() local
379 struct sun4i_tfm_ctx *op = crypto_ablkcipher_ctx(tfm); in sun4i_ss_cbc_des_decrypt() local
391 struct sun4i_tfm_ctx *op = crypto_ablkcipher_ctx(tfm); in sun4i_ss_ecb_des_encrypt() local
402 struct sun4i_tfm_ctx *op = crypto_ablkcipher_ctx(tfm); in sun4i_ss_ecb_des_decrypt() local
[all …]
Dsun4i-ss-hash.c31 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_init() local
49 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_export_md5() local
72 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_import_md5() local
91 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_export_sha1() local
115 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_import_sha1() local
169 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_update() local
348 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_final() local
/linux-4.4.14/arch/arm/probes/kprobes/
Dopt-arm.c132 int arch_check_optimized_kprobe(struct optimized_kprobe *op) in arch_check_optimized_kprobe()
153 __arch_remove_optimized_kprobe(struct optimized_kprobe *op, int dirty) in __arch_remove_optimized_kprobe()
164 optimized_callback(struct optimized_kprobe *op, struct pt_regs *regs) in optimized_callback()
195 int arch_prepare_optimized_kprobe(struct optimized_kprobe *op, struct kprobe *orig) in arch_prepare_optimized_kprobe()
304 struct optimized_kprobe *op, *tmp; in arch_optimize_kprobes() local
340 void arch_unoptimize_kprobe(struct optimized_kprobe *op) in arch_unoptimize_kprobe()
352 struct optimized_kprobe *op, *tmp; in arch_unoptimize_kprobes() local
360 int arch_within_optimized_kprobe(struct optimized_kprobe *op, in arch_within_optimized_kprobe()
367 void arch_remove_optimized_kprobe(struct optimized_kprobe *op) in arch_remove_optimized_kprobe()
Dtest-thumb.c94 #define DATA_PROCESSING16(op,val) \ in kprobe_thumb16_test_cases() argument
481 #define _DATA_PROCESSING32_DNM(op,s,val) \ in kprobe_thumb32_test_cases() argument
493 #define DATA_PROCESSING32_DNM(op,val) \ in kprobe_thumb32_test_cases() argument
497 #define DATA_PROCESSING32_NM(op,val) \ in kprobe_thumb32_test_cases() argument
509 #define _DATA_PROCESSING32_DM(op,s,val) \ in kprobe_thumb32_test_cases() argument
522 #define DATA_PROCESSING32_DM(op,val) \ in kprobe_thumb32_test_cases() argument
937 #define SHIFTS32(op) \ in kprobe_thumb32_test_cases() argument
989 #define PARALLEL_ADD_SUB(op) \ in kprobe_thumb32_test_cases() argument
Dtest-arm.c60 #define _DATA_PROCESSING_DNM(op,s,val) \ in kprobe_arm_test_cases() argument
83 #define DATA_PROCESSING_DNM(op,val) \ in kprobe_arm_test_cases() argument
87 #define DATA_PROCESSING_NM(op,val) \ in kprobe_arm_test_cases() argument
109 #define _DATA_PROCESSING_DM(op,s,val) \ in kprobe_arm_test_cases() argument
130 #define DATA_PROCESSING_DM(op,val) \ in kprobe_arm_test_cases() argument
/linux-4.4.14/arch/mips/include/asm/
Dr4kcache.h41 #define cache_op(op,addr) \ argument
149 #define protected_cache_op(op,addr) \ argument
162 #define protected_cachee_op(op,addr) \ argument
225 #define cache16_unroll32(base,op) \ argument
251 #define cache32_unroll32(base,op) \ argument
277 #define cache64_unroll32(base,op) \ argument
303 #define cache128_unroll32(base,op) \ argument
335 #define cache16_unroll32(base,op) \ argument
363 #define cache32_unroll32(base,op) \ argument
393 #define cache64_unroll32(base,op) \ argument
[all …]
Duasm.h34 #define ISAOPC(op) CL_uasm_i##op argument
37 #define ISAOPC(op) uasm_i##op argument
42 #define ISAOPC(op) uasm_i##op argument
45 #define ISAOPC(op) MM_uasm_i##op argument
52 #define Ip_u1u2u3(op) \ argument
55 #define Ip_u2u1u3(op) \ argument
58 #define Ip_u3u2u1(op) \ argument
61 #define Ip_u3u1u2(op) \ argument
64 #define Ip_u1u2s3(op) \ argument
67 #define Ip_u2s3u1(op) \ argument
[all …]
Datomic.h44 #define ATOMIC_OP(op, c_op, asm_op) \ argument
81 #define ATOMIC_OP_RETURN(op, c_op, asm_op) \ argument
133 #define ATOMIC_OPS(op, c_op, asm_op) \ argument
327 #define ATOMIC64_OP(op, c_op, asm_op) \ argument
364 #define ATOMIC64_OP_RETURN(op, c_op, asm_op) \ argument
417 #define ATOMIC64_OPS(op, c_op, asm_op) \ argument
/linux-4.4.14/arch/x86/kernel/kprobes/
Dopt.c44 struct optimized_kprobe *op; in __recover_optprobed_insn() local
142 optimized_callback(struct optimized_kprobe *op, struct pt_regs *regs) in optimized_callback()
284 int arch_check_optimized_kprobe(struct optimized_kprobe *op) in arch_check_optimized_kprobe()
299 int arch_within_optimized_kprobe(struct optimized_kprobe *op, in arch_within_optimized_kprobe()
308 void __arch_remove_optimized_kprobe(struct optimized_kprobe *op, int dirty) in __arch_remove_optimized_kprobe()
317 void arch_remove_optimized_kprobe(struct optimized_kprobe *op) in arch_remove_optimized_kprobe()
327 int arch_prepare_optimized_kprobe(struct optimized_kprobe *op, in arch_prepare_optimized_kprobe()
386 struct optimized_kprobe *op, *tmp; in arch_optimize_kprobes() local
410 void arch_unoptimize_kprobe(struct optimized_kprobe *op) in arch_unoptimize_kprobe()
428 struct optimized_kprobe *op, *tmp; in arch_unoptimize_kprobes() local
[all …]
/linux-4.4.14/drivers/crypto/
Dgeode-aes.c70 geode_aes_crypt(struct geode_aes_op *op) in geode_aes_crypt()
119 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_setkey_cip() local
152 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_setkey_blk() local
188 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in fallback_blk_dec() local
204 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in fallback_blk_enc() local
218 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_encrypt() local
239 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_decrypt() local
259 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in fallback_init_cip() local
274 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in fallback_exit_cip() local
308 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in geode_cbc_decrypt() local
[all …]
Dmv_cesa.c123 enum crypto_op op; member
137 enum hash_op op; member
147 enum hash_op op; member
263 struct sec_accel_config op; in mv_process_current_q() local
333 struct sec_accel_config op = { 0 }; in mv_process_hash_current() local
708 static void mv_init_hash_req_ctx(struct mv_req_hash_ctx *ctx, int op, in mv_init_hash_req_ctx()
844 enum hash_op op, int count_add) in mv_cra_hash_init()
/linux-4.4.14/net/can/
Dbcm.c169 struct bcm_op *op; in bcm_proc_show() local
247 static void bcm_can_tx(struct bcm_op *op) in bcm_can_tx()
293 static void bcm_send_to_user(struct bcm_op *op, struct bcm_msg_head *head, in bcm_send_to_user()
353 static void bcm_tx_start_timer(struct bcm_op *op) in bcm_tx_start_timer()
367 struct bcm_op *op = (struct bcm_op *)data; in bcm_tx_timeout_tsklet() local
399 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer); in bcm_tx_timeout_handler() local
409 static void bcm_rx_changed(struct bcm_op *op, struct can_frame *data) in bcm_rx_changed()
439 static void bcm_rx_update_and_send(struct bcm_op *op, in bcm_rx_update_and_send()
483 static void bcm_rx_cmp_to_index(struct bcm_op *op, unsigned int index, in bcm_rx_cmp_to_index()
519 static void bcm_rx_starttimer(struct bcm_op *op) in bcm_rx_starttimer()
[all …]
/linux-4.4.14/drivers/scsi/
Dsun_esp.c83 struct platform_device *op = esp->dev; in esp_sbus_map_regs() local
103 struct platform_device *op = esp->dev; in esp_sbus_map_command_block() local
116 struct platform_device *op = esp->dev; in esp_sbus_register_irq() local
124 struct platform_device *op = esp->dev; in esp_get_scsi_id() local
146 struct platform_device *op = esp->dev; in esp_get_differential() local
158 struct platform_device *op = esp->dev; in esp_get_clock_params() local
175 struct platform_device *op = esp->dev; in esp_get_bursts() local
218 struct platform_device *op = esp->dev; in sbus_esp_map_single() local
226 struct platform_device *op = esp->dev; in sbus_esp_map_sg() local
234 struct platform_device *op = esp->dev; in sbus_esp_unmap_single() local
[all …]
Dqlogicpti.c706 struct platform_device *op = qpti->op; in qpti_map_regs() local
729 struct platform_device *op = qpti->op; in qpti_register_irq() local
754 struct platform_device *op = qpti->op; in qpti_get_scsi_id() local
775 struct platform_device *op = qpti->op; in qpti_get_bursts() local
808 struct platform_device *op = qpti->op; in qpti_map_queues() local
1294 static int qpti_sbus_probe(struct platform_device *op) in qpti_sbus_probe()
1404 static int qpti_sbus_remove(struct platform_device *op) in qpti_sbus_remove()
Dwd7000.c379 unchar op; /* command opcode (= 1) */ member
451 unchar op; /* Command Control Block Operation Code */ member
500 unchar op; member
511 unchar op; member
521 unchar op; member
531 unchar op; member
542 unchar op; member
558 unchar op; member
570 unchar op; member
578 unchar op; /* ICB opcode */ member
/linux-4.4.14/drivers/acpi/acpica/
Dpsutils.c89 void acpi_ps_init_op(union acpi_parse_object *op, u16 opcode) in acpi_ps_init_op()
118 union acpi_parse_object *op; in acpi_ps_alloc_op() local
173 void acpi_ps_free_op(union acpi_parse_object *op) in acpi_ps_free_op()
208 u32 acpi_ps_get_name(union acpi_parse_object * op) in acpi_ps_get_name()
225 void acpi_ps_set_name(union acpi_parse_object *op, u32 name) in acpi_ps_set_name()
Dpstree.c70 union acpi_parse_object *acpi_ps_get_arg(union acpi_parse_object *op, u32 argn) in acpi_ps_get_arg()
127 acpi_ps_append_arg(union acpi_parse_object *op, union acpi_parse_object *arg) in acpi_ps_append_arg()
201 union acpi_parse_object *op) in acpi_ps_get_depth_next()
271 union acpi_parse_object *acpi_ps_get_child(union acpi_parse_object *op) in acpi_ps_get_child()
Ddsfield.c91 union acpi_parse_object *op, in acpi_ds_create_external_region()
149 acpi_ds_create_buffer_field(union acpi_parse_object *op, in acpi_ds_create_buffer_field()
473 acpi_ds_create_field(union acpi_parse_object *op, in acpi_ds_create_field()
538 acpi_ds_init_field_objects(union acpi_parse_object *op, in acpi_ds_init_field_objects()
656 acpi_ds_create_bank_field(union acpi_parse_object *op, in acpi_ds_create_bank_field()
746 acpi_ds_create_index_field(union acpi_parse_object *op, in acpi_ds_create_index_field()
Ddsobject.c79 union acpi_parse_object *op, in acpi_ds_build_internal_object()
266 union acpi_parse_object *op, in acpi_ds_build_internal_buffer_obj()
383 union acpi_parse_object *op, in acpi_ds_build_internal_package_obj()
562 union acpi_parse_object *op) in acpi_ds_create_node()
628 union acpi_parse_object *op, in acpi_ds_init_object_from_op()
Ddbmethod.c72 union acpi_parse_object *op) in acpi_db_set_method_breakpoint()
111 void acpi_db_set_method_call_breakpoint(union acpi_parse_object *op) in acpi_db_set_method_call_breakpoint()
263 void acpi_db_disassemble_aml(char *statements, union acpi_parse_object *op) in acpi_db_disassemble_aml()
296 union acpi_parse_object *op; in acpi_db_disassemble_method() local
Dpsobject.c176 union acpi_parse_object **op) in acpi_ps_build_named_op()
284 union acpi_parse_object *op; in acpi_ps_create_op() local
389 union acpi_parse_object **op, acpi_status status) in acpi_ps_complete_op()
563 union acpi_parse_object *op, acpi_status status) in acpi_ps_complete_final_op()
Ddsopcode.c300 union acpi_parse_object *op) in acpi_ds_eval_buffer_field_operands()
384 union acpi_parse_object *op) in acpi_ds_eval_region_operands()
476 union acpi_parse_object *op) in acpi_ds_eval_table_region_operands()
583 union acpi_parse_object *op, in acpi_ds_eval_data_object_operands()
686 union acpi_parse_object *op) in acpi_ds_eval_bank_field_operands()
Ddscontrol.c69 union acpi_parse_object *op) in acpi_ds_exec_begin_control_op()
166 union acpi_parse_object * op) in acpi_ds_exec_end_control_op()
Ddswload.c143 union acpi_parse_object *op; in acpi_ds_load1_begin_op() local
433 union acpi_parse_object *op; in acpi_ds_load1_end_op() local
Ddswload2.c72 union acpi_parse_object *op; in acpi_ds_load2_begin_op() local
374 union acpi_parse_object *op; in acpi_ds_load2_end_op() local
Ddswexec.c216 union acpi_parse_object *op; in acpi_ds_exec_begin_op() local
359 union acpi_parse_object *op; in acpi_ds_exec_end_op() local
Ddsutils.c170 acpi_ds_is_result_used(union acpi_parse_object * op, in acpi_ds_is_result_used()
339 acpi_ds_delete_result_if_not_used(union acpi_parse_object *op, in acpi_ds_delete_result_if_not_used()
796 union acpi_parse_object *op = walk_state->op; in acpi_ds_evaluate_name_path() local
Ddbxface.c76 union acpi_parse_object *op) in acpi_db_start_command()
156 union acpi_parse_object * op, u32 opcode_class) in acpi_db_single_step()
Dpsloop.c87 u8 * aml_op_start, union acpi_parse_object *op) in acpi_ps_get_arguments()
402 union acpi_parse_object *op = NULL; /* current op */ in acpi_ps_parse_loop() local
Dpsscope.c146 union acpi_parse_object *op, in acpi_ps_push_scope()
200 union acpi_parse_object **op, u32 * arg_list, u32 * arg_count) in acpi_ps_pop_scope()
Dpsparse.c134 union acpi_parse_object * op) in acpi_ps_complete_this_op()
331 union acpi_parse_object *op, in acpi_ps_next_parse_state()
Dexdebug.c595 acpi_ex_start_trace_opcode(union acpi_parse_object *op, in acpi_ex_start_trace_opcode()
623 acpi_ex_stop_trace_opcode(union acpi_parse_object *op, in acpi_ex_stop_trace_opcode()
Ddsmethod.c93 union acpi_parse_object *op = NULL; in acpi_ds_auto_serialize_method() local
477 union acpi_parse_object *op) in acpi_ds_call_control_method()
Dpswalk.c64 union acpi_parse_object *op = subtree_root; in acpi_ps_delete_parse_tree() local
Dpsopinfo.c165 const struct acpi_opcode_info *op; in acpi_ps_get_opcode_name() local
Ddsdebug.c125 union acpi_parse_object *op) in acpi_ds_dump_method_stack()
/linux-4.4.14/arch/arc/include/asm/
Dbitops.h31 #define BIT_OP(op, c_op, asm_op) \ argument
62 #define TEST_N_BIT_OP(op, c_op, asm_op) \ argument
109 #define BIT_OP(op, c_op, asm_op) \ argument
126 #define TEST_N_BIT_OP(op, c_op, asm_op) \ argument
148 #define __BIT_OP(op, c_op, asm_op) \ argument
158 #define __TEST_N_BIT_OP(op, c_op, asm_op) \ argument
170 #define BIT_OPS(op, c_op, asm_op) \ argument
Datomic.h55 #define ATOMIC_OP(op, c_op, asm_op) \ argument
75 #define ATOMIC_OP_RETURN(op, c_op, asm_op) \ argument
139 #define ATOMIC_OP(op, c_op, asm_op) \ argument
149 #define ATOMIC_OP_RETURN(op, c_op, asm_op) \ argument
169 #define ATOMIC_OPS(op, c_op, asm_op) \ argument
/linux-4.4.14/arch/sh/include/asm/
Datomic-llsc.h18 #define ATOMIC_OP(op) \ argument
33 #define ATOMIC_OP_RETURN(op) \ argument
51 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_OP_RETURN(op) argument
Datomic-grb.h4 #define ATOMIC_OP(op) \ argument
24 #define ATOMIC_OP_RETURN(op) \ argument
46 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_OP_RETURN(op) argument
Datomic-irq.h12 #define ATOMIC_OP(op, c_op) \ argument
22 #define ATOMIC_OP_RETURN(op, c_op) \ argument
36 #define ATOMIC_OPS(op, c_op) ATOMIC_OP(op, c_op) ATOMIC_OP_RETURN(op, c_op) argument
Dfutex.h15 int op = (encoded_op >> 28) & 7; in futex_atomic_op_inuser() local
/linux-4.4.14/fs/nfsd/
Dnfs4proc.c482 …2 nfsd4_open_omfg(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_op *op) in nfsd4_open_omfg()
1509 struct nfsd4_op *op = &args->ops[0]; in nfs41_check_op_ordering() local
1528 static inline struct nfsd4_operation *OPDESC(struct nfsd4_op *op) in OPDESC()
1533 bool nfsd4_cache_this_op(struct nfsd4_op *op) in nfsd4_cache_this_op()
1601 struct nfsd4_op *op; in nfsd4_proc_compound() local
1757 static inline u32 nfsd4_only_status_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_only_status_rsize()
1762 static inline u32 nfsd4_status_stateid_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_status_stateid_rsize()
1767 static inline u32 nfsd4_commit_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_commit_rsize()
1772 static inline u32 nfsd4_create_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_create_rsize()
1784 struct nfsd4_op *op) in nfsd4_getattr_rsize()
[all …]
Dfault_inject.c34 struct nfsd_fault_inject_op *op = file_inode(file)->i_private; in fault_inject_read() local
50 struct nfsd_fault_inject_op *op = file_inode(file)->i_private; in fault_inject_write() local
133 struct nfsd_fault_inject_op *op; in nfsd_fault_inject_init() local
/linux-4.4.14/fs/dlm/
Dplock.c64 static void send_op(struct plock_op *op) in send_op()
83 struct plock_op *op; in do_unlock_close() local
108 struct plock_op *op; in dlm_posix_lock() local
188 static int dlm_plock_callback(struct plock_op *op) in dlm_plock_callback()
248 struct plock_op *op; in dlm_posix_unlock() local
322 struct plock_op *op; in dlm_posix_get() local
388 struct plock_op *op = NULL; in dev_read() local
425 struct plock_op *op; in dev_write() local
/linux-4.4.14/arch/mips/mm/
Duasm.c146 #define I_u1u2u3(op) \ argument
153 #define I_s3s1s2(op) \ argument
160 #define I_u2u1u3(op) \ argument
167 #define I_u3u2u1(op) \ argument
174 #define I_u3u1u2(op) \ argument
181 #define I_u1u2s3(op) \ argument
188 #define I_u2s3u1(op) \ argument
195 #define I_u2u1s3(op) \ argument
202 #define I_u2u1msbu3(op) \ argument
209 #define I_u2u1msb32u3(op) \ argument
[all …]
/linux-4.4.14/drivers/md/bcache/
Dbtree.c116 #define btree(fn, key, b, op, ...) \ argument
136 #define btree_root(fn, c, op, ...) \ argument
837 static int mca_cannibalize_lock(struct cache_set *c, struct btree_op *op) in mca_cannibalize_lock()
852 static struct btree *mca_cannibalize(struct cache_set *c, struct btree_op *op, in mca_cannibalize()
888 static struct btree *mca_alloc(struct cache_set *c, struct btree_op *op, in mca_alloc()
968 struct btree *bch_btree_node_get(struct cache_set *c, struct btree_op *op, in bch_btree_node_get()
1065 struct btree *__bch_btree_node_alloc(struct cache_set *c, struct btree_op *op, in __bch_btree_node_alloc()
1108 struct btree_op *op, int level, in bch_btree_node_alloc()
1115 struct btree_op *op) in btree_node_alloc_replacement()
1147 static int btree_check_reserve(struct btree *b, struct btree_op *op) in btree_check_reserve()
[all …]
Drequest.c58 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_keys() local
120 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_invalidate() local
148 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_error() local
179 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_endio() local
196 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_start() local
318 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert() local
476 struct btree_op op; member
508 static int cache_lookup_fn(struct btree_op *op, struct btree *b, struct bkey *k) in cache_lookup_fn()
Dbtree.h218 static inline void bch_btree_op_init(struct btree_op *op, int write_lock_level) in bch_btree_op_init()
279 static inline int bch_btree_map_nodes(struct btree_op *op, struct cache_set *c, in bch_btree_map_nodes()
285 static inline int bch_btree_map_leaf_nodes(struct btree_op *op, in bch_btree_map_leaf_nodes()
Dmovinggc.c17 struct data_insert_op op; member
98 struct data_insert_op *op = &io->op; in write_moving() local
Dwriteback.c472 struct btree_op op; member
479 struct sectors_dirty_init *op = container_of(_op, in sectors_dirty_init_fn() local
493 struct sectors_dirty_init op; in bch_sectors_dirty_init() local
Dsysfs.c403 struct btree_op op; member
410 struct bset_stats_op *op = container_of(b_op, struct bset_stats_op, op); in bch_btree_bset_stats() local
420 struct bset_stats_op op; in bch_bset_print_stats() local
/linux-4.4.14/arch/xtensa/include/asm/
Datomic.h62 #define ATOMIC_OP(op) \ argument
80 #define ATOMIC_OP_RETURN(op) \ argument
103 #define ATOMIC_OP(op) \ argument
121 #define ATOMIC_OP_RETURN(op) \ argument
143 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_OP_RETURN(op) argument
/linux-4.4.14/fs/ceph/
Dstrings.c33 const char *ceph_session_op_name(int op) in ceph_session_op_name()
50 const char *ceph_mds_op_name(int op) in ceph_mds_op_name()
85 const char *ceph_cap_op_name(int op) in ceph_cap_op_name()
Ddir.c315 int op = ceph_snap(inode) == CEPH_SNAPDIR ? in ceph_readdir() local
626 int op; in ceph_lookup() local
805 int op; in ceph_mkdir() local
922 int op; in ceph_unlink() local
960 int op = CEPH_MDS_OP_RENAME; in ceph_rename() local
/linux-4.4.14/arch/x86/include/asm/
Dparavirt_types.h379 #define paravirt_type(op) \ argument
547 #define PVOP_TEST_NULL(op) BUG_ON(op == NULL) argument
549 #define PVOP_TEST_NULL(op) ((void)op) argument
552 #define ____PVOP_CALL(rettype, op, clbr, call_clbr, extra_clbr, \ argument
584 #define __PVOP_CALL(rettype, op, pre, post, ...) \ argument
588 #define __PVOP_CALLEESAVE(rettype, op, pre, post, ...) \ argument
594 #define ____PVOP_VCALL(op, clbr, call_clbr, extra_clbr, pre, post, ...) \ argument
608 #define __PVOP_VCALL(op, pre, post, ...) \ argument
613 #define __PVOP_VCALLEESAVE(op, pre, post, ...) \ argument
620 #define PVOP_CALL0(rettype, op) \ argument
[all …]
Drmwcc.h16 #define GEN_UNARY_RMWcc(op, var, arg0, cc) \ argument
19 #define GEN_BINARY_RMWcc(op, var, vcon, val, arg0, cc) \ argument
33 #define GEN_UNARY_RMWcc(op, var, arg0, cc) \ argument
36 #define GEN_BINARY_RMWcc(op, var, vcon, val, arg0, cc) \ argument
/linux-4.4.14/fs/cachefiles/
Drdwr.c153 struct fscache_retrieval *op; in cachefiles_read_copier() local
227 struct fscache_retrieval *op, in cachefiles_read_backing_file_one()
390 int cachefiles_read_or_alloc_page(struct fscache_retrieval *op, in cachefiles_read_or_alloc_page()
464 struct fscache_retrieval *op, in cachefiles_read_backing_file()
675 int cachefiles_read_or_alloc_pages(struct fscache_retrieval *op, in cachefiles_read_or_alloc_pages()
790 int cachefiles_allocate_page(struct fscache_retrieval *op, in cachefiles_allocate_page()
827 int cachefiles_allocate_pages(struct fscache_retrieval *op, in cachefiles_allocate_pages()
873 int cachefiles_write_page(struct fscache_storage *op, struct page *page) in cachefiles_write_page()
/linux-4.4.14/tools/arch/x86/include/asm/
Drmwcc.h16 #define GEN_UNARY_RMWcc(op, var, arg0, cc) \ argument
19 #define GEN_BINARY_RMWcc(op, var, vcon, val, arg0, cc) \ argument
33 #define GEN_UNARY_RMWcc(op, var, arg0, cc) \ argument
36 #define GEN_BINARY_RMWcc(op, var, vcon, val, arg0, cc) \ argument
/linux-4.4.14/drivers/xen/xen-pciback/
Dpciback_ops.c146 struct pci_dev *dev, struct xen_pci_op *op) in xen_pcibk_enable_msi()
186 struct pci_dev *dev, struct xen_pci_op *op) in xen_pcibk_disable_msi()
210 struct pci_dev *dev, struct xen_pci_op *op) in xen_pcibk_enable_msix()
275 struct pci_dev *dev, struct xen_pci_op *op) in xen_pcibk_disable_msix()
334 struct xen_pci_op *op = &pdev->op; in xen_pcibk_do_op() local
/linux-4.4.14/drivers/sbus/char/
Dopenprom.c143 static int opromgetprop(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsi… in opromgetprop()
160 static int opromnxtprop(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsi… in opromnxtprop()
190 static int opromsetopt(struct device_node *dp, struct openpromio *op, int bufsize) in opromsetopt()
198 …next(void __user *argp, unsigned int cmd, struct device_node *dp, struct openpromio *op, int bufsi… in opromnext()
245 static int oprompci2node(void __user *argp, struct device_node *dp, struct openpromio *op, int bufs… in oprompci2node()
270 static int oprompath2node(void __user *argp, struct device_node *dp, struct openpromio *op, int buf… in oprompath2node()
284 static int opromgetbootargs(void __user *argp, struct openpromio *op, int bufsize) in opromgetbootargs()
414 struct opiocdesc op; in opiocget() local
446 struct opiocdesc op; in opiocnextprop() local
492 struct opiocdesc op; in opiocset() local
Dbbc_i2c.c53 static void set_device_claimage(struct bbc_i2c_bus *bp, struct platform_device *op, int val) in set_device_claimage()
70 struct platform_device *op = NULL; in bbc_i2c_getdev() local
88 struct bbc_i2c_client *bbc_i2c_attach(struct bbc_i2c_bus *bp, struct platform_device *op) in bbc_i2c_attach()
116 struct platform_device *op = client->op; in bbc_i2c_detach() local
293 static struct bbc_i2c_bus * attach_one_i2c(struct platform_device *op, int index) in attach_one_i2c()
362 static int bbc_i2c_probe(struct platform_device *op) in bbc_i2c_probe()
386 static int bbc_i2c_remove(struct platform_device *op) in bbc_i2c_remove()
Ddisplay7seg.c171 static int d7s_probe(struct platform_device *op) in d7s_probe()
235 static int d7s_remove(struct platform_device *op) in d7s_remove()
Dflash.c161 static int flash_probe(struct platform_device *op) in flash_probe()
192 static int flash_remove(struct platform_device *op) in flash_remove()
Dbbc_envctrl.c445 static void attach_one_temp(struct bbc_i2c_bus *bp, struct platform_device *op, in attach_one_temp()
493 static void attach_one_fan(struct bbc_i2c_bus *bp, struct platform_device *op, in attach_one_fan()
567 struct platform_device *op; in bbc_envctrl_init() local
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Dapply.c148 struct ovl_priv_data *op; in apply_init_priv() local
215 struct ovl_priv_data *op; in dss_check_settings_low() local
310 struct ovl_priv_data *op; in need_isr() local
349 struct ovl_priv_data *op; in need_go() local
389 struct ovl_priv_data *op = get_ovl_priv(ovl); in extra_info_update_ongoing() local
553 struct ovl_priv_data *op; in dss_mgr_wait_for_go_ovl() local
629 struct ovl_priv_data *op = get_ovl_priv(ovl); in dss_ovl_write_regs() local
667 struct ovl_priv_data *op = get_ovl_priv(ovl); in dss_ovl_write_regs_extra() local
795 struct ovl_priv_data *op; in mgr_clear_shadow_dirty() local
950 struct ovl_priv_data *op; in omap_dss_mgr_apply_ovl() local
[all …]
/linux-4.4.14/arch/powerpc/kernel/
Dftrace.c34 unsigned int op; in ftrace_call_replace() local
87 static int is_bl_op(unsigned int op) in is_bl_op()
92 static unsigned long find_bl_target(unsigned long ip, unsigned int op) in find_bl_target()
109 unsigned int op; in __ftrace_make_nop() local
174 unsigned int op; in __ftrace_make_nop() local
293 unsigned int op[2]; in __ftrace_make_call() local
337 unsigned int op; in __ftrace_make_call() local
/linux-4.4.14/drivers/usb/host/
Duhci-grlib.c89 static int uhci_hcd_grlib_probe(struct platform_device *op) in uhci_hcd_grlib_probe()
149 static int uhci_hcd_grlib_remove(struct platform_device *op) in uhci_hcd_grlib_remove()
170 static void uhci_hcd_grlib_shutdown(struct platform_device *op) in uhci_hcd_grlib_shutdown()
Dehci-grlib.c85 static int ehci_hcd_grlib_probe(struct platform_device *op) in ehci_hcd_grlib_probe()
156 static int ehci_hcd_grlib_remove(struct platform_device *op) in ehci_hcd_grlib_remove()
Dehci-xilinx-of.c130 static int ehci_hcd_xilinx_of_probe(struct platform_device *op) in ehci_hcd_xilinx_of_probe()
214 static int ehci_hcd_xilinx_of_remove(struct platform_device *op) in ehci_hcd_xilinx_of_remove()
Dohci-ppc-of.c86 static int ohci_hcd_ppc_of_probe(struct platform_device *op) in ohci_hcd_ppc_of_probe()
180 static int ohci_hcd_ppc_of_remove(struct platform_device *op) in ohci_hcd_ppc_of_remove()
Dehci-ppc-of.c93 static int ehci_hcd_ppc_of_probe(struct platform_device *op) in ehci_hcd_ppc_of_probe()
185 static int ehci_hcd_ppc_of_remove(struct platform_device *op) in ehci_hcd_ppc_of_remove()
/linux-4.4.14/arch/powerpc/xmon/
Dppc-opc.c1539 #define A(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0x1f) << 1) | (((unsigned long)(rc)) &… argument
1555 #define B(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 1) << 1) | ((lk) & 1)) argument
1559 #define BBO(op, bo, aa, lk) (B ((op), (aa), (lk)) | ((((unsigned long)(bo)) & 0x1f) << 21)) argument
1573 #define BBOCB(op, bo, cb, aa, lk) \ argument
1587 #define CTX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x7)) argument
1591 #define UCTX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f)) argument
1598 #define DSO(op, xop) (OP (op) | ((xop) & 0x3)) argument
1602 #define DEO(op, xop) (OP (op) | ((xop) & 0xf)) argument
1606 #define EVSEL(op, xop) (OP (op) | (((unsigned long)(xop)) & 0xff) << 3) argument
1610 #define M(op, rc) (OP (op) | ((rc) & 1)) argument
[all …]
/linux-4.4.14/arch/ia64/kernel/
Dsmp.c145 send_IPI_single (int dest_cpu, int op) in send_IPI_single()
155 send_IPI_allbutself (int op) in send_IPI_allbutself()
169 send_IPI_mask(const struct cpumask *mask, int op) in send_IPI_mask()
182 send_IPI_all (int op) in send_IPI_all()
195 send_IPI_self (int op) in send_IPI_self()
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c34 enum intel_pt_insn_op op = INTEL_PT_OP_OTHER; in intel_pt_insn_decoder() local
189 const char *intel_pt_insn_name(enum intel_pt_insn_op op) in intel_pt_insn_name()
219 int intel_pt_insn_type(enum intel_pt_insn_op op) in intel_pt_insn_type()
/linux-4.4.14/arch/s390/net/
Dbpf_jit_comp.c129 #define _EMIT2(op) \ argument
136 #define EMIT2(op, b1, b2) \ argument
143 #define _EMIT4(op) \ argument
150 #define EMIT4(op, b1, b2) \ argument
157 #define EMIT4_RRF(op, b1, b2, b3) \ argument
165 #define _EMIT4_DISP(op, disp) \ argument
171 #define EMIT4_DISP(op, b1, b2, disp) \ argument
179 #define EMIT4_IMM(op, b1, imm) \ argument
186 #define EMIT4_PCREL(op, pcrel) \ argument
251 #define _EMIT6_IMM(op, imm) \ argument
[all …]
/linux-4.4.14/drivers/crypto/ccp/
Dccp-ops.c191 static int ccp_do_cmd(struct ccp_op *op, u32 *cr, unsigned int cr_count) in ccp_do_cmd()
262 static int ccp_perform_aes(struct ccp_op *op) in ccp_perform_aes()
293 static int ccp_perform_xts_aes(struct ccp_op *op) in ccp_perform_xts_aes()
320 static int ccp_perform_sha(struct ccp_op *op) in ccp_perform_sha()
346 static int ccp_perform_rsa(struct ccp_op *op) in ccp_perform_rsa()
367 static int ccp_perform_passthru(struct ccp_op *op) in ccp_perform_passthru()
408 static int ccp_perform_ecc(struct ccp_op *op) in ccp_perform_ecc()
751 struct ccp_op *op, unsigned int block_size, in ccp_prepare_data()
824 struct ccp_op *op) in ccp_process_data()
841 struct ccp_op op; in ccp_copy_to_from_ksb() local
[all …]
/linux-4.4.14/drivers/mtd/maps/
Dsun_uflash.c50 int uflash_devinit(struct platform_device *op, struct device_node *dp) in uflash_devinit()
110 static int uflash_probe(struct platform_device *op) in uflash_probe()
123 static int uflash_remove(struct platform_device *op) in uflash_remove()
/linux-4.4.14/arch/arm64/include/asm/
Datomic_ll_sc.h40 #define ATOMIC_OP(op, asm_op) \ argument
58 #define ATOMIC_OP_RETURN(name, mb, acq, rel, cl, op, asm_op) \ argument
103 #define ATOMIC64_OP(op, asm_op) \ in ATOMIC_OPS_RLX() argument
121 #define ATOMIC64_OP_RETURN(name, mb, acq, rel, cl, op, asm_op) \ argument
Datomic_lse.h28 #define __LL_SC_ATOMIC(op) __LL_SC_CALL(atomic_##op) argument
169 #define __LL_SC_ATOMIC64(op) __LL_SC_CALL(atomic64_##op) argument
340 #define __LL_SC_CMPXCHG(op) __LL_SC_CALL(__cmpxchg_case_##op) argument
387 #define __LL_SC_CMPXCHG_DBL(op) __LL_SC_CALL(__cmpxchg_double##op) argument
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_qmath.c109 s32 qm_shl32(s32 op, int shift) in qm_shl32()
134 s16 qm_shl16(s16 op, int shift) in qm_shl16()
158 s16 qm_shr16(s16 op, int shift) in qm_shr16()
167 s16 qm_norm32(s32 op) in qm_norm32()
/linux-4.4.14/include/linux/ceph/
Drados.h311 #define GENERATE_ENUM_ENTRY(op, opcode, str) CEPH_OSD_OP_##op = (opcode), argument
316 static inline int ceph_osd_op_type_lock(int op) in ceph_osd_op_type_lock()
320 static inline int ceph_osd_op_type_data(int op) in ceph_osd_op_type_data()
324 static inline int ceph_osd_op_type_attr(int op) in ceph_osd_op_type_attr()
328 static inline int ceph_osd_op_type_exec(int op) in ceph_osd_op_type_exec()
332 static inline int ceph_osd_op_type_pg(int op) in ceph_osd_op_type_pg()
336 static inline int ceph_osd_op_type_multi(int op) in ceph_osd_op_type_multi()
341 static inline int ceph_osd_op_mode_subop(int op) in ceph_osd_op_mode_subop()
345 static inline int ceph_osd_op_mode_read(int op) in ceph_osd_op_mode_read()
350 static inline int ceph_osd_op_mode_modify(int op) in ceph_osd_op_mode_modify()
[all …]
/linux-4.4.14/arch/sparc/kernel/
Dof_device_common.c17 struct platform_device *op = of_find_device_by_node(node); in irq_of_parse_and_map() local
29 struct platform_device *op = of_find_device_by_node(node); in of_address_to_resource() local
41 struct platform_device *op = of_find_device_by_node(node); in of_iomap() local
63 struct platform_device *op = of_find_device_by_node(dp); in of_propagate_archdata() local
Dsbus.c61 struct platform_device *op = to_platform_device(dev); in sbus_set_sbus64() local
208 static unsigned int sbus_build_irq(struct platform_device *op, unsigned int ino) in sbus_build_irq()
271 struct platform_device *op = dev_id; in sysio_ue_handler() local
345 struct platform_device *op = dev_id; in sysio_ce_handler() local
424 struct platform_device *op = dev_id; in sysio_sbus_error_handler() local
492 static void __init sysio_register_error_handlers(struct platform_device *op) in sysio_register_error_handlers()
538 static void __init sbus_iommu_init(struct platform_device *op) in sbus_iommu_init()
667 struct platform_device *op = of_find_device_by_node(dp); in sbus_init() local
Dapc.c73 static inline void apc_free(struct platform_device *op) in apc_free()
142 static int apc_probe(struct platform_device *op) in apc_probe()
Dcentral.c63 static int clock_board_probe(struct platform_device *op) in clock_board_probe()
159 static int fhc_probe(struct platform_device *op) in fhc_probe()
Dof_device_32.c244 static void __init build_device_resources(struct platform_device *op, in build_device_resources()
341 struct platform_device *op = kzalloc(sizeof(*op), GFP_KERNEL); in scan_one_device() local
396 struct platform_device *op = scan_one_device(dp, parent); in scan_tree() local
Dof_device_64.c314 static void __init build_device_resources(struct platform_device *op, in build_device_resources()
532 static unsigned int __init build_one_device_irq(struct platform_device *op, in build_one_device_irq()
638 struct platform_device *op = kzalloc(sizeof(*op), GFP_KERNEL); in scan_one_device() local
691 struct platform_device *op = scan_one_device(dp, parent); in scan_tree() local
Dchmc.c395 static int jbusmc_probe(struct platform_device *op) in jbusmc_probe()
692 static int chmc_probe(struct platform_device *op) in chmc_probe()
766 static int us3mc_probe(struct platform_device *op) in us3mc_probe()
775 static void chmc_destroy(struct platform_device *op, struct chmc *p) in chmc_destroy()
782 static void jbusmc_destroy(struct platform_device *op, struct jbusmc *p) in jbusmc_destroy()
789 static int us3mc_remove(struct platform_device *op) in us3mc_remove()
Dpower.c36 static int power_probe(struct platform_device *op) in power_probe()
/linux-4.4.14/include/asm-generic/
Datomic.h42 #define ATOMIC_OP(op, c_op) \ argument
52 #define ATOMIC_OP_RETURN(op, c_op) \ argument
68 #define ATOMIC_OP(op, c_op) \ argument
78 #define ATOMIC_OP_RETURN(op, c_op) \ argument
Datomic64.h24 #define ATOMIC64_OP(op) \ argument
27 #define ATOMIC64_OP_RETURN(op) \ argument
30 #define ATOMIC64_OPS(op) ATOMIC64_OP(op) ATOMIC64_OP_RETURN(op) argument
Dfutex.h30 int op = (encoded_op >> 28) & 7; in futex_atomic_op_inuser() local
131 int op = (encoded_op >> 28) & 7; in futex_atomic_op_inuser() local
Datomic-long.h61 #define ATOMIC_LONG_ADD_SUB_OP(op, mo) \ argument
115 #define ATOMIC_LONG_OP(op) \ argument
161 #define ATOMIC_LONG_INC_DEC_OP(op, mo) \ argument
/linux-4.4.14/arch/arm/include/asm/
Datomic.h41 #define ATOMIC_OP(op, c_op, asm_op) \ argument
59 #define ATOMIC_OP_RETURN(op, c_op, asm_op) \ argument
138 #define ATOMIC_OP(op, c_op, asm_op) \ argument
148 #define ATOMIC_OP_RETURN(op, c_op, asm_op) \ argument
188 #define ATOMIC_OPS(op, c_op, asm_op) \ argument
278 #define ATOMIC64_OP(op, op1, op2) \ argument
297 #define ATOMIC64_OP_RETURN(op, op1, op2) \ argument
320 #define ATOMIC64_OPS(op, op1, op2) \ argument
/linux-4.4.14/drivers/crypto/caam/
Ddesc_constr.h158 #define APPEND_CMD_RET(cmd, op) \ argument
181 #define APPEND_CMD(cmd, op) \ argument
189 #define APPEND_CMD_LEN(cmd, op) \ in APPEND_CMD() argument
201 #define APPEND_CMD_PTR(cmd, op) \ argument
230 #define APPEND_SEQ_PTR_INTLEN(cmd, op) \ argument
244 #define APPEND_CMD_PTR_TO_IMM(cmd, op) \ argument
254 #define APPEND_CMD_PTR_EXTLEN(cmd, op) \ argument
268 #define APPEND_CMD_PTR_LEN(cmd, op, type) \ argument
285 #define APPEND_CMD_PTR_TO_IMM2(cmd, op) \ argument
296 #define APPEND_CMD_RAW_IMM(cmd, op, type) \ argument
[all …]
/linux-4.4.14/net/ceph/
Dceph_strings.c19 const char *ceph_osd_op_name(int op) in ceph_osd_op_name()
22 #define GENERATE_CASE(op, opcode, str) case CEPH_OSD_OP_##op: return (str); in ceph_osd_op_name() argument
Dauth_x_protocol.h19 __le16 op; member
23 __le16 op; member
/linux-4.4.14/arch/metag/include/asm/
Datomic_lnkget.h30 #define ATOMIC_OP(op) \ argument
48 #define ATOMIC_OP_RETURN(op) \ argument
72 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_OP_RETURN(op) argument
Datomic_lock1.h40 #define ATOMIC_OP(op, c_op) \ argument
51 #define ATOMIC_OP_RETURN(op, c_op) \ argument
67 #define ATOMIC_OPS(op, c_op) ATOMIC_OP(op, c_op) ATOMIC_OP_RETURN(op, c_op) argument
/linux-4.4.14/arch/parisc/include/asm/
Datomic.h101 #define ATOMIC_OP(op, c_op) \ argument
111 #define ATOMIC_OP_RETURN(op, c_op) \ argument
124 #define ATOMIC_OPS(op, c_op) ATOMIC_OP(op, c_op) ATOMIC_OP_RETURN(op, c_op) argument
165 #define ATOMIC64_OP(op, c_op) \ argument
175 #define ATOMIC64_OP_RETURN(op, c_op) \ argument
188 #define ATOMIC64_OPS(op, c_op) ATOMIC64_OP(op, c_op) ATOMIC64_OP_RETURN(op, c_op) argument
/linux-4.4.14/kernel/trace/
Dtrace_selftest.c107 struct ftrace_ops *op, in trace_selftest_test_probe1_func()
116 struct ftrace_ops *op, in trace_selftest_test_probe2_func()
125 struct ftrace_ops *op, in trace_selftest_test_probe3_func()
134 struct ftrace_ops *op, in trace_selftest_test_global_func()
143 struct ftrace_ops *op, in trace_selftest_test_dyn_func()
417 struct ftrace_ops *op, in trace_selftest_test_recursion_func()
432 struct ftrace_ops *op, in trace_selftest_test_recursion_safe_func()
546 struct ftrace_ops *op, in trace_selftest_test_regs_func()
/linux-4.4.14/drivers/net/ethernet/sun/
Dsunqe.c683 struct platform_device *op; in qe_get_drvinfo() local
715 static void qec_init_once(struct sunqec *qecp, struct platform_device *op) in qec_init_once()
767 struct platform_device *op = to_platform_device(child->dev.parent); in get_qec() local
831 static int qec_ether_init(struct platform_device *op) in qec_ether_init()
930 static int qec_sbus_probe(struct platform_device *op) in qec_sbus_probe()
935 static int qec_sbus_remove(struct platform_device *op) in qec_sbus_remove()
983 struct platform_device *op = root_qec_dev->op; in qec_exit() local
/linux-4.4.14/arch/powerpc/include/asm/
Datomic.h29 #define ATOMIC_OP(op, asm_op) \ argument
45 #define ATOMIC_OP_RETURN(op, asm_op) \ argument
65 #define ATOMIC_OPS(op, asm_op) ATOMIC_OP(op, asm_op) ATOMIC_OP_RETURN(op, asm_op) argument
273 #define ATOMIC64_OP(op, asm_op) \ argument
288 #define ATOMIC64_OP_RETURN(op, asm_op) \ argument
307 #define ATOMIC64_OPS(op, asm_op) ATOMIC64_OP(op, asm_op) ATOMIC64_OP_RETURN(op, asm_op) argument
Dbitops.h57 #define DEFINE_BITOP(fn, op, prefix) \ argument
102 #define DEFINE_TESTOP(fn, op, prefix, postfix, eh) \ argument
/linux-4.4.14/arch/x86/mm/kmemcheck/
Dopcode.c39 void kmemcheck_opcode_decode(const uint8_t *op, unsigned int *size) in kmemcheck_opcode_decode()
98 const uint8_t *kmemcheck_opcode_get_primary(const uint8_t *op) in kmemcheck_opcode_get_primary()
/linux-4.4.14/arch/alpha/include/asm/
Datomic.h32 #define ATOMIC_OP(op, asm_op) \ argument
48 #define ATOMIC_OP_RETURN(op, asm_op) \ argument
68 #define ATOMIC64_OP(op, asm_op) \ argument
84 #define ATOMIC64_OP_RETURN(op, asm_op) \ argument
104 #define ATOMIC_OPS(op) \ argument
/linux-4.4.14/arch/mn10300/include/asm/
Datomic.h48 #define ATOMIC_OP(op) \ argument
67 #define ATOMIC_OP_RETURN(op) \ argument
87 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_OP_RETURN(op) argument
/linux-4.4.14/arch/arc/mm/
Dcache.c220 unsigned long sz, const int op) in __cache_line_loop_v2()
262 unsigned long sz, const int op) in __cache_line_loop_v3()
394 static inline void __before_dc_op(const int op) in __before_dc_op()
407 static inline void __after_dc_op(const int op) in __after_dc_op()
429 static inline void __dc_entire_op(const int op) in __dc_entire_op()
446 #define __dc_line_op_k(p, sz, op) __dc_line_op(p, p, sz, op) argument
452 unsigned long sz, const int op) in __dc_line_op()
469 #define __dc_entire_op(op) argument
470 #define __dc_line_op(paddr, vaddr, sz, op) argument
471 #define __dc_line_op_k(paddr, sz, op) argument
[all …]
/linux-4.4.14/arch/m68k/include/asm/
Datomic.h33 #define ATOMIC_OP(op, c_op, asm_op) \ argument
41 #define ATOMIC_OP_RETURN(op, c_op, asm_op) \ argument
58 #define ATOMIC_OP_RETURN(op, c_op, asm_op) \ argument
73 #define ATOMIC_OPS(op, c_op, asm_op) \ argument
/linux-4.4.14/arch/hexagon/include/asm/
Datomic.h97 #define ATOMIC_OP(op) \ argument
113 #define ATOMIC_OP_RETURN(op) \ argument
130 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_OP_RETURN(op) argument
/linux-4.4.14/arch/parisc/kernel/
Dsmp.c189 ipi_send(int cpu, enum ipi_message_type op) in ipi_send()
202 send_IPI_mask(const struct cpumask *mask, enum ipi_message_type op) in send_IPI_mask()
211 send_IPI_single(int dest_cpu, enum ipi_message_type op) in send_IPI_single()
219 send_IPI_allbutself(enum ipi_message_type op) in send_IPI_allbutself()
/linux-4.4.14/include/scsi/
Dfc_encode.h105 unsigned int op, size_t req_size, in fc_ct_hdr_fill()
133 unsigned int op, enum fc_rctl *r_ctl, in fc_ct_ns_fill()
217 unsigned int op, enum fc_rctl *r_ctl, in fc_ct_ms_fill()
511 unsigned int op, enum fc_rctl *r_ctl, in fc_ct_fill()
534 unsigned int op) in fc_plogi_fill()
691 struct fc_frame *fp, unsigned int op, in fc_els_fill()
/linux-4.4.14/arch/m32r/include/asm/
Datomic.h48 #define ATOMIC_OP(op) \ argument
69 #define ATOMIC_OP_RETURN(op) \ argument
92 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_OP_RETURN(op) argument
/linux-4.4.14/lib/
Datomic64.c73 #define ATOMIC64_OP(op, c_op) \ argument
85 #define ATOMIC64_OP_RETURN(op, c_op) \ argument
99 #define ATOMIC64_OPS(op, c_op) \ argument
Dsmp_processor_id.c60 notrace void __this_cpu_preempt_check(const char *op) in __this_cpu_preempt_check()
/linux-4.4.14/arch/ia64/include/asm/sn/
Dmspec.h26 #define FETCHOP_LOAD_OP(addr, op) ( \ argument
29 #define FETCHOP_STORE_OP(addr, op, x) ( \ argument
/linux-4.4.14/sound/soc/fsl/
Dpcm030-audio-fabric.c54 static int pcm030_fabric_probe(struct platform_device *op) in pcm030_fabric_probe()
105 static int pcm030_fabric_remove(struct platform_device *op) in pcm030_fabric_remove()
Dmpc5200_psc_i2s.c159 static int psc_i2s_of_probe(struct platform_device *op) in psc_i2s_of_probe()
212 static int psc_i2s_of_remove(struct platform_device *op) in psc_i2s_of_remove()
Dmpc5200_psc_ac97.c282 static int psc_ac97_of_probe(struct platform_device *op) in psc_ac97_of_probe()
320 static int psc_ac97_of_remove(struct platform_device *op) in psc_ac97_of_remove()
/linux-4.4.14/drivers/input/misc/
Dsparcspkr.c185 static int bbc_beep_probe(struct platform_device *op) in bbc_beep_probe()
231 static int bbc_remove(struct platform_device *op) in bbc_remove()
268 static int grover_beep_probe(struct platform_device *op) in grover_beep_probe()
310 static int grover_remove(struct platform_device *op) in grover_remove()
/linux-4.4.14/tools/power/cpupower/utils/helpers/
Dhelpers.h189 static inline unsigned int cpuid_eax(unsigned int op) { return 0; }; in cpuid_eax()
190 static inline unsigned int cpuid_ebx(unsigned int op) { return 0; }; in cpuid_ebx()
191 static inline unsigned int cpuid_ecx(unsigned int op) { return 0; }; in cpuid_ecx()
192 static inline unsigned int cpuid_edx(unsigned int op) { return 0; }; in cpuid_edx()
/linux-4.4.14/arch/arm64/kernel/
Dmodule.c76 static int reloc_data(enum aarch64_reloc_op op, void *place, u64 val, int len) in reloc_data()
113 static int reloc_insn_movw(enum aarch64_reloc_op op, void *place, u64 val, in reloc_insn_movw()
171 static int reloc_insn_imm(enum aarch64_reloc_op op, void *place, u64 val, in reloc_insn_imm()
/linux-4.4.14/net/rds/
Dib_send.c72 struct rm_data_op *op, in rds_ib_send_unmap_data()
82 struct rm_rdma_op *op, in rds_ib_send_unmap_rdma()
122 struct rm_atomic_op *op, in rds_ib_send_unmap_atomic()
754 int rds_ib_xmit_atomic(struct rds_connection *conn, struct rm_atomic_op *op) in rds_ib_xmit_atomic()
843 int rds_ib_xmit_rdma(struct rds_connection *conn, struct rm_rdma_op *op) in rds_ib_xmit_rdma()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_pool.c299 int lov_ost_pool_init(struct ost_pool *op, unsigned int count) in lov_ost_pool_init()
316 int lov_ost_pool_extend(struct ost_pool *op, unsigned int min_count) in lov_ost_pool_extend()
339 int lov_ost_pool_add(struct ost_pool *op, __u32 idx, unsigned int min_count) in lov_ost_pool_add()
364 int lov_ost_pool_remove(struct ost_pool *op, __u32 idx) in lov_ost_pool_remove()
384 int lov_ost_pool_free(struct ost_pool *op) in lov_ost_pool_free()
/linux-4.4.14/include/uapi/linux/
Dwil6210_uapi.h75 uint32_t op; /* enum wil_memio_op */ member
81 uint32_t op; /* enum wil_memio_op */ member
/linux-4.4.14/fs/nfs/
Dcallback_xdr.c186 static __be32 decode_op_hdr(struct xdr_stream *xdr, unsigned int *op) in decode_op_hdr()
639 static __be32 encode_op_hdr(struct xdr_stream *xdr, uint32_t op, __be32 res) in encode_op_hdr()
720 preprocess_nfs41_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs41_op()
778 preprocess_nfs41_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs41_op()
790 preprocess_nfs42_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs42_op()
802 preprocess_nfs42_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs42_op()
809 preprocess_nfs4_op(unsigned int op_nr, struct callback_op **op) in preprocess_nfs4_op()
828 struct callback_op *op = &callback_ops[0]; in process_op() local
/linux-4.4.14/include/linux/
Dsysrq.h63 static inline int register_sysrq_key(int key, struct sysrq_key_op *op) in register_sysrq_key()
68 static inline int unregister_sysrq_key(int key, struct sysrq_key_op *op) in unregister_sysrq_key()
Dfscache-cache.h135 struct fscache_operation op; member
161 struct fscache_retrieval *fscache_get_retrieval(struct fscache_retrieval *op) in fscache_get_retrieval()
173 static inline void fscache_enqueue_retrieval(struct fscache_retrieval *op) in fscache_enqueue_retrieval()
183 static inline void fscache_retrieval_complete(struct fscache_retrieval *op, in fscache_retrieval_complete()
197 static inline void fscache_put_retrieval(struct fscache_retrieval *op) in fscache_put_retrieval()
210 struct fscache_operation op; member
467 static inline void fscache_end_io(struct fscache_retrieval *op, in fscache_end_io()
Dblkpg.h14 compat_int_t op; member
Dutil_macros.h4 #define __find_closest(x, a, as, op) \ argument
/linux-4.4.14/net/rfkill/
Dinput.c57 static void __rfkill_handle_global_op(enum rfkill_sched_op op) in __rfkill_handle_global_op()
105 enum rfkill_sched_op op = rfkill_op; in rfkill_op_handler() local
156 static void rfkill_schedule_global_op(enum rfkill_sched_op op) in rfkill_schedule_global_op()
/linux-4.4.14/drivers/tty/vt/
Dvt_ioctl.c223 …fontx_ioctl(int cmd, struct consolefontdesc __user *user_cfd, int perm, struct console_font_op *op) in do_fontx_ioctl()
338 struct console_font_op op; /* used in multiple places here */ in vt_ioctl() local
1098 int perm, struct console_font_op *op) in compat_fontx_ioctl()
1137 compat_uint_t op; /* operation code KD_FONT_OP_* */ member
1146 int perm, struct console_font_op *op, struct vc_data *vc) in compat_kdfontop_ioctl()
1200 struct console_font_op op; /* used in multiple places here */ in vt_compat_ioctl() local
/linux-4.4.14/kernel/
Dkprobes.c368 struct optimized_kprobe *op; in free_aggr_kprobe() local
379 struct optimized_kprobe *op; in kprobe_optready() local
392 struct optimized_kprobe *op; in kprobe_disarmed() local
406 struct optimized_kprobe *op; in kprobe_queued() local
424 struct optimized_kprobe *op; in get_optimized_kprobe() local
482 struct optimized_kprobe *op, *tmp; in do_unoptimize_kprobes() local
514 struct optimized_kprobe *op, *tmp; in do_free_cleaned_kprobes() local
587 struct optimized_kprobe *op; in optimize_kprobe() local
619 static void force_unoptimize_kprobe(struct optimized_kprobe *op) in force_unoptimize_kprobe()
631 struct optimized_kprobe *op; in unoptimize_kprobe() local
[all …]
/linux-4.4.14/lib/lzo/
Dlzo1x_compress.c26 unsigned char *op; in lzo1x_1_do_compress() local
221 unsigned char *op = out; in lzo1x_1_compress() local
/linux-4.4.14/arch/parisc/math-emu/
Dfpudispatch.c116 #define get_major(op) extru(op,fpmajorpos,6) argument
121 #define get_class(op) extru(op,fpclasspos,2) argument
126 #define get_subop(op) extru(op,fpsubpos,3) argument
131 #define get_subop1_PA1_1(op) extru(op,fpclass1subpos,2) /* PA89 (1.1) fmt */ argument
132 #define get_subop1_PA2_0(op) extru(op,fpclass1subpos,3) /* PA 2.0 fmt */ argument
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_diag.c693 const struct diag_observer *op; member
697 const struct diag_observer *op) in qib_register_observer()
748 const struct diag_observer *op = NULL; in diag_get_observer() local
789 const struct diag_observer *op; in qib_diag_read() local
866 const struct diag_observer *op = NULL; in qib_diag_write() local
/linux-4.4.14/security/apparmor/
Dlsm.c152 static int common_perm(int op, struct path *path, u32 mask, in common_perm()
175 static int common_perm_dir_dentry(int op, struct path *dir, in common_perm_dir_dentry()
193 static int common_perm_mnt_dentry(int op, struct vfsmount *mnt, in common_perm_mnt_dentry()
213 static int common_perm_rm(int op, struct path *dir, in common_perm_rm()
238 static int common_perm_create(int op, struct path *dir, struct dentry *dentry, in common_perm_create()
416 static int common_file_perm(int op, struct file *file, u32 mask) in common_file_perm()
459 static int common_mmap(int op, struct file *file, unsigned long prot, in common_mmap()
Dfile.c107 gfp_t gfp, int op, u32 request, const char *name, in aa_audit_file()
278 int aa_path_perm(int op, struct aa_profile *profile, struct path *path, in aa_path_perm()
448 int aa_file_perm(int op, struct aa_profile *profile, struct file *file, in aa_file_perm()
/linux-4.4.14/drivers/pci/
Dxen-pcifront.c113 static int do_pci_op(struct pcifront_device *pdev, struct xen_pci_op *op) in do_pci_op()
181 struct xen_pci_op op = { in pcifront_bus_read() local
219 struct xen_pci_op op = { in pcifront_bus_write() local
252 struct xen_pci_op op = { in pci_frontend_enable_msix() local
306 struct xen_pci_op op = { in pci_frontend_disable_msix() local
325 struct xen_pci_op op = { in pci_frontend_enable_msi() local
354 struct xen_pci_op op = { in pci_frontend_disable_msi() local
/linux-4.4.14/arch/sparc/include/asm/
Datomic_64.h23 #define ATOMIC_OP(op) \ argument
27 #define ATOMIC_OP_RETURN(op) \ argument
31 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_OP_RETURN(op) argument
Dparport.h106 static int ecpp_probe(struct platform_device *op) in ecpp_probe()
195 static int ecpp_remove(struct platform_device *op) in ecpp_remove()
/linux-4.4.14/arch/s390/kernel/
Dftrace.c230 u8 op = 0x04; /* set mask field to zero */ in ftrace_enable_ftrace_graph_caller() local
238 u8 op = 0xf4; /* set mask field to all ones */ in ftrace_disable_ftrace_graph_caller() local
/linux-4.4.14/security/integrity/ima/
Dima_api.c92 static const char op[] = "add_template_measure"; in ima_store_template() local
130 const char *op, const char *cause) in ima_add_violation()
264 static const char op[] = "add_template_measure"; in ima_store_measurement() local
/linux-4.4.14/drivers/block/rsxx/
Dcregs.c40 unsigned int op; member
162 unsigned int op, in creg_queue_cmd()
386 unsigned int op, in __issue_creg_rw()
461 unsigned int op; in issue_creg_rw() local
671 unsigned int op = read ? CREG_OP_READ : CREG_OP_WRITE; in issue_reg_cmd() local
/linux-4.4.14/drivers/char/xillybus/
Dxillybus_of.c129 static int xilly_drv_probe(struct platform_device *op) in xilly_drv_probe()
167 static int xilly_drv_remove(struct platform_device *op) in xilly_drv_remove()
/linux-4.4.14/lib/lz4/
Dlz4_decompress.c59 BYTE *op = (BYTE *) dest; in lz4_uncompress() local
181 BYTE *op = (BYTE *) dest; in lz4_uncompress_unknownoutputsize() local
Dlz4_compress.c70 u8 *op = (u8 *) dest; in lz4_compressctx() local
252 u8 *op = (u8 *) dest; in lz4_compress64kctx() local
/linux-4.4.14/arch/sparc/crypto/
Dcamellia_glue.c91 ecb_crypt_op *op; in __ecb_crypt() local
154 cbc_crypt_op *op; in cbc_encrypt() local
193 cbc_crypt_op *op; in cbc_decrypt() local
/linux-4.4.14/drivers/i2c/busses/
Di2c-parport-light.c62 static inline void line_set(int state, const struct lineop *op) in line_set()
73 static inline int line_get(const struct lineop *op) in line_get()
Di2c-parport.c97 const struct lineop *op) in line_set()
109 const struct lineop *op) in line_get()
/linux-4.4.14/drivers/input/serio/
Di8042-sparcio.h53 static int sparc_i8042_probe(struct platform_device *op) in sparc_i8042_probe()
84 static int sparc_i8042_remove(struct platform_device *op) in sparc_i8042_remove()
/linux-4.4.14/drivers/watchdog/
Driowd.c176 static int riowd_probe(struct platform_device *op) in riowd_probe()
219 static int riowd_remove(struct platform_device *op) in riowd_remove()
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_gem.c332 validate_fini_no_ticket(struct validate_op *op, struct nouveau_fence *fence, in validate_fini_no_ticket()
358 validate_fini(struct validate_op *op, struct nouveau_fence *fence, in validate_fini()
368 int nr_buffers, struct validate_op *op) in validate_init()
530 struct validate_op *op, int *apply_relocs) in nouveau_gem_pushbuf_validate()
679 struct validate_op op; in nouveau_gem_ioctl_pushbuf() local
/linux-4.4.14/arch/h8300/include/asm/
Datomic.h19 #define ATOMIC_OP_RETURN(op, c_op) \ argument
31 #define ATOMIC_OP(op, c_op) \ argument
/linux-4.4.14/drivers/video/fbdev/
Dsunxvr1000.c114 static int gfb_probe(struct platform_device *op) in gfb_probe()
176 static int gfb_remove(struct platform_device *op) in gfb_remove()
/linux-4.4.14/drivers/crypto/marvell/
Dcesa.h305 struct mv_cesa_op_ctx *op; member
548 struct mv_cesa_op_ctx op; member
625 static inline void mv_cesa_update_op_cfg(struct mv_cesa_op_ctx *op, in mv_cesa_update_op_cfg()
632 static inline u32 mv_cesa_get_op_cfg(const struct mv_cesa_op_ctx *op) in mv_cesa_get_op_cfg()
637 static inline void mv_cesa_set_op_cfg(struct mv_cesa_op_ctx *op, u32 cfg) in mv_cesa_set_op_cfg()
643 struct mv_cesa_op_ctx *op) in mv_cesa_adjust_op()
657 static inline void mv_cesa_set_crypt_op_len(struct mv_cesa_op_ctx *op, int len) in mv_cesa_set_crypt_op_len()
662 static inline void mv_cesa_set_mac_op_total_len(struct mv_cesa_op_ctx *op, in mv_cesa_set_mac_op_total_len()
669 static inline void mv_cesa_set_mac_op_frag_len(struct mv_cesa_op_ctx *op, in mv_cesa_set_mac_op_frag_len()
691 static inline bool mv_cesa_mac_op_is_first_frag(const struct mv_cesa_op_ctx *op) in mv_cesa_mac_op_is_first_frag()
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40evf_virtchnl.c44 enum i40e_virtchnl_ops op, u8 *msg, u16 len) in i40evf_send_pf_msg()
93 enum i40e_virtchnl_ops op; in i40evf_verify_api_ver() local
187 enum i40e_virtchnl_ops op; in i40evf_get_vf_config() local
/linux-4.4.14/drivers/atm/
Dfore200e.c676 struct platform_device *op = fore200e->bus_dev; in fore200e_sba_dma_map() local
689 struct platform_device *op = fore200e->bus_dev; in fore200e_sba_dma_unmap() local
699 struct platform_device *op = fore200e->bus_dev; in fore200e_sba_dma_sync_for_cpu() local
708 struct platform_device *op = fore200e->bus_dev; in fore200e_sba_dma_sync_for_device() local
721 struct platform_device *op = fore200e->bus_dev; in fore200e_sba_dma_chunk_alloc() local
740 struct platform_device *op = fore200e->bus_dev; in fore200e_sba_dma_chunk_free() local
772 struct platform_device *op = fore200e->bus_dev; in fore200e_sba_map() local
802 struct platform_device *op = fore200e->bus_dev; in fore200e_sba_unmap() local
818 struct platform_device *op = fore200e->bus_dev; in fore200e_sba_prom_read() local
842 struct platform_device *op = fore200e->bus_dev; in fore200e_sba_proc_read() local
[all …]
/linux-4.4.14/arch/x86/xen/
Dtrace.c11 static const char *xen_hypercall_name(unsigned op) in xen_hypercall_name()
/linux-4.4.14/arch/nios2/kernel/
Dsys_nios2.c22 unsigned int op) in sys_cacheflush()
/linux-4.4.14/arch/m68k/atari/
Dtime.c107 int atari_mste_hwclk( int op, struct rtc_time *t ) in atari_mste_hwclk()
166 int atari_tt_hwclk( int op, struct rtc_time *t ) in atari_tt_hwclk()
/linux-4.4.14/sound/oss/
Ddev_table.c56 struct audio_operations *op; in sound_install_audiodrv() local
113 struct mixer_operations *op; in sound_install_mixer() local
/linux-4.4.14/tools/lib/traceevent/
Dplugin_xen.c103 static const char *xen_hypercall_name(unsigned op) in xen_hypercall_name()
115 unsigned int op = args[0]; in process_xen_hypercall_name() local
Devent-plugin.c61 static int update_option_value(struct pevent_plugin_option *op, const char *val) in update_option_value()
114 struct pevent_plugin_option *op; in traceevent_plugin_list_options() local
168 struct trace_plugin_options *op; in update_option() local
/linux-4.4.14/drivers/media/common/saa7146/
Dsaa7146_i2c.c27 static int saa7146_i2c_msg_prepare(const struct i2c_msg *m, int num, __le32 *op) in saa7146_i2c_msg_prepare()
92 static int saa7146_i2c_msg_cleanup(const struct i2c_msg *m, int num, __le32 *op) in saa7146_i2c_msg_cleanup()
/linux-4.4.14/arch/microblaze/kernel/cpu/
Dcache.c103 #define CACHE_ALL_LOOP(cache_size, line_length, op) \ argument
124 #define CACHE_RANGE_LOOP_2(start, end, line_length, op) \ argument
141 #define CACHE_RANGE_LOOP_1(start, end, line_length, op) \ argument
/linux-4.4.14/drivers/edac/
Dmpc85xx_edac.c241 int mpc85xx_pci_err_probe(struct platform_device *op) in mpc85xx_pci_err_probe()
546 static int mpc85xx_l2_err_probe(struct platform_device *op) in mpc85xx_l2_err_probe()
655 static int mpc85xx_l2_err_remove(struct platform_device *op) in mpc85xx_l2_err_remove()
1009 static int mpc85xx_mc_err_probe(struct platform_device *op) in mpc85xx_mc_err_probe()
1146 static int mpc85xx_mc_err_remove(struct platform_device *op) in mpc85xx_mc_err_remove()
/linux-4.4.14/arch/x86/include/asm/xen/
Dhypercall.h238 HYPERVISOR_mmuext_op(struct mmuext_op *op, int count, in HYPERVISOR_mmuext_op()
450 HYPERVISOR_nmi_op(unsigned long op, unsigned long arg) in HYPERVISOR_nmi_op()
456 HYPERVISOR_hvm_op(int op, void *arg) in HYPERVISOR_hvm_op()
463 struct tmem_op *op) in HYPERVISOR_tmem_op()
469 HYPERVISOR_xenpmu_op(unsigned int op, void *arg) in HYPERVISOR_xenpmu_op()
576 MULTI_mmuext_op(struct multicall_entry *mcl, struct mmuext_op *op, int count, in MULTI_mmuext_op()
/linux-4.4.14/scripts/
Ddiffconfig50 def print_config(op, config, value, new_value): argument
/linux-4.4.14/arch/x86/kvm/
Demulate.c238 struct opcode op[8]; member
315 #define FOP_START(op) \ argument
327 #define FOP1E(op, dst) \ argument
330 #define FOP1EEX(op, dst) \ argument
333 #define FASTOP1(op) \ argument
342 #define FASTOP1SRC2(op, name) \ argument
351 #define FASTOP1SRC2EX(op, name) \ argument
359 #define FOP2E(op, dst, src) \ argument
362 #define FASTOP2(op) \ argument
371 #define FASTOP2W(op) \ argument
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd_class.h273 #define OBP(dev, op) (dev)->obd_type->typ_dt_ops->o_ ## op argument
274 #define MDP(dev, op) (dev)->obd_type->typ_md_ops->m_ ## op argument
275 #define CTXTP(ctxt, op) (ctxt)->loc_logops->lop_##op argument
303 #define OBD_COUNTER_OFFSET(op) \ argument
308 #define OBD_COUNTER_INCREMENT(obdx, op) \ argument
317 #define EXP_COUNTER_INCREMENT(export, op) \ argument
326 #define MD_COUNTER_OFFSET(op) \ argument
331 #define MD_COUNTER_INCREMENT(obdx, op) \ argument
340 #define EXP_MD_COUNTER_INCREMENT(export, op) \ argument
352 #define EXP_CHECK_MD_OP(exp, op) \ argument
[all …]
/linux-4.4.14/drivers/dma/bestcomm/
Dbestcomm.c367 static int mpc52xx_bcom_probe(struct platform_device *op) in mpc52xx_bcom_probe()
462 static int mpc52xx_bcom_remove(struct platform_device *op) in mpc52xx_bcom_remove()
/linux-4.4.14/arch/m32r/kernel/
Dsys_m32r.c86 asmlinkage int sys_cachectl(char *addr, int nbytes, int op) in sys_cachectl()
Dptrace.c222 check_condition_src(unsigned long op, unsigned long regno1, in check_condition_src()
259 unsigned long op, op2, op3; in compute_next_pc_for_16bit_insn() local
362 unsigned long op; in compute_next_pc_for_32bit_insn() local
/linux-4.4.14/include/uapi/linux/netfilter/ipset/
Dip_set.h261 __u8 op; member
267 __u8 op; member
281 unsigned int op; member
291 unsigned int op; member
299 unsigned int op; member
/linux-4.4.14/arch/h8300/kernel/
Dptrace_h.c163 const struct optable *op, in decode()
214 const struct optable *op; in nextpc() local
/linux-4.4.14/arch/avr32/include/asm/
Datomic.h25 #define ATOMIC_OP_RETURN(op, asm_op, asm_con) \ argument
47 #define ATOMIC_OP(op, asm_op) \ in ATOMIC_OP_RETURN() argument
/linux-4.4.14/security/integrity/
Dintegrity_audit.c32 const unsigned char *fname, const char *op, in integrity_audit_msg()
/linux-4.4.14/drivers/infiniband/core/
Dnetlink.c114 int len, int client, int op, int flags) in ibnl_put_msg()
154 int op = RDMA_NL_GET_OP(type); in ibnl_rcv_msg() local
/linux-4.4.14/net/ipv4/
Dinet_diag.c468 const struct inet_diag_bc_op *op = bc; in inet_diag_bc_run() local
583 const struct inet_diag_bc_op *op = bc; in valid_cc() local
598 static bool valid_hostcond(const struct inet_diag_bc_op *op, int len, in valid_hostcond()
636 static bool valid_port_comparison(const struct inet_diag_bc_op *op, in valid_port_comparison()
653 const struct inet_diag_bc_op *op = bc; in inet_diag_bc_audit() local
/linux-4.4.14/sound/sparc/
Dcs4231.c114 struct platform_device *op; member
1560 static int cs4231_attach_begin(struct platform_device *op, in cs4231_attach_begin()
1774 struct platform_device *op = chip->op; in snd_cs4231_sbus_free() local
1797 struct platform_device *op, in snd_cs4231_sbus_create()
1859 static int cs4231_sbus_probe(struct platform_device *op) in cs4231_sbus_probe()
1934 struct platform_device *op = chip->op; in snd_cs4231_ebus_free() local
1963 struct platform_device *op, in snd_cs4231_ebus_create()
2051 static int cs4231_ebus_probe(struct platform_device *op) in cs4231_ebus_probe()
2075 static int cs4231_probe(struct platform_device *op) in cs4231_probe()
2089 static int cs4231_remove(struct platform_device *op) in cs4231_remove()
/linux-4.4.14/drivers/vfio/
Dvfio_spapr_eeh.c38 struct vfio_eeh_pe_op op; in vfio_spapr_iommu_eeh_ioctl() local
/linux-4.4.14/include/xen/
Dhvm.h8 static const char *param_name(int op) in param_name()

12345