/linux-4.4.14/kernel/trace/ |
D | trace_sched_wakeup.c | 42 # define is_graph(tr) ((tr)->trace_flags & TRACE_ITER_DISPLAY_GRAPH) argument 44 static inline int wakeup_display_graph(struct trace_array *tr, int set) in wakeup_display_graph() 48 # define is_graph(tr) false argument 74 func_prolog_preempt_disable(struct trace_array *tr, in func_prolog_preempt_disable() 113 struct trace_array *tr = wakeup_trace; in wakeup_tracer_call() local 129 static int register_wakeup_function(struct trace_array *tr, int graph, int set) in register_wakeup_function() 149 static void unregister_wakeup_function(struct trace_array *tr, int graph) in unregister_wakeup_function() 162 static int wakeup_function_set(struct trace_array *tr, u32 mask, int set) in wakeup_function_set() 174 static int register_wakeup_function(struct trace_array *tr, int graph, int set) in register_wakeup_function() 178 static void unregister_wakeup_function(struct trace_array *tr, int graph) { } in unregister_wakeup_function() [all …]
|
D | trace_irqsoff.c | 61 # define is_graph(tr) ((tr)->trace_flags & TRACE_ITER_DISPLAY_GRAPH) argument 63 static inline int irqsoff_display_graph(struct trace_array *tr, int set) in irqsoff_display_graph() 67 # define is_graph(tr) false argument 94 static int func_prolog_dec(struct trace_array *tr, in func_prolog_dec() 138 struct trace_array *tr = irqsoff_trace; in irqsoff_tracer_call() local 152 static int irqsoff_display_graph(struct trace_array *tr, int set) in irqsoff_display_graph() 172 struct trace_array *tr = irqsoff_trace; in irqsoff_graph_entry() local 190 struct trace_array *tr = irqsoff_trace; in irqsoff_graph_return() local 235 struct trace_array *tr = irqsoff_trace; in irqsoff_print_header() local 244 __trace_function(struct trace_array *tr, in __trace_function() [all …]
|
D | trace_nop.c | 36 static void start_nop_trace(struct trace_array *tr) in start_nop_trace() 41 static void stop_nop_trace(struct trace_array *tr) in stop_nop_trace() 46 static int nop_trace_init(struct trace_array *tr) in nop_trace_init() 53 static void nop_trace_reset(struct trace_array *tr) in nop_trace_reset() 63 static int nop_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in nop_set_flag()
|
D | trace_events.c | 61 #define do_for_each_event_file(tr, file) \ argument 65 #define do_for_each_event_file_safe(tr, file) \ argument 221 struct trace_array *tr = trace_file->tr; in trace_event_ignore_this_pid() local 342 struct trace_array *tr; in trace_event_enable_cmd_record() local 365 struct trace_array *tr = file->tr; in __ftrace_event_enable_disable() local 463 static void ftrace_clear_events(struct trace_array *tr) in ftrace_clear_events() 514 struct trace_array *tr = data; in event_filter_pid_sched_switch_probe_pre() local 528 struct trace_array *tr = data; in event_filter_pid_sched_switch_probe_post() local 540 struct trace_array *tr = data; in event_filter_pid_sched_wakeup_probe_pre() local 556 struct trace_array *tr = data; in event_filter_pid_sched_wakeup_probe_post() local [all …]
|
D | trace.c | 83 dummy_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in dummy_set_flag() 282 struct trace_array *tr; in trace_array_get() local 497 static inline void ftrace_trace_stack(struct trace_array *tr, in ftrace_trace_stack() 506 static void tracer_tracing_on(struct trace_array *tr) in tracer_tracing_on() 643 struct trace_array *tr = &global_trace; in tracing_snapshot() local 677 static int alloc_snapshot(struct trace_array *tr) in alloc_snapshot() 695 static void free_snapshot(struct trace_array *tr) in free_snapshot() 720 struct trace_array *tr = &global_trace; in tracing_alloc_snapshot() local 772 static void tracer_tracing_off(struct trace_array *tr) in tracer_tracing_off() 815 static int tracer_tracing_is_on(struct trace_array *tr) in tracer_tracing_is_on() [all …]
|
D | trace_selftest.c | 183 static int trace_selftest_ops(struct trace_array *tr, int cnt) in trace_selftest_ops() 324 struct trace_array *tr, in trace_selftest_startup_dynamic_tracing() 534 # define trace_selftest_startup_dynamic_tracing(trace, tr, func) ({ 0; }) argument 651 trace_selftest_startup_function(struct tracer *trace, struct trace_array *tr) in trace_selftest_startup_function() 748 struct trace_array *tr) in trace_selftest_startup_function_graph() 812 trace_selftest_startup_irqsoff(struct tracer *trace, struct trace_array *tr) in trace_selftest_startup_irqsoff() 861 trace_selftest_startup_preemptoff(struct tracer *trace, struct trace_array *tr) in trace_selftest_startup_preemptoff() 923 trace_selftest_startup_preemptirqsoff(struct tracer *trace, struct trace_array *tr) in trace_selftest_startup_preemptirqsoff() 1024 trace_selftest_startup_nop(struct tracer *trace, struct trace_array *tr) in trace_selftest_startup_nop() 1076 trace_selftest_startup_wakeup(struct tracer *trace, struct trace_array *tr) in trace_selftest_startup_wakeup() [all …]
|
D | trace_functions_graph.c | 281 int __trace_graph_entry(struct trace_array *tr, in __trace_graph_entry() 313 struct trace_array *tr = graph_array; in trace_graph_entry() local 366 __trace_graph_function(struct trace_array *tr, in __trace_graph_function() 386 trace_graph_function(struct trace_array *tr, in trace_graph_function() 393 void __trace_graph_return(struct trace_array *tr, in __trace_graph_return() 415 struct trace_array *tr = graph_array; in trace_graph_return() local 434 void set_graph_array(struct trace_array *tr) in set_graph_array() 452 static int graph_trace_init(struct trace_array *tr) in graph_trace_init() 470 static void graph_trace_reset(struct trace_array *tr) in graph_trace_reset() 476 static int graph_trace_update_thresh(struct trace_array *tr) in graph_trace_update_thresh() [all …]
|
D | trace_mmiotrace.c | 29 static void mmio_reset_data(struct trace_array *tr) in mmio_reset_data() 37 static int mmio_trace_init(struct trace_array *tr) in mmio_trace_init() 47 static void mmio_trace_reset(struct trace_array *tr) in mmio_trace_reset() 56 static void mmio_trace_start(struct trace_array *tr) in mmio_trace_start() 297 static void __trace_mmiotrace_rw(struct trace_array *tr, in __trace_mmiotrace_rw() 322 struct trace_array *tr = mmio_trace_array; in mmio_trace_rw() local 327 static void __trace_mmiotrace_map(struct trace_array *tr, in __trace_mmiotrace_map() 352 struct trace_array *tr = mmio_trace_array; in mmio_trace_mapping() local
|
D | trace_functions.c | 36 static int allocate_ftrace_ops(struct trace_array *tr) in allocate_ftrace_ops() 54 int ftrace_create_function_files(struct trace_array *tr, in ftrace_create_function_files() 75 void ftrace_destroy_function_files(struct trace_array *tr) in ftrace_destroy_function_files() 82 static int function_trace_init(struct trace_array *tr) in function_trace_init() 111 static void function_trace_reset(struct trace_array *tr) in function_trace_reset() 118 static void function_trace_start(struct trace_array *tr) in function_trace_start() 127 struct trace_array *tr = op->private; in function_trace_call() local 160 struct trace_array *tr = op->private; in function_stack_trace_call() local 209 static void tracing_start_function_trace(struct trace_array *tr) in tracing_start_function_trace() 216 static void tracing_stop_function_trace(struct trace_array *tr) in tracing_stop_function_trace() [all …]
|
D | trace_syscalls.c | 113 struct trace_array *tr = iter->tr; in print_syscall_enter() local 296 struct trace_array *tr = data; in ftrace_syscall_enter() local 344 struct trace_array *tr = data; in ftrace_syscall_exit() local 391 struct trace_array *tr = file->tr; in reg_event_syscall_enter() local 412 struct trace_array *tr = file->tr; in unreg_event_syscall_enter() local 429 struct trace_array *tr = file->tr; in reg_event_syscall_exit() local 450 struct trace_array *tr = file->tr; in unreg_event_syscall_exit() local
|
D | trace_branch.c | 33 struct trace_array *tr = branch_tracer; in probe_likely_condition() local 100 int enable_branch_tracing(struct trace_array *tr) in enable_branch_tracing() 128 static int branch_trace_init(struct trace_array *tr) in branch_trace_init() 133 static void branch_trace_reset(struct trace_array *tr) in branch_trace_reset()
|
D | trace.h | 164 struct trace_array *tr; member 272 struct trace_array *tr; in top_trace_array() local 357 struct trace_array *tr; member 650 static inline void __trace_stack(struct trace_array *tr, unsigned long flags, in __trace_stack() 846 ftrace_create_function_files(struct trace_array *tr, in ftrace_create_function_files() 851 static inline void ftrace_destroy_function_files(struct trace_array *tr) { } in ftrace_destroy_function_files() 853 ftrace_init_global_array_ops(struct trace_array *tr) { } in ftrace_init_global_array_ops() 854 static inline void ftrace_reset_array_ops(struct trace_array *tr) { } in ftrace_reset_array_ops() 856 #define ftrace_init_array_ops(tr, func) do { } while (0) argument 1009 static inline int trace_branch_enable(struct trace_array *tr) in trace_branch_enable() [all …]
|
D | trace_kdb.c | 24 struct trace_array *tr; in ftrace_dump_buf() local
|
D | blktrace.c | 1297 static void blk_tracer_start(struct trace_array *tr) in blk_tracer_start() 1302 static int blk_tracer_init(struct trace_array *tr) in blk_tracer_init() 1309 static void blk_tracer_stop(struct trace_array *tr) in blk_tracer_stop() 1314 static void blk_tracer_reset(struct trace_array *tr) in blk_tracer_reset() 1343 struct trace_array *tr = iter->tr; in print_one_line() local 1409 blk_tracer_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in blk_tracer_set_flag()
|
D | trace_output.c | 479 struct trace_array *tr = iter->tr; in lat_print_timestamp() local 523 struct trace_array *tr = iter->tr; in trace_print_context() local 551 struct trace_array *tr = iter->tr; in trace_print_lat_context() local 1041 struct trace_array *tr = iter->tr; in trace_user_stack_print() local
|
D | trace_events_filter.c | 896 struct trace_array *tr) in filter_free_subsystem_preds() 921 struct trace_array *tr) in filter_free_subsystem_filters() 1805 struct trace_array *tr, in replace_system_preds() 2005 struct trace_array *tr, in create_system_filter() 2085 struct trace_array *tr = dir->tr; in apply_subsystem_event_filter() local
|
D | trace_events_trigger.c | 467 clear_event_triggers(struct trace_array *tr) in clear_event_triggers() 1169 struct trace_array *tr = file->tr; in event_enable_trigger_func() local
|
D | trace_kprobe.c | 1356 find_trace_probe_file(struct trace_kprobe *tk, struct trace_array *tr) in find_trace_probe_file()
|
D | ftrace.c | 5096 __init void ftrace_init_global_array_ops(struct trace_array *tr) in ftrace_init_global_array_ops() 5102 void ftrace_init_array_ops(struct trace_array *tr, ftrace_func_t func) in ftrace_init_array_ops() 5114 void ftrace_reset_array_ops(struct trace_array *tr) in ftrace_reset_array_ops()
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | touchright.c | 49 struct tr { struct 50 struct input_dev *dev; argument 51 struct serio *serio; argument 60 struct tr *tr = serio_get_drvdata(serio); in tr_interrupt() argument 87 struct tr *tr = serio_get_drvdata(serio); in tr_disconnect() local 105 struct tr *tr; in tr_connect() local
|
/linux-4.4.14/fs/gfs2/ |
D | trans.c | 34 struct gfs2_trans *tr; in gfs2_trans_begin() local 77 static void gfs2_print_trans(const struct gfs2_trans *tr) in gfs2_print_trans() 90 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_end() local 160 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_add_data() local 200 struct gfs2_trans *tr; in meta_lo_add() local 255 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_add_revoke() local 266 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_add_unrevoke() local
|
D | log.c | 94 struct gfs2_trans *tr) in gfs2_ail1_start_one() 148 struct gfs2_trans *tr; in gfs2_ail1_flush() local 190 static void gfs2_ail1_empty_one(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in gfs2_ail1_empty_one() 217 struct gfs2_trans *tr, *s; in gfs2_ail1_empty() local 237 struct gfs2_trans *tr; in gfs2_ail1_wait() local 264 static void gfs2_ail2_empty_one(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in gfs2_ail2_empty_one() 279 struct gfs2_trans *tr, *safe; in ail2_empty() local 446 struct gfs2_trans *tr = sdp->sd_log_tr; in calc_reserved() local 468 struct gfs2_trans *tr; in current_tail() local 596 struct gfs2_trans *tr; in gfs2_write_revokes() local [all …]
|
D | lops.c | 99 struct gfs2_trans *tr) in gfs2_unpin() 487 static void buf_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in buf_lo_before_commit() 497 static void buf_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in buf_lo_after_commit() 612 static void revoke_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in revoke_lo_before_commit() 652 static void revoke_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in revoke_lo_after_commit() 750 static void databuf_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in databuf_lo_before_commit() 830 static void databuf_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in databuf_lo_after_commit()
|
D | meta_io.c | 226 struct gfs2_trans *tr = current->journal_info; in gfs2_meta_read() local 253 struct gfs2_trans *tr = current->journal_info; in gfs2_meta_wait() local 264 void gfs2_remove_from_journal(struct buffer_head *bh, struct gfs2_trans *tr, int meta) in gfs2_remove_from_journal()
|
D | lops.h | 50 struct gfs2_trans *tr) in lops_before_commit() 59 struct gfs2_trans *tr) in lops_after_commit()
|
D | glops.c | 86 struct gfs2_trans tr; in gfs2_ail_empty_gl() local
|
D | aops.c | 883 struct gfs2_trans *tr = current->journal_info; in gfs2_write_end() local
|
/linux-4.4.14/drivers/media/radio/ |
D | radio-trust.c | 58 struct trust *tr = kzalloc(sizeof(*tr), GFP_KERNEL); in trust_alloc() local 73 static void write_i2c(struct trust *tr, int n, ...) in write_i2c() 121 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_mute_volume() local 131 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_stereo() local 149 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_frequency() local 166 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_ctrl() local 185 struct trust *tr = container_of(isa, struct trust, isa); in trust_initialize() local
|
D | radio-timb.c | 57 struct timbradio *tr = video_drvdata(file); in timbradio_vidioc_g_tuner() local 64 struct timbradio *tr = video_drvdata(file); in timbradio_vidioc_s_tuner() local 71 struct timbradio *tr = video_drvdata(file); in timbradio_vidioc_s_frequency() local 78 struct timbradio *tr = video_drvdata(file); in timbradio_vidioc_g_frequency() local 104 struct timbradio *tr; in timbradio_probe() local 169 struct timbradio *tr = platform_get_drvdata(pdev); in timbradio_remove() local
|
/linux-4.4.14/drivers/staging/wilc1000/ |
D | linux_wlan_spi.c | 135 struct spi_transfer tr = { in linux_spi_write() local 161 struct spi_transfer tr = { in linux_spi_write() local 203 struct spi_transfer tr = { in linux_spi_write() local 264 struct spi_transfer tr = { in linux_spi_read() local 288 struct spi_transfer tr = { in linux_spi_read() local 328 struct spi_transfer tr = { in linux_spi_read() local 373 struct spi_transfer tr = { in linux_spi_write_read() local
|
/linux-4.4.14/drivers/mtd/ |
D | mtd_blkdevs.c | 76 static int do_blktrans_request(struct mtd_blktrans_ops *tr, in do_blktrans_request() 128 struct mtd_blktrans_ops *tr = dev->tr; in mtd_blktrans_work() local 321 struct mtd_blktrans_ops *tr = new->tr; in add_mtd_blktrans_dev() local 500 struct mtd_blktrans_ops *tr; in blktrans_notify_remove() local 511 struct mtd_blktrans_ops *tr; in blktrans_notify_add() local 525 int register_mtd_blktrans(struct mtd_blktrans_ops *tr) in register_mtd_blktrans() 563 int deregister_mtd_blktrans(struct mtd_blktrans_ops *tr) in deregister_mtd_blktrans()
|
D | mtdblock_ro.c | 49 static void mtdblock_add_mtd(struct mtd_blktrans_ops *tr, struct mtd_info *mtd) in mtdblock_add_mtd()
|
D | mtdblock.c | 340 static void mtdblock_add_mtd(struct mtd_blktrans_ops *tr, struct mtd_info *mtd) in mtdblock_add_mtd()
|
D | ssfdc.c | 287 static void ssfdcr_add_mtd(struct mtd_blktrans_ops *tr, struct mtd_info *mtd) in ssfdcr_add_mtd()
|
D | nftlcore.c | 48 static void nftl_add_mtd(struct mtd_blktrans_ops *tr, struct mtd_info *mtd) in nftl_add_mtd()
|
D | inftlcore.c | 48 static void inftl_add_mtd(struct mtd_blktrans_ops *tr, struct mtd_info *mtd) in inftl_add_mtd()
|
D | rfd_ftl.c | 757 static void rfd_ftl_add_mtd(struct mtd_blktrans_ops *tr, struct mtd_info *mtd) in rfd_ftl_add_mtd()
|
D | ftl.c | 1045 static void ftl_add_mtd(struct mtd_blktrans_ops *tr, struct mtd_info *mtd) in ftl_add_mtd()
|
D | sm_ftl.c | 1129 static void sm_add_mtd(struct mtd_blktrans_ops *tr, struct mtd_info *mtd) in sm_add_mtd()
|
D | mtdswap.c | 1411 static void mtdswap_add_mtd(struct mtd_blktrans_ops *tr, struct mtd_info *mtd) in mtdswap_add_mtd()
|
/linux-4.4.14/drivers/net/ethernet/toshiba/ |
D | tc35815.c | 506 struct tc35815_regs __iomem *tr = in tc_mdio_read() local 523 struct tc35815_regs __iomem *tr = in tc_mdio_write() local 549 struct tc35815_regs __iomem *tr = in tc_handle_link_change() local 750 struct tc35815_regs __iomem *tr = in tc35815_init_dev_addr() local 1205 struct tc35815_regs __iomem *tr = in tc35815_schedule_restart() local 1219 struct tc35815_regs __iomem *tr = in tc35815_tx_timeout() local 1330 struct tc35815_regs __iomem *tr = in tc35815_send_packet() local 1450 struct tc35815_regs __iomem *tr = in tc35815_interrupt() local 1643 struct tc35815_regs __iomem *tr = in tc35815_poll() local 1717 struct tc35815_regs __iomem *tr = in tc35815_check_tx_stat() local [all …]
|
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/ |
D | mce_amd.c | 153 struct thresh_restart *tr = _tr; in threshold_restart_bank() local 198 struct thresh_restart tr = { in mce_threshold_block_init() local 457 struct thresh_restart tr; in SHOW_FIELDS() local 479 struct thresh_restart tr; in store_threshold_limit() local
|
/linux-4.4.14/drivers/ide/ |
D | pmac.c | 517 u32 tr = kauai_lookup_timing(shasta_pio_timings, cycle_time); in pmac_ide_set_pio_mode() local 524 u32 tr = kauai_lookup_timing(kauai_pio_timings, cycle_time); in pmac_ide_set_pio_mode() local 612 u32 tr; in set_timings_udma_ata6() local 630 u32 tr; in set_timings_udma_shasta() local 707 u32 tr = kauai_lookup_timing(shasta_mdma_timings, cycleTime); in set_timings_mdma() local 714 u32 tr = kauai_lookup_timing(kauai_mdma_timings, cycleTime); in set_timings_mdma() local
|
/linux-4.4.14/drivers/net/fddi/skfp/ |
D | hwt.c | 166 u_short tr ; in hwt_read() local
|
/linux-4.4.14/arch/x86/include/asm/ |
D | suspend_32.h | 22 unsigned long tr; member
|
D | desc.h | 94 #define load_tr(tr) asm volatile("ltr %0"::"m" (tr)) argument 99 #define store_tr(tr) (tr = native_store_tr()) argument 238 unsigned long tr; in native_store_tr() local
|
D | suspend_64.h | 35 unsigned long tr; member
|
D | svm.h | 148 struct vmcb_seg tr; member
|
D | paravirt.h | 249 #define store_tr(tr) ((tr) = paravirt_store_tr()) argument
|
/linux-4.4.14/drivers/thermal/ti-soc-thermal/ |
D | ti-thermal-common.c | 246 int id, tr, ret = 0; in __ti_thermal_get_trend() local 265 long tr; in ti_thermal_get_trend() local
|
/linux-4.4.14/Documentation/spi/ |
D | spidev_test.c | 107 struct spi_ioc_transfer tr = { in transfer() local
|
/linux-4.4.14/crypto/ |
D | tcrypt.c | 167 struct tcrypt_result *tr = req->base.data; in do_one_aead_op() local 792 struct tcrypt_result *tr = req->base.data; in do_one_ahash_op() local 1027 struct tcrypt_result *tr = req->base.data; in do_one_acipher_op() local
|
D | camellia_generic.c | 380 u32 dw, tl, tr; in camellia_setup_tail() local
|
D | testmgr.c | 191 static int wait_async_op(struct tcrypt_result *tr, int ret) in wait_async_op()
|
/linux-4.4.14/include/linux/mtd/ |
D | blktrans.h | 35 struct mtd_blktrans_ops *tr; member
|
/linux-4.4.14/arch/arm/kvm/ |
D | guest.c | 289 struct kvm_translation *tr) in kvm_arch_vcpu_ioctl_translate()
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | uic.c | 128 u32 tr, pr, mask; in uic_set_irq_type() local
|
/linux-4.4.14/arch/arm64/kvm/ |
D | guest.c | 333 struct kvm_translation *tr) in kvm_arch_vcpu_ioctl_translate()
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | fasttimer.c | 647 static struct fast_timer tr[10]; variable
|
/linux-4.4.14/include/linux/ |
D | trace_events.h | 79 struct trace_array *tr; member 364 struct trace_array *tr; member
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | fasttimer.c | 620 static struct fast_timer tr[10]; variable
|
/linux-4.4.14/security/selinux/ss/ |
D | policydb.c | 798 struct role_trans *tr, *ltr = NULL; in policydb_destroy() local 2237 struct role_trans *tr, *ltr; in policydb_read() local 2635 struct role_trans *tr; in role_trans_write() local
|
/linux-4.4.14/arch/tile/include/arch/ |
D | mpipe_shm.h | 228 uint_reg_t tr : 1; member
|
/linux-4.4.14/arch/x86/crypto/ |
D | camellia_glue.c | 819 u32 dw, tl, tr; in camellia_setup_tail() local
|
/linux-4.4.14/arch/mips/include/asm/txx9/ |
D | tx4927.h | 81 u64 tr; member
|
D | tx3927.h | 27 volatile unsigned long tr[3]; member
|
/linux-4.4.14/drivers/mmc/card/ |
D | mmc_test.c | 520 struct mmc_test_transfer_result *tr; in mmc_test_save_transfer_result() local 2716 struct mmc_test_transfer_result *tr, *trs; in mmc_test_free_result() local 2743 struct mmc_test_transfer_result *tr; in mtf_test_show() local
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | e500_mmu.c | 473 struct kvm_translation *tr) in kvmppc_core_vcpu_translate()
|
D | book3s.c | 705 struct kvm_translation *tr) in kvm_arch_vcpu_ioctl_translate()
|
D | booke.c | 1763 struct kvm_translation *tr) in kvm_arch_vcpu_ioctl_translate()
|
/linux-4.4.14/drivers/android/ |
D | binder.c | 1319 struct binder_transaction_data *tr, int reply) in binder_transaction() 1935 struct binder_transaction_data tr; in binder_thread_write() local 2225 struct binder_transaction_data tr; in binder_thread_read() local
|
/linux-4.4.14/arch/mips/kvm/ |
D | mips.c | 1201 struct kvm_translation *tr) in kvm_arch_vcpu_ioctl_translate()
|
/linux-4.4.14/drivers/spi/ |
D | spi-fsl-espi.c | 274 struct fsl_espi_transfer *tr) in fsl_espi_do_trans()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | mca.c | 855 copy_reg(const u64 *fr, u64 fnat, unsigned long *tr, unsigned long *tnat) in copy_reg()
|
/linux-4.4.14/kernel/ |
D | sysctl.c | 1940 const char *perm_tr, unsigned perm_tr_len, char *tr) in proc_get_long()
|
/linux-4.4.14/drivers/scsi/ |
D | mesh.c | 641 int v, tr; in set_sdtr() local
|
/linux-4.4.14/sound/core/ |
D | timer.c | 1675 struct snd_timer_read *tr; in snd_timer_user_params() local
|
/linux-4.4.14/arch/s390/kvm/ |
D | kvm-s390.c | 1731 struct kvm_translation *tr) in kvm_arch_vcpu_ioctl_translate()
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
D | kvm.h | 148 struct kvm_segment tr, ldt; member
|
/linux-4.4.14/sound/pci/au88x0/ |
D | au88x0_core.c | 573 int dirplay, int sl, unsigned int tr, int thsource) in vortex_src_setupchannel()
|
/linux-4.4.14/drivers/net/wireless/ |
D | mwl8k.c | 807 struct mwl8k_dma_data *tr; in mwl8k_remove_dma_header() local 835 struct mwl8k_dma_data *tr; in mwl8k_add_dma_header() local 1382 struct mwl8k_dma_data *tr; in rxq_process() local
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | lpc32xx_udc.c | 1543 u32 tr, bufferspace; in udc_ep0_out_req() local
|
/linux-4.4.14/virt/kvm/ |
D | kvm_main.c | 2459 struct kvm_translation tr; in kvm_vcpu_ioctl() local
|
/linux-4.4.14/arch/x86/kvm/ |
D | vmx.c | 1878 u16 tr; in kvm_read_tr_base() local 4085 struct kvm_segment tr; in tr_valid() local
|
D | emulate.c | 2809 u16 tr, io_bitmap_ptr, perm, bit_idx = port & 0x7; in emulator_io_port_access_allowed() local
|
D | x86.c | 7148 struct kvm_translation *tr) in kvm_arch_vcpu_ioctl_translate()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | sdio.c | 3045 struct brcmf_trap_info tr; in brcmf_sdio_trap_info() local
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | pal.h | 447 tr : 1, /* Translation regs member
|