| /linux-4.4.14/kernel/trace/ |
| D | trace_irqsoff.c | 35 static void stop_irqsoff_tracer(struct trace_array *tr, int graph); 36 static int start_irqsoff_tracer(struct trace_array *tr, int graph); 60 static int irqsoff_display_graph(struct trace_array *tr, int set); 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() argument 67 # define is_graph(tr) false argument 94 static int func_prolog_dec(struct trace_array *tr, in func_prolog_dec() argument 120 *data = per_cpu_ptr(tr->trace_buffer.data, cpu); in func_prolog_dec() 138 struct trace_array *tr = irqsoff_trace; in irqsoff_tracer_call() local 142 if (!func_prolog_dec(tr, &data, &flags)) in irqsoff_tracer_call() [all …]
|
| D | trace_sched_wakeup.c | 35 static void wakeup_reset(struct trace_array *tr); 36 static void __wakeup_reset(struct trace_array *tr); 41 static int wakeup_display_graph(struct trace_array *tr, int set); 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() argument 48 # define is_graph(tr) false argument 74 func_prolog_preempt_disable(struct trace_array *tr, in func_prolog_preempt_disable() argument 91 *data = per_cpu_ptr(tr->trace_buffer.data, cpu); in func_prolog_preempt_disable() 113 struct trace_array *tr = wakeup_trace; in wakeup_tracer_call() local 118 if (!func_prolog_preempt_disable(tr, &data, &pc)) in wakeup_tracer_call() [all …]
|
| D | trace_selftest.c | 68 arch_spin_lock(&buf->tr->max_lock); in trace_test_buffer() 86 arch_spin_unlock(&buf->tr->max_lock); in trace_test_buffer() 183 static int trace_selftest_ops(struct trace_array *tr, int cnt) in trace_selftest_ops() argument 220 ftrace_init_array_ops(tr, trace_selftest_test_global_func); in trace_selftest_ops() 221 register_ftrace_function(tr->ops); in trace_selftest_ops() 302 unregister_ftrace_function(tr->ops); in trace_selftest_ops() 303 ftrace_reset_array_ops(tr); in trace_selftest_ops() 324 struct trace_array *tr, in trace_selftest_startup_dynamic_tracing() argument 353 ret = tracer_init(trace, tr); in trace_selftest_startup_dynamic_tracing() 363 ret = trace_test_buffer(&tr->trace_buffer, &count); in trace_selftest_startup_dynamic_tracing() [all …]
|
| D | trace.c | 83 dummy_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in dummy_set_flag() argument 162 static int tracing_set_tracer(struct trace_array *tr, const char *buf); 282 struct trace_array *tr; in trace_array_get() local 286 list_for_each_entry(tr, &ftrace_trace_arrays, list) { in trace_array_get() 287 if (tr == this_tr) { in trace_array_get() 288 tr->ref++; in trace_array_get() 486 static inline void ftrace_trace_stack(struct trace_array *tr, 497 static inline void ftrace_trace_stack(struct trace_array *tr, in ftrace_trace_stack() argument 506 static void tracer_tracing_on(struct trace_array *tr) in tracer_tracing_on() argument 508 if (tr->trace_buffer.buffer) in tracer_tracing_on() [all …]
|
| D | trace_functions.c | 21 static void tracing_start_function_trace(struct trace_array *tr); 22 static void tracing_stop_function_trace(struct trace_array *tr); 36 static int allocate_ftrace_ops(struct trace_array *tr) in allocate_ftrace_ops() argument 48 tr->ops = ops; in allocate_ftrace_ops() 49 ops->private = tr; in allocate_ftrace_ops() 54 int ftrace_create_function_files(struct trace_array *tr, in ftrace_create_function_files() argument 63 if (tr->flags & TRACE_ARRAY_FL_GLOBAL) in ftrace_create_function_files() 66 ret = allocate_ftrace_ops(tr); in ftrace_create_function_files() 70 ftrace_create_filter_files(tr->ops, parent); in ftrace_create_function_files() 75 void ftrace_destroy_function_files(struct trace_array *tr) in ftrace_destroy_function_files() argument [all …]
|
| D | trace_events.c | 61 #define do_for_each_event_file(tr, file) \ argument 62 list_for_each_entry(tr, &ftrace_trace_arrays, list) { \ 63 list_for_each_entry(file, &tr->events, list) 65 #define do_for_each_event_file_safe(tr, file) \ argument 66 list_for_each_entry(tr, &ftrace_trace_arrays, list) { \ 68 list_for_each_entry_safe(file, ___n, &tr->events, list) 221 struct trace_array *tr = trace_file->tr; in trace_event_ignore_this_pid() local 225 pid_list = rcu_dereference_sched(tr->filtered_pids); in trace_event_ignore_this_pid() 229 data = this_cpu_ptr(tr->trace_buffer.data); in trace_event_ignore_this_pid() 342 struct trace_array *tr; in trace_event_enable_cmd_record() local [all …]
|
| D | trace.h | 164 struct trace_array *tr; member 263 extern int trace_array_get(struct trace_array *tr); 264 extern void trace_array_put(struct trace_array *tr); 272 struct trace_array *tr; in top_trace_array() local 277 tr = list_entry(ftrace_trace_arrays.prev, in top_trace_array() 278 typeof(*tr), list); in top_trace_array() 279 WARN_ON(!(tr->flags & TRACE_ARRAY_FL_GLOBAL)); in top_trace_array() 280 return tr; in top_trace_array() 357 struct trace_array *tr; member 383 int (*init)(struct trace_array *tr); [all …]
|
| D | trace_nop.c | 36 static void start_nop_trace(struct trace_array *tr) in start_nop_trace() argument 41 static void stop_nop_trace(struct trace_array *tr) in stop_nop_trace() argument 46 static int nop_trace_init(struct trace_array *tr) in nop_trace_init() argument 48 ctx_trace = tr; in nop_trace_init() 49 start_nop_trace(tr); in nop_trace_init() 53 static void nop_trace_reset(struct trace_array *tr) in nop_trace_reset() argument 55 stop_nop_trace(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() argument
|
| D | trace_functions_graph.c | 115 print_graph_duration(struct trace_array *tr, unsigned long long duration, 281 int __trace_graph_entry(struct trace_array *tr, in __trace_graph_entry() argument 288 struct ring_buffer *buffer = tr->trace_buffer.buffer; in __trace_graph_entry() 313 struct trace_array *tr = graph_array; in trace_graph_entry() local 342 data = per_cpu_ptr(tr->trace_buffer.data, cpu); in trace_graph_entry() 346 ret = __trace_graph_entry(tr, trace, flags, pc); in trace_graph_entry() 366 __trace_graph_function(struct trace_array *tr, in __trace_graph_function() argument 381 __trace_graph_entry(tr, &ent, flags, pc); in __trace_graph_function() 382 __trace_graph_return(tr, &ret, flags, pc); in __trace_graph_function() 386 trace_graph_function(struct trace_array *tr, in trace_graph_function() argument [all …]
|
| D | trace_syscalls.c | 113 struct trace_array *tr = iter->tr; in print_syscall_enter() local 140 if (tr->trace_flags & TRACE_ITER_VERBOSE) in print_syscall_enter() 296 struct trace_array *tr = data; in ftrace_syscall_enter() local 312 trace_file = rcu_dereference_sched(tr->enter_syscall_files[syscall_nr]); in ftrace_syscall_enter() 328 buffer = tr->trace_buffer.buffer; in ftrace_syscall_enter() 344 struct trace_array *tr = data; in ftrace_syscall_exit() local 359 trace_file = rcu_dereference_sched(tr->exit_syscall_files[syscall_nr]); in ftrace_syscall_exit() 373 buffer = tr->trace_buffer.buffer; in ftrace_syscall_exit() 391 struct trace_array *tr = file->tr; in reg_event_syscall_enter() local 399 if (!tr->sys_refcount_enter) in reg_event_syscall_enter() [all …]
|
| D | trace_mmiotrace.c | 29 static void mmio_reset_data(struct trace_array *tr) in mmio_reset_data() argument 34 tracing_reset_online_cpus(&tr->trace_buffer); in mmio_reset_data() 37 static int mmio_trace_init(struct trace_array *tr) in mmio_trace_init() argument 40 mmio_trace_array = tr; in mmio_trace_init() 42 mmio_reset_data(tr); in mmio_trace_init() 47 static void mmio_trace_reset(struct trace_array *tr) in mmio_trace_reset() argument 52 mmio_reset_data(tr); in mmio_trace_reset() 56 static void mmio_trace_start(struct trace_array *tr) in mmio_trace_start() argument 59 mmio_reset_data(tr); in mmio_trace_start() 297 static void __trace_mmiotrace_rw(struct trace_array *tr, in __trace_mmiotrace_rw() argument [all …]
|
| D | trace_kdb.c | 24 struct trace_array *tr; in ftrace_dump_buf() local 30 tr = iter.tr; in ftrace_dump_buf() 36 old_userobj = tr->trace_flags; in ftrace_dump_buf() 39 tr->trace_flags &= ~TRACE_ITER_SYM_USEROBJ; in ftrace_dump_buf() 87 tr->trace_flags = old_userobj; in ftrace_dump_buf()
|
| D | trace_branch.c | 33 struct trace_array *tr = branch_tracer; in probe_likely_condition() local 52 if (unlikely(!tr)) in probe_likely_condition() 57 data = this_cpu_ptr(tr->trace_buffer.data); in probe_likely_condition() 62 buffer = tr->trace_buffer.buffer; in probe_likely_condition() 100 int enable_branch_tracing(struct trace_array *tr) in enable_branch_tracing() argument 103 branch_tracer = tr; in enable_branch_tracing() 128 static int branch_trace_init(struct trace_array *tr) in branch_trace_init() argument 130 return enable_branch_tracing(tr); in branch_trace_init() 133 static void branch_trace_reset(struct trace_array *tr) in branch_trace_reset() argument
|
| D | trace_output.c | 479 struct trace_array *tr = iter->tr; in lat_print_timestamp() local 480 unsigned long verbose = tr->trace_flags & TRACE_ITER_VERBOSE; in lat_print_timestamp() 523 struct trace_array *tr = iter->tr; in trace_print_context() local 535 if (tr->trace_flags & TRACE_ITER_IRQ_INFO) in trace_print_context() 551 struct trace_array *tr = iter->tr; in trace_print_lat_context() local 559 unsigned long verbose = (tr->trace_flags & TRACE_ITER_VERBOSE); in trace_print_lat_context() 1041 struct trace_array *tr = iter->tr; in trace_user_stack_print() local 1051 if (tr->trace_flags & TRACE_ITER_SYM_USEROBJ) { in trace_user_stack_print()
|
| D | blktrace.c | 1297 static void blk_tracer_start(struct trace_array *tr) in blk_tracer_start() argument 1302 static int blk_tracer_init(struct trace_array *tr) in blk_tracer_init() argument 1304 blk_tr = tr; in blk_tracer_init() 1305 blk_tracer_start(tr); in blk_tracer_init() 1309 static void blk_tracer_stop(struct trace_array *tr) in blk_tracer_stop() argument 1314 static void blk_tracer_reset(struct trace_array *tr) in blk_tracer_reset() argument 1316 blk_tracer_stop(tr); in blk_tracer_reset() 1343 struct trace_array *tr = iter->tr; in print_one_line() local 1352 long_act = !!(tr->trace_flags & TRACE_ITER_VERBOSE); in print_one_line() 1409 blk_tracer_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in blk_tracer_set_flag() argument [all …]
|
| D | trace_events_filter.c | 896 struct trace_array *tr) in filter_free_subsystem_preds() argument 900 list_for_each_entry(file, &tr->events, list) { in filter_free_subsystem_preds() 921 struct trace_array *tr) in filter_free_subsystem_filters() argument 925 list_for_each_entry(file, &tr->events, list) { in filter_free_subsystem_filters() 1805 struct trace_array *tr, in replace_system_preds() argument 1816 list_for_each_entry(file, &tr->events, list) { in replace_system_preds() 1831 list_for_each_entry(file, &tr->events, list) { in replace_system_preds() 2005 struct trace_array *tr, in create_system_filter() argument 2014 err = replace_system_preds(dir, tr, ps, filter_str); in create_system_filter() 2085 struct trace_array *tr = dir->tr; in apply_subsystem_event_filter() local [all …]
|
| D | trace_events_trigger.c | 467 clear_event_triggers(struct trace_array *tr) in clear_event_triggers() argument 471 list_for_each_entry(file, &tr->events, list) { in clear_event_triggers() 1169 struct trace_array *tr = file->tr; in event_enable_trigger_func() local 1192 event_enable_file = find_event_file(tr, system, event); in event_enable_trigger_func()
|
| D | ftrace.c | 5096 __init void ftrace_init_global_array_ops(struct trace_array *tr) in ftrace_init_global_array_ops() argument 5098 tr->ops = &global_ops; in ftrace_init_global_array_ops() 5099 tr->ops->private = 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() argument 5105 if (tr->flags & TRACE_ARRAY_FL_GLOBAL) { in ftrace_init_array_ops() 5106 if (WARN_ON(tr->ops->func != ftrace_stub)) in ftrace_init_array_ops() 5108 tr->ops->func); in ftrace_init_array_ops() 5110 tr->ops->func = func; in ftrace_init_array_ops() 5111 tr->ops->private = tr; in ftrace_init_array_ops() 5114 void ftrace_reset_array_ops(struct trace_array *tr) in ftrace_reset_array_ops() argument [all …]
|
| D | trace_kprobe.c | 1356 find_trace_probe_file(struct trace_kprobe *tk, struct trace_array *tr) in find_trace_probe_file() argument 1360 list_for_each_entry(file, &tr->events, list) in find_trace_probe_file()
|
| /linux-4.4.14/drivers/media/radio/ |
| D | radio-timb.c | 57 struct timbradio *tr = video_drvdata(file); in timbradio_vidioc_g_tuner() local 58 return v4l2_subdev_call(tr->sd_tuner, tuner, g_tuner, v); in timbradio_vidioc_g_tuner() 64 struct timbradio *tr = video_drvdata(file); in timbradio_vidioc_s_tuner() local 65 return v4l2_subdev_call(tr->sd_tuner, tuner, s_tuner, v); in timbradio_vidioc_s_tuner() 71 struct timbradio *tr = video_drvdata(file); in timbradio_vidioc_s_frequency() local 72 return v4l2_subdev_call(tr->sd_tuner, tuner, s_frequency, f); in timbradio_vidioc_s_frequency() 78 struct timbradio *tr = video_drvdata(file); in timbradio_vidioc_g_frequency() local 79 return v4l2_subdev_call(tr->sd_tuner, tuner, g_frequency, f); in timbradio_vidioc_g_frequency() 104 struct timbradio *tr; in timbradio_probe() local 113 tr = devm_kzalloc(&pdev->dev, sizeof(*tr), GFP_KERNEL); in timbradio_probe() [all …]
|
| D | radio-trust.c | 58 struct trust *tr = kzalloc(sizeof(*tr), GFP_KERNEL); in trust_alloc() local 60 return tr ? &tr->isa : NULL; in trust_alloc() 67 #define TR_DELAY do { inb(tr->isa.io); inb(tr->isa.io); inb(tr->isa.io); } while (0) 68 #define TR_SET_SCL outb(tr->ioval |= 2, tr->isa.io) 69 #define TR_CLR_SCL outb(tr->ioval &= 0xfd, tr->isa.io) 70 #define TR_SET_SDA outb(tr->ioval |= 1, tr->isa.io) 71 #define TR_CLR_SDA outb(tr->ioval &= 0xfe, tr->isa.io) 73 static void write_i2c(struct trust *tr, int n, ...) in write_i2c() argument 121 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_mute_volume() local 123 tr->ioval = (tr->ioval & 0xf7) | (mute << 3); in trust_s_mute_volume() [all …]
|
| /linux-4.4.14/fs/gfs2/ |
| D | trans.c | 34 struct gfs2_trans *tr; in gfs2_trans_begin() local 43 tr = kzalloc(sizeof(struct gfs2_trans), GFP_NOFS); in gfs2_trans_begin() 44 if (!tr) in gfs2_trans_begin() 47 tr->tr_ip = _RET_IP_; in gfs2_trans_begin() 48 tr->tr_blocks = blocks; in gfs2_trans_begin() 49 tr->tr_revokes = revokes; in gfs2_trans_begin() 50 tr->tr_reserved = 1; in gfs2_trans_begin() 51 tr->tr_alloced = 1; in gfs2_trans_begin() 53 tr->tr_reserved += 6 + blocks; in gfs2_trans_begin() 55 tr->tr_reserved += gfs2_struct2blk(sdp, revokes, in gfs2_trans_begin() [all …]
|
| D | log.c | 94 struct gfs2_trans *tr) in gfs2_ail1_start_one() argument 103 list_for_each_entry_safe_reverse(bd, s, &tr->tr_ail1_list, bd_ail_st_list) { in gfs2_ail1_start_one() 106 gfs2_assert(sdp, bd->bd_tr == tr); in gfs2_ail1_start_one() 111 list_move(&bd->bd_ail_st_list, &tr->tr_ail2_list); in gfs2_ail1_start_one() 120 list_move(&bd->bd_ail_st_list, &tr->tr_ail1_list); in gfs2_ail1_start_one() 148 struct gfs2_trans *tr; in gfs2_ail1_flush() local 155 list_for_each_entry_reverse(tr, head, tr_list) { in gfs2_ail1_flush() 158 if (gfs2_ail1_start_one(sdp, wbc, tr)) in gfs2_ail1_flush() 190 static void gfs2_ail1_empty_one(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in gfs2_ail1_empty_one() argument 195 list_for_each_entry_safe_reverse(bd, s, &tr->tr_ail1_list, in gfs2_ail1_empty_one() [all …]
|
| D | lops.c | 99 struct gfs2_trans *tr) in gfs2_unpin() argument 122 bd->bd_tr = tr; in gfs2_unpin() 123 list_add(&bd->bd_ail_st_list, &tr->tr_ail1_list); in gfs2_unpin() 487 static void buf_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in buf_lo_before_commit() argument 491 if (tr == NULL) in buf_lo_before_commit() 493 nbuf = tr->tr_num_buf_new - tr->tr_num_buf_rm; in buf_lo_before_commit() 494 gfs2_before_commit(sdp, limit, nbuf, &tr->tr_buf, 0); 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() argument 502 if (tr == NULL) in buf_lo_after_commit() 505 head = &tr->tr_buf; in buf_lo_after_commit() [all …]
|
| D | meta_io.c | 226 struct gfs2_trans *tr = current->journal_info; in gfs2_meta_read() local 227 if (tr && tr->tr_touched) in gfs2_meta_read() 253 struct gfs2_trans *tr = current->journal_info; in gfs2_meta_wait() local 254 if (tr && tr->tr_touched) in gfs2_meta_wait() 264 void gfs2_remove_from_journal(struct buffer_head *bh, struct gfs2_trans *tr, int meta) in gfs2_remove_from_journal() argument 276 tr->tr_num_buf_rm++; in gfs2_remove_from_journal() 278 tr->tr_num_databuf_rm++; in gfs2_remove_from_journal() 279 tr->tr_touched = 1; in gfs2_remove_from_journal()
|
| D | lops.h | 50 struct gfs2_trans *tr) in lops_before_commit() argument 55 gfs2_log_ops[x]->lo_before_commit(sdp, tr); in lops_before_commit() 59 struct gfs2_trans *tr) in lops_after_commit() argument 64 gfs2_log_ops[x]->lo_after_commit(sdp, tr); in lops_after_commit()
|
| D | glops.c | 86 struct gfs2_trans tr; in gfs2_ail_empty_gl() local 88 memset(&tr, 0, sizeof(tr)); in gfs2_ail_empty_gl() 89 INIT_LIST_HEAD(&tr.tr_buf); in gfs2_ail_empty_gl() 90 INIT_LIST_HEAD(&tr.tr_databuf); in gfs2_ail_empty_gl() 91 tr.tr_revokes = atomic_read(&gl->gl_ail_count); in gfs2_ail_empty_gl() 93 if (!tr.tr_revokes) in gfs2_ail_empty_gl() 99 tr.tr_reserved = 1 + gfs2_struct2blk(sdp, tr.tr_revokes, sizeof(u64)); in gfs2_ail_empty_gl() 100 tr.tr_ip = _RET_IP_; in gfs2_ail_empty_gl() 101 if (gfs2_log_reserve(sdp, tr.tr_reserved) < 0) in gfs2_ail_empty_gl() 104 current->journal_info = &tr; in gfs2_ail_empty_gl() [all …]
|
| D | meta_io.h | 61 struct gfs2_trans *tr, int meta);
|
| D | incore.h | 56 void (*lo_before_commit) (struct gfs2_sbd *sdp, struct gfs2_trans *tr); 57 void (*lo_after_commit) (struct gfs2_sbd *sdp, struct gfs2_trans *tr);
|
| D | aops.c | 883 struct gfs2_trans *tr = current->journal_info; in gfs2_write_end() local 884 BUG_ON(!tr); in gfs2_write_end() 902 if (tr->tr_num_buf_new) in gfs2_write_end()
|
| /linux-4.4.14/drivers/input/touchscreen/ |
| D | touchright.c | 49 struct tr { struct 60 struct tr *tr = serio_get_drvdata(serio); in tr_interrupt() argument 61 struct input_dev *dev = tr->dev; in tr_interrupt() 63 tr->data[tr->idx] = data; in tr_interrupt() 65 if ((tr->data[0] & TR_FORMAT_STATUS_MASK) == TR_FORMAT_STATUS_BYTE) { in tr_interrupt() 66 if (++tr->idx == TR_LENGTH) { in tr_interrupt() 68 (tr->data[1] << 5) | (tr->data[2] >> 1)); in tr_interrupt() 70 (tr->data[3] << 5) | (tr->data[4] >> 1)); in tr_interrupt() 72 tr->data[0] & TR_FORMAT_TOUCH_BIT); in tr_interrupt() 74 tr->idx = 0; in tr_interrupt() [all …]
|
| /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() argument 83 block = blk_rq_pos(req) << 9 >> tr->blkshift; in do_blktrans_request() 84 nsect = blk_rq_cur_bytes(req) >> tr->blkshift; in do_blktrans_request() 91 return tr->flush(dev); in do_blktrans_request() 98 return tr->discard(dev, block, nsect); in do_blktrans_request() 101 for (; nsect > 0; nsect--, block++, buf += tr->blksize) in do_blktrans_request() 102 if (tr->readsect(dev, block, buf)) in do_blktrans_request() 107 if (!tr->writesect) in do_blktrans_request() 111 for (; nsect > 0; nsect--, block++, buf += tr->blksize) in do_blktrans_request() 112 if (tr->writesect(dev, block, buf)) in do_blktrans_request() [all …]
|
| D | mtdblock_ro.c | 49 static void mtdblock_add_mtd(struct mtd_blktrans_ops *tr, struct mtd_info *mtd) in mtdblock_add_mtd() argument 60 dev->tr = tr; 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() argument 351 dev->mbd.tr = tr; 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() argument 308 ssfdc->mbd.tr = tr; 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() argument 69 nftl->mbd.tr = tr; 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() argument 76 inftl->mbd.tr = tr; 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() argument 782 part->mbd.tr = tr; in rfd_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() argument 1180 trans->tr = tr; in sm_add_mtd()
|
| D | ftl.c | 1045 static void ftl_add_mtd(struct mtd_blktrans_ops *tr, struct mtd_info *mtd) in ftl_add_mtd() argument 1069 partition->mbd.tr = tr; in ftl_add_mtd()
|
| D | mtdswap.c | 1411 static void mtdswap_add_mtd(struct mtd_blktrans_ops *tr, struct mtd_info *mtd) in mtdswap_add_mtd() argument 1519 mbd_dev->tr = tr; in mtdswap_add_mtd()
|
| /linux-4.4.14/drivers/staging/wilc1000/ |
| D | linux_wlan_spi.c | 135 struct spi_transfer tr = { in linux_spi_write() local 143 tr.rx_buf = r_buffer; in linux_spi_write() 150 spi_message_add_tail(&tr, &msg); in linux_spi_write() 161 struct spi_transfer tr = { in linux_spi_write() local 168 tr.rx_buf = r_buffer; in linux_spi_write() 175 spi_message_add_tail(&tr, &msg); in linux_spi_write() 203 struct spi_transfer tr = { in linux_spi_write() local 213 tr.rx_buf = r_buffer; in linux_spi_write() 222 spi_message_add_tail(&tr, &msg); in linux_spi_write() 264 struct spi_transfer tr = { in linux_spi_read() local [all …]
|
| /linux-4.4.14/drivers/net/ethernet/toshiba/ |
| D | tc35815.c | 506 struct tc35815_regs __iomem *tr = in tc_mdio_read() local 510 tc_writel(MD_CA_Busy | (mii_id << 5) | (regnum & 0x1f), &tr->MD_CA); in tc_mdio_read() 512 while (tc_readl(&tr->MD_CA) & MD_CA_Busy) { in tc_mdio_read() 517 return tc_readl(&tr->MD_Data) & 0xffff; in tc_mdio_read() 523 struct tc35815_regs __iomem *tr = in tc_mdio_write() local 527 tc_writel(val, &tr->MD_Data); in tc_mdio_write() 529 &tr->MD_CA); in tc_mdio_write() 531 while (tc_readl(&tr->MD_CA) & MD_CA_Busy) { in tc_mdio_write() 549 struct tc35815_regs __iomem *tr = in tc_handle_link_change() local 553 reg = tc_readl(&tr->MAC_Ctl); in tc_handle_link_change() [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 156 rdmsr(tr->b->address, lo, hi); in threshold_restart_bank() 158 if (tr->b->threshold_limit < (hi & THRESHOLD_MAX)) in threshold_restart_bank() 159 tr->reset = 1; /* limit cannot be lower than err count */ in threshold_restart_bank() 161 if (tr->reset) { /* reset err count and overflow bit */ in threshold_restart_bank() 164 (THRESHOLD_MAX - tr->b->threshold_limit); in threshold_restart_bank() 165 } else if (tr->old_limit) { /* change limit w/o reset */ in threshold_restart_bank() 167 (tr->old_limit - tr->b->threshold_limit); in threshold_restart_bank() 176 if (!tr->b->interrupt_capable) in threshold_restart_bank() 179 if (tr->set_lvt_off) { in threshold_restart_bank() [all …]
|
| /linux-4.4.14/tools/power/cpupower/utils/ |
| D | version-gen.sh | 25 eval $(grep '^VERSION[[:space:]]*=' ../../../Makefile|tr -d ' ') 26 eval $(grep '^PATCHLEVEL[[:space:]]*=' ../../../Makefile|tr -d ' ') 27 eval $(grep '^SUBLEVEL[[:space:]]*=' ../../../Makefile|tr -d ' ') 28 eval $(grep '^EXTRAVERSION[[:space:]]*=' ../../../Makefile|tr -d ' ')
|
| /linux-4.4.14/Documentation/spi/ |
| D | spidev_test.c | 107 struct spi_ioc_transfer tr = { in transfer() local 117 tr.tx_nbits = 4; in transfer() 119 tr.tx_nbits = 2; in transfer() 121 tr.rx_nbits = 4; in transfer() 123 tr.rx_nbits = 2; in transfer() 126 tr.rx_buf = 0; in transfer() 128 tr.tx_buf = 0; in transfer() 131 ret = ioctl(fd, SPI_IOC_MESSAGE(1), &tr); in transfer()
|
| /linux-4.4.14/include/linux/mtd/ |
| D | blktrans.h | 35 struct mtd_blktrans_ops *tr; member 81 void (*add_mtd)(struct mtd_blktrans_ops *tr, struct mtd_info *mtd); 89 extern int register_mtd_blktrans(struct mtd_blktrans_ops *tr); 90 extern int deregister_mtd_blktrans(struct mtd_blktrans_ops *tr);
|
| /linux-4.4.14/Documentation/DocBook/media/ |
| D | Makefile | 252 entity=`echo $$ident | tr _ -` ; \ 268 entity=`echo $$ident | tr _ -` ; \ 308 entity=`echo $$ident | tr _ -` ; \ 317 entity=`echo $$ident | tr _ -` ; \ 329 entity=`echo $$ident | tr _ -` ; \ 338 entity=`echo $$ident | tr _ -` ; \ 346 …`echo $$ident | sed -e "s/v4l2_mpeg_cx2341x_video_\([a-z]*_spatial_filter_type\)/\1/" | tr _ -` ; \ 354 entity=`echo $$ident | tr _ -` ; \ 363 entity=`echo $$ident | tr _ - | sed s/v4l2-mpeg-vbi-ITV0/v4l2-mpeg-vbi-itv0-1/g` ; \ 405 id=`echo $$ident | tr _ -` ; \ [all …]
|
| D | nv12mt_example.gif.b64 | 20 e5bv4aefGX9l/ZTx7+Ofn537+tr/5cZffwAGeNyA4iFoXnH+FejgcAb+xmCEzSm44IMQ3mbhQPqh
|
| /linux-4.4.14/drivers/net/fddi/skfp/ |
| D | hwt.c | 166 u_short tr ; in hwt_read() local 171 tr = (u_short)((inpd(ADDR(B2_TI_VAL))/200) & 0xffff) ; in hwt_read() 175 if ((tr > smc->hw.t_start) || (is & IS_TIMINT)) { in hwt_read() 180 smc->hw.t_stop = smc->hw.t_start - tr ; in hwt_read()
|
| /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 251 ret = ti_bandgap_get_trend(bgp, id, &tr); in __ti_thermal_get_trend() 255 *trend = tr; in __ti_thermal_get_trend() 265 long tr; in ti_thermal_get_trend() local 267 ret = __ti_thermal_get_trend(thermal->devdata, &tr); in ti_thermal_get_trend() 271 if (tr > 0) in ti_thermal_get_trend() 273 else if (tr < 0) in ti_thermal_get_trend()
|
| /linux-4.4.14/arch/cris/boot/rescue/ |
| D | Makefile | 32 $(OBJCOPY) $(OBJCOPYFLAGS) $(obj)/testrescue.o tr.bin 35 cat tr.bin tmp2423 >testrescue_tmp.bin 37 rm tr.bin tmp2423 testrescue_tmp.bin
|
| /linux-4.4.14/drivers/android/ |
| D | binder.c | 1319 struct binder_transaction_data *tr, int reply) in binder_transaction() argument 1334 e->call_type = reply ? 2 : !!(tr->flags & TF_ONE_WAY); in binder_transaction() 1337 e->target_handle = tr->target.handle; in binder_transaction() 1338 e->data_size = tr->data_size; in binder_transaction() 1339 e->offsets_size = tr->offsets_size; in binder_transaction() 1380 if (tr->target.handle) { in binder_transaction() 1383 ref = binder_get_ref(proc, tr->target.handle); in binder_transaction() 1409 if (!(tr->flags & TF_ONE_WAY) && thread->transaction_stack) { in binder_transaction() 1462 (u64)tr->data.ptr.buffer, in binder_transaction() 1463 (u64)tr->data.ptr.offsets, in binder_transaction() [all …]
|
| /linux-4.4.14/arch/x86/include/asm/ |
| 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 240 asm volatile("str %0":"=r" (tr)); in native_store_tr() 242 return tr; in native_store_tr()
|
| D | suspend_32.h | 22 unsigned long tr; member
|
| 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/arch/s390/boot/ |
| D | Makefile | 6 tr -c '[0-9A-Za-z]' '_'`__`date | \ 7 tr -c '[0-9A-Za-z]' '_'`_t
|
| /linux-4.4.14/scripts/ |
| D | extract-ikconfig | 19 if pos=`tr "$cf1\n$cf2" "\n$cf2=" < "$1" | grep -abo "^$cf2"` 33 for pos in `tr "$1\n$2" "\n$2=" < "$img" | grep -abo "^$2"`
|
| D | extract-vmlinux | 30 for pos in `tr "$1\n$2" "\n$2=" < "$img" | grep -abo "^$2"`
|
| D | patch-kernel | 193 tr -d [:blank:] < $TMPFILE > $TMPFILE.1
|
| D | analyze_suspend.py | 2040 tr.alt td {background-color:#EAF2D3;}\n\ 2041 tr.avg td {background-color:#BDE34C;}\n\
|
| /linux-4.4.14/arch/x86/crypto/ |
| D | camellia_glue.c | 819 u32 dw, tl, tr; in camellia_setup_tail() local 932 tr = subRL[10] ^ rol32(dw, 1); in camellia_setup_tail() 933 tt = (tr | ((u64)tl << 32)); in camellia_setup_tail() 941 tr = subRL[7] ^ rol32(dw, 1); in camellia_setup_tail() 942 tt = (tr | ((u64)tl << 32)); in camellia_setup_tail() 952 tr = subRL[18] ^ rol32(dw, 1); in camellia_setup_tail() 953 tt = (tr | ((u64)tl << 32)); in camellia_setup_tail() 961 tr = subRL[15] ^ rol32(dw, 1); in camellia_setup_tail() 962 tt = (tr | ((u64)tl << 32)); in camellia_setup_tail() 976 tr = subRL[26] ^ rol32(dw, 1); in camellia_setup_tail() [all …]
|
| /linux-4.4.14/arch/powerpc/sysdev/ |
| D | uic.c | 128 u32 tr, pr, mask; in uic_set_irq_type() local 154 tr = mfdcr(uic->dcrbase + UIC_TR); in uic_set_irq_type() 156 tr = (tr & mask) | (trigger << (31-src)); in uic_set_irq_type() 160 mtdcr(uic->dcrbase + UIC_TR, tr); in uic_set_irq_type()
|
| /linux-4.4.14/include/linux/ |
| D | trace_events.h | 79 struct trace_array *tr; member 171 void trace_buffer_unlock_commit(struct trace_array *tr, 175 void trace_buffer_unlock_commit_regs(struct trace_array *tr, 364 struct trace_array *tr; member 517 trace_buffer_unlock_commit(file->tr, buffer, event, irq_flags, pc); in event_trigger_unlock_commit() 549 trace_buffer_unlock_commit_regs(file->tr, buffer, event, in event_trigger_unlock_commit_regs()
|
| D | kvm_host.h | 706 struct kvm_translation *tr);
|
| /linux-4.4.14/security/apparmor/ |
| D | Makefile | 26 tr '\n' ' ' | sed -e 's/ $$/"\n/' >> $@ 61 tr '\n' ' ' | sed -e 's/ $$/"\n/' >> $@
|
| /linux-4.4.14/crypto/ |
| D | camellia_generic.c | 380 u32 dw, tl, tr; in camellia_setup_tail() local 481 tr = subR[10] ^ rol32(dw, 1); in camellia_setup_tail() 483 SUBKEY_R(7) = subR[6] ^ tr; in camellia_setup_tail() 490 tr = subR[7] ^ rol32(dw, 1); in camellia_setup_tail() 492 SUBKEY_R(10) = tr ^ subR[11]; in camellia_setup_tail() 503 tr = subR[18] ^ rol32(dw, 1); in camellia_setup_tail() 505 SUBKEY_R(15) = subR[14] ^ tr; in camellia_setup_tail() 512 tr = subR[15] ^ rol32(dw, 1); in camellia_setup_tail() 514 SUBKEY_R(18) = tr ^ subR[19]; in camellia_setup_tail() 531 tr = subR[26] ^ rol32(dw, 1); in camellia_setup_tail() [all …]
|
| D | tcrypt.c | 167 struct tcrypt_result *tr = req->base.data; in do_one_aead_op() local 169 ret = wait_for_completion_interruptible(&tr->completion); in do_one_aead_op() 171 ret = tr->err; in do_one_aead_op() 172 reinit_completion(&tr->completion); in do_one_aead_op() 792 struct tcrypt_result *tr = req->base.data; in do_one_ahash_op() local 794 wait_for_completion(&tr->completion); in do_one_ahash_op() 795 reinit_completion(&tr->completion); in do_one_ahash_op() 796 ret = tr->err; in do_one_ahash_op() 1027 struct tcrypt_result *tr = req->base.data; in do_one_acipher_op() local 1029 wait_for_completion(&tr->completion); in do_one_acipher_op() [all …]
|
| D | testmgr.c | 191 static int wait_async_op(struct tcrypt_result *tr, int ret) in wait_async_op() argument 194 wait_for_completion(&tr->completion); in wait_async_op() 195 reinit_completion(&tr->completion); in wait_async_op() 196 ret = tr->err; in wait_async_op()
|
| /linux-4.4.14/arch/cris/arch-v10/kernel/ |
| D | fasttimer.c | 647 static struct fast_timer tr[10]; variable 666 start_one_shot_timer(&tr[i], test_timeout1, i, 1000, "timeout1"); in test_timeout1() 720 start_one_shot_timer(&tr[i], test_timeout, i, 50000, "test0"); in fast_timer_test() 723 start_one_shot_timer(&tr[i], test_timeout, i, 70000, "test1"); in fast_timer_test() 726 start_one_shot_timer(&tr[i], test_timeout, i, 40000, "test2"); in fast_timer_test() 729 start_one_shot_timer(&tr[i], test_timeout, i, 60000, "test3"); in fast_timer_test() 732 start_one_shot_timer(&tr[i], test_timeout1, i, 55000, "test4xx"); in fast_timer_test() 771 struct fast_timer *t = &tr[j]; in fast_timer_test()
|
| /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 518 t = (t & ~TR_133_PIOREG_PIO_MASK) | tr; in pmac_ide_set_pio_mode() 524 u32 tr = kauai_lookup_timing(kauai_pio_timings, cycle_time); in pmac_ide_set_pio_mode() local 525 t = (t & ~TR_100_PIOREG_PIO_MASK) | tr; in pmac_ide_set_pio_mode() 612 u32 tr; in set_timings_udma_ata6() local 616 tr = kauai_lookup_timing(kauai_udma_timings, (int)t->udma); in set_timings_udma_ata6() 617 *ultra_timings = ((*ultra_timings) & ~TR_100_UDMAREG_UDMA_MASK) | tr; in set_timings_udma_ata6() 630 u32 tr; in set_timings_udma_shasta() local 634 tr = kauai_lookup_timing(shasta_udma133_timings, (int)t->udma); in set_timings_udma_shasta() 635 *ultra_timings = ((*ultra_timings) & ~TR_133_UDMAREG_UDMA_MASK) | tr; in set_timings_udma_shasta() [all …]
|
| /linux-4.4.14/security/selinux/ss/ |
| D | policydb.c | 798 struct role_trans *tr, *ltr = NULL; in policydb_destroy() local 848 for (tr = p->role_tr; tr; tr = tr->next) { in policydb_destroy() 851 ltr = tr; in policydb_destroy() 2237 struct role_trans *tr, *ltr; in policydb_read() local 2394 tr = kzalloc(sizeof(*tr), GFP_KERNEL); in policydb_read() 2395 if (!tr) in policydb_read() 2398 ltr->next = tr; in policydb_read() 2400 p->role_tr = tr; in policydb_read() 2406 tr->role = le32_to_cpu(buf[0]); in policydb_read() 2407 tr->type = le32_to_cpu(buf[1]); in policydb_read() [all …]
|
| /linux-4.4.14/arch/cris/arch-v32/kernel/ |
| D | fasttimer.c | 620 static struct fast_timer tr[10]; variable 639 start_one_shot_timer(&tr[i], test_timeout1, i, 1000, "timeout1"); in test_timeout1() 693 start_one_shot_timer(&tr[i], test_timeout, i, 50000, "test0"); in fast_timer_test() 696 start_one_shot_timer(&tr[i], test_timeout, i, 70000, "test1"); in fast_timer_test() 699 start_one_shot_timer(&tr[i], test_timeout, i, 40000, "test2"); in fast_timer_test() 702 start_one_shot_timer(&tr[i], test_timeout, i, 60000, "test3"); in fast_timer_test() 705 start_one_shot_timer(&tr[i], test_timeout1, i, 55000, "test4xx"); in fast_timer_test() 742 struct fast_timer *t = &tr[j]; in fast_timer_test()
|
| /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 525 tr = kmalloc(sizeof(struct mmc_test_transfer_result), GFP_KERNEL); in mmc_test_save_transfer_result() 526 if (!tr) in mmc_test_save_transfer_result() 529 tr->count = count; in mmc_test_save_transfer_result() 530 tr->sectors = sectors; in mmc_test_save_transfer_result() 531 tr->ts = ts; in mmc_test_save_transfer_result() 532 tr->rate = rate; in mmc_test_save_transfer_result() 533 tr->iops = iops; in mmc_test_save_transfer_result() 535 list_add_tail(&tr->link, &test->gr->tr_lst); in mmc_test_save_transfer_result() 2716 struct mmc_test_transfer_result *tr, *trs; in mmc_test_free_result() local [all …]
|
| /linux-4.4.14/tools/testing/selftests/ftrace/test.d/00basic/ |
| D | basic3.tc | 4 for c in `cat trace_clock | tr -d \[\]`; do
|
| /linux-4.4.14/arch/x86/entry/syscalls/ |
| D | syscalltbl.sh | 8 abi=`echo "$abi" | tr '[a-z]' '[A-Z]'`
|
| D | syscallhdr.sh | 5 my_abis=`echo "($3)" | tr ',' '|'`
|
| /linux-4.4.14/arch/tile/include/arch/ |
| D | mpipe_shm.h | 228 uint_reg_t tr : 1; member 329 uint_reg_t tr : 1;
|
| /linux-4.4.14/arch/ia64/scripts/ |
| D | check-gas | 8 res=$($OBJDUMP -r --section .data $out | fgrep 00004 | tr -s ' ' |cut -f3 -d' ')
|
| /linux-4.4.14/arch/powerpc/kvm/ |
| D | e500_mmu.c | 473 struct kvm_translation *tr) in kvmppc_core_vcpu_translate() argument 480 eaddr = tr->linear_address; in kvmppc_core_vcpu_translate() 481 pid = (tr->linear_address >> 32) & 0xff; in kvmppc_core_vcpu_translate() 482 as = (tr->linear_address >> 40) & 0x1; in kvmppc_core_vcpu_translate() 486 tr->valid = 0; in kvmppc_core_vcpu_translate() 490 tr->physical_address = kvmppc_mmu_xlate(vcpu, index, eaddr); in kvmppc_core_vcpu_translate() 492 tr->valid = 1; in kvmppc_core_vcpu_translate()
|
| D | book3s.c | 705 struct kvm_translation *tr) in kvm_arch_vcpu_ioctl_translate() argument
|
| D | booke.c | 1763 struct kvm_translation *tr) in kvm_arch_vcpu_ioctl_translate() argument 1767 r = kvmppc_core_vcpu_translate(vcpu, tr); in kvm_arch_vcpu_ioctl_translate()
|
| /linux-4.4.14/arch/sh/include/asm/ |
| D | ptrace.h | 35 {.name = __stringify(tr##num), .offset = offsetof(struct pt_regs, tregs[num])}
|
| /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() argument 587 if ((tr & 0x10000) && (tr != 0x10000)) { in vortex_src_setupchannel() 588 tr = 0; in vortex_src_setupchannel() 591 if ((((short)tr) < 0) && (tr != 0x8000)) { in vortex_src_setupchannel() 592 tr = 0; in vortex_src_setupchannel() 595 tr = 1; in vortex_src_setupchannel() 601 tr = 0; /*ebx = 0 */ in vortex_src_setupchannel() 608 tr = 1; in vortex_src_setupchannel() 616 if (tr) in vortex_src_setupchannel() 622 if (tr) in vortex_src_setupchannel() [all …]
|
| /linux-4.4.14/drivers/net/wireless/ |
| D | mwl8k.c | 807 struct mwl8k_dma_data *tr; in mwl8k_remove_dma_header() local 810 tr = (struct mwl8k_dma_data *)skb->data; in mwl8k_remove_dma_header() 811 hdrlen = ieee80211_hdrlen(tr->wh.frame_control); in mwl8k_remove_dma_header() 813 if (hdrlen != sizeof(tr->wh)) { in mwl8k_remove_dma_header() 814 if (ieee80211_is_data_qos(tr->wh.frame_control)) { in mwl8k_remove_dma_header() 815 memmove(tr->data - hdrlen, &tr->wh, hdrlen - 2); in mwl8k_remove_dma_header() 816 *((__le16 *)(tr->data - 2)) = qos; in mwl8k_remove_dma_header() 818 memmove(tr->data - hdrlen, &tr->wh, hdrlen); in mwl8k_remove_dma_header() 822 if (hdrlen != sizeof(*tr)) in mwl8k_remove_dma_header() 823 skb_pull(skb, sizeof(*tr) - hdrlen); in mwl8k_remove_dma_header() [all …]
|
| /linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
| D | sdio.c | 3045 struct brcmf_trap_info tr; in brcmf_sdio_trap_info() local 3052 error = brcmf_sdiod_ramrw(bus->sdiodev, false, sh->trap_addr, (u8 *)&tr, in brcmf_sdio_trap_info() 3063 le32_to_cpu(tr.type), le32_to_cpu(tr.epc), in brcmf_sdio_trap_info() 3064 le32_to_cpu(tr.cpsr), le32_to_cpu(tr.spsr), in brcmf_sdio_trap_info() 3065 le32_to_cpu(tr.r13), le32_to_cpu(tr.r14), in brcmf_sdio_trap_info() 3066 le32_to_cpu(tr.pc), sh->trap_addr, in brcmf_sdio_trap_info() 3067 le32_to_cpu(tr.r0), le32_to_cpu(tr.r1), in brcmf_sdio_trap_info() 3068 le32_to_cpu(tr.r2), le32_to_cpu(tr.r3), in brcmf_sdio_trap_info() 3069 le32_to_cpu(tr.r4), le32_to_cpu(tr.r5), in brcmf_sdio_trap_info() 3070 le32_to_cpu(tr.r6), le32_to_cpu(tr.r7)); in brcmf_sdio_trap_info()
|
| /linux-4.4.14/arch/blackfin/boot/ |
| D | Makefile | 38 cmd_mk_bin_xip = ( printf '%64s' | tr ' ' '\377' ; cat $< ) > $@
|
| /linux-4.4.14/arch/x86/power/ |
| D | cpu.c | 75 store_tr(ctxt->tr); in __save_processor_state()
|
| /linux-4.4.14/arch/mips/kernel/ |
| D | genex.S | 431 BUILD_HANDLER tr tr sti silent /* #13 */
|
| /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/arch/arm/kvm/ |
| D | guest.c | 289 struct kvm_translation *tr) in kvm_arch_vcpu_ioctl_translate() argument
|
| /linux-4.4.14/arch/arm64/kvm/ |
| D | guest.c | 333 struct kvm_translation *tr) in kvm_arch_vcpu_ioctl_translate() argument
|
| /linux-4.4.14/arch/mips/txx9/generic/ |
| D | setup_tx4927.c | 210 (unsigned long long)____raw_readq(&tx4927_sdramcptr->tr)); in tx4927_setup()
|
| D | setup_tx4938.c | 223 (unsigned long long)____raw_readq(&tx4938_sdramcptr->tr)); in tx4938_setup()
|
| /linux-4.4.14/arch/x86/include/uapi/asm/ |
| D | kvm.h | 148 struct kvm_segment tr, ldt; member
|
| /linux-4.4.14/arch/parisc/kernel/ |
| D | pacache.S | 104 movb,tr %arg0, %r28, fitmanyloop /* Re-init base addr */ 147 movb,tr %arg0, %r28, fdtmanyloop /* Re-init base addr */ 219 movb,tr %arg3, %r31, fimanyloop /* Re-init inner loop count */ 286 movb,tr %arg3, %r31, fdmanyloop /* Re-init inner loop count */
|
| D | entry.S | 660 or,COND(tr) %r23,%r0,\pte
|
| /linux-4.4.14/drivers/scsi/ |
| D | mesh.c | 641 int v, tr; in set_sdtr() local 662 tr = (ms->clk_freq + 250000) / 500000; in set_sdtr() 668 tr = ((ms->clk_freq / (v + 2)) + 199999) / 200000; in set_sdtr() 675 ms->conn_tgt, tr/10, tr%10); in set_sdtr()
|
| /linux-4.4.14/sound/core/ |
| D | timer.c | 1675 struct snd_timer_read *tr; in snd_timer_user_params() local 1736 tr = kmalloc(params.queue_size * sizeof(*tr), in snd_timer_user_params() 1738 if (tr) { in snd_timer_user_params() 1741 tu->queue = tr; in snd_timer_user_params()
|
| /linux-4.4.14/drivers/spi/ |
| D | spi-fsl-espi.c | 274 struct fsl_espi_transfer *tr) in fsl_espi_do_trans() argument 278 struct fsl_espi_transfer *espi_trans = 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() argument 858 *tr = *fr; in copy_reg() 860 tslot = ((unsigned long)tr >> 3) & 63; in copy_reg()
|
| /linux-4.4.14/virt/kvm/ |
| D | kvm_main.c | 2459 struct kvm_translation tr; in kvm_vcpu_ioctl() local 2462 if (copy_from_user(&tr, argp, sizeof(tr))) in kvm_vcpu_ioctl() 2464 r = kvm_arch_vcpu_ioctl_translate(vcpu, &tr); in kvm_vcpu_ioctl() 2468 if (copy_to_user(argp, &tr, sizeof(tr))) in kvm_vcpu_ioctl()
|
| /linux-4.4.14/arch/x86/kvm/ |
| D | svm.c | 1072 init_sys_seg(&save->tr, SEG_TYPE_BUSY_TSS16); in init_vmcb() 1311 case VCPU_SREG_TR: return &save->tr; in svm_seg() 2560 to_vmcb->save.tr = from_vmcb->save.tr; in nested_svm_vmloadsave() 3378 save->tr.selector, save->tr.attrib, in dump_vmcb() 3379 save->tr.limit, save->tr.base); in dump_vmcb()
|
| D | vmx.c | 1878 u16 tr; in kvm_read_tr_base() local 1879 asm("str %0" : "=g"(tr)); in kvm_read_tr_base() 1880 return segment_base(tr); in kvm_read_tr_base() 4085 struct kvm_segment tr; in tr_valid() local 4087 vmx_get_segment(vcpu, &tr, VCPU_SREG_TR); in tr_valid() 4089 if (tr.unusable) in tr_valid() 4091 if (tr.selector & SEGMENT_TI_MASK) /* TI = 1 */ in tr_valid() 4093 if (tr.type != 3 && tr.type != 11) /* TODO: Check if guest is in IA32e mode */ in tr_valid() 4095 if (!tr.present) in tr_valid()
|
| D | x86.c | 6931 kvm_get_segment(vcpu, &sregs->tr, VCPU_SREG_TR); in kvm_arch_vcpu_ioctl_get_sregs() 7073 kvm_set_segment(vcpu, &sregs->tr, VCPU_SREG_TR); in kvm_arch_vcpu_ioctl_set_sregs() 7148 struct kvm_translation *tr) in kvm_arch_vcpu_ioctl_translate() argument 7150 unsigned long vaddr = tr->linear_address; in kvm_arch_vcpu_ioctl_translate() 7157 tr->physical_address = gpa; in kvm_arch_vcpu_ioctl_translate() 7158 tr->valid = gpa != UNMAPPED_GVA; in kvm_arch_vcpu_ioctl_translate() 7159 tr->writeable = 1; in kvm_arch_vcpu_ioctl_translate() 7160 tr->usermode = 0; in kvm_arch_vcpu_ioctl_translate()
|
| D | emulate.c | 2809 u16 tr, io_bitmap_ptr, perm, bit_idx = port & 0x7; in emulator_io_port_access_allowed() local 2813 ops->get_segment(ctxt, &tr, &tr_seg, &base3, VCPU_SREG_TR); in emulator_io_port_access_allowed()
|
| /linux-4.4.14/ |
| D | .mailmap | 116 S.Çağlar Onur <caglar@pardus.org.tr>
|
| /linux-4.4.14/kernel/ |
| D | sysctl.c | 1940 const char *perm_tr, unsigned perm_tr_len, char *tr) in proc_get_long() argument 1977 if (tr && (len < *size)) in proc_get_long() 1978 *tr = *p; in proc_get_long()
|
| /linux-4.4.14/arch/ia64/include/asm/ |
| D | pal.h | 447 tr : 1, /* Translation regs member 691 #define pmci_proc_translation_regs_valid pme_processor.tr
|
| /linux-4.4.14/arch/powerpc/include/asm/ |
| D | kvm_ppc.h | 127 struct kvm_translation *tr);
|
| /linux-4.4.14/Documentation/s390/ |
| D | Debugging390.txt | 820 set pf1 imm tr goto a 822 set pf2 imm tr goto b 824 set pf3 imm tr goto c 890 #cp tr i pswa 2000 959 tr i pswa <address of main> 1020 You can restart linux & trace these using the tr prog <range or value> trace 1035 tr prog 10 will trace segment translation exceptions. 1036 tr prog on its own will trace all program interruption codes.
|
| /linux-4.4.14/Documentation/networking/ |
| D | dl2k.txt | 270 cat dl2k.c | tr -d "\r" > dl2k.tmp
|
| D | filter.txt | 384 e.g. `tcpdump -iem1 -ddd port 22 | tr '\n' ','`. Note that for JIT
|
| /linux-4.4.14/drivers/usb/gadget/udc/ |
| D | lpc32xx_udc.c | 1543 u32 tr, bufferspace; in udc_ep0_out_req() local 1566 tr = udc_read_hwep(udc, EP_OUT, req->req.buf + req->req.actual, in udc_ep0_out_req() 1570 if (tr < ep0->ep.maxpacket) { in udc_ep0_out_req()
|
| /linux-4.4.14/Documentation/filesystems/ |
| D | coda.txt | 148 11.. IInnttrroodduuccttiioonn 420 …44..11.. DDaattaa ssttrruuccttuurreess sshhaarreedd bbyy tthhee kke… 625 44..55.. ggeettaattttrr 667 44..66.. sseettaattttrr
|
| /linux-4.4.14/arch/mips/kvm/ |
| D | mips.c | 1201 struct kvm_translation *tr) in kvm_arch_vcpu_ioctl_translate() argument
|
| /linux-4.4.14/Documentation/ia64/ |
| D | err_inject.txt | 249 tr : 1,
|
| /linux-4.4.14/drivers/net/ethernet/tile/ |
| D | tilegx.c | 602 if (idesc->be || idesc->me || idesc->tr || idesc->ce) { in tile_net_handle_packet()
|
| /linux-4.4.14/Documentation/scheduler/ |
| D | sched-deadline.txt | 299 Technical Report. http://disi.unitn.it/~abeni/tr-98-01.pdf
|
| /linux-4.4.14/arch/s390/kvm/ |
| D | kvm-s390.c | 1731 struct kvm_translation *tr) in kvm_arch_vcpu_ioctl_translate() argument
|
| /linux-4.4.14/Documentation/virtual/kvm/ |
| D | api.txt | 347 struct kvm_segment tr, ldt;
|