Home
last modified time | relevance | path

Searched refs:tu (Results 1 – 25 of 38) sorted by relevance

12

/linux/drivers/usb/phy/
H A Dphy-tahvo.c66 struct tahvo_usb *tu = dev_get_drvdata(device); in vbus_show() local
67 return sprintf(buf, "%s\n", str_on_off(tu->vbus_state)); in vbus_show()
71 static void check_vbus_state(struct tahvo_usb *tu) in check_vbus_state() argument
73 struct retu_dev *rdev = dev_get_drvdata(tu->pt_dev->dev.parent); in check_vbus_state()
78 switch (tu->phy.otg->state) { in check_vbus_state()
81 if (tu->phy.otg->gadget) in check_vbus_state()
82 usb_gadget_vbus_connect(tu->phy.otg->gadget); in check_vbus_state()
83 tu->phy.otg->state = OTG_STATE_B_PERIPHERAL; in check_vbus_state()
84 usb_phy_set_event(&tu->phy, USB_EVENT_ENUMERATED); in check_vbus_state()
91 tu in check_vbus_state()
122 tahvo_usb_become_host(struct tahvo_usb * tu) tahvo_usb_become_host() argument
136 tahvo_usb_stop_host(struct tahvo_usb * tu) tahvo_usb_stop_host() argument
141 tahvo_usb_become_peripheral(struct tahvo_usb * tu) tahvo_usb_become_peripheral() argument
155 tahvo_usb_stop_peripheral(struct tahvo_usb * tu) tahvo_usb_stop_peripheral() argument
162 tahvo_usb_power_off(struct tahvo_usb * tu) tahvo_usb_power_off() argument
177 struct tahvo_usb *tu = container_of(dev, struct tahvo_usb, phy); tahvo_usb_set_suspend() local
195 struct tahvo_usb *tu = container_of(otg->usb_phy, struct tahvo_usb, tahvo_usb_set_host() local
223 struct tahvo_usb *tu = container_of(otg->usb_phy, struct tahvo_usb, tahvo_usb_set_peripheral() local
247 struct tahvo_usb *tu = _tu; tahvo_usb_vbus_interrupt() local
259 struct tahvo_usb *tu = dev_get_drvdata(device); otg_mode_show() local
275 struct tahvo_usb *tu = dev_get_drvdata(device); otg_mode_store() local
322 struct tahvo_usb *tu; tahvo_usb_probe() local
418 struct tahvo_usb *tu = platform_get_drvdata(pdev); tahvo_usb_remove() local
[all...]
/linux/drivers/i2c/
H A Di2c-slave-testunit.c60 struct testunit_data *tu = i2c_get_clientdata(client); in i2c_slave_testunit_smbalert_cb() local
64 gpiod_set_value(tu->gpio, 0); in i2c_slave_testunit_smbalert_cb()
67 *val = tu->regs[TU_REG_DATAL]; in i2c_slave_testunit_smbalert_cb()
71 complete(&tu->alert_done); in i2c_slave_testunit_smbalert_cb()
85 struct testunit_data *tu = i2c_get_clientdata(client); in i2c_slave_testunit_slave_cb() local
86 bool is_proc_call = tu->reg_idx == 3 && tu->regs[TU_REG_DATAL] == 1 && in i2c_slave_testunit_slave_cb()
87 tu->regs[TU_REG_CMD] == TU_CMD_SMBUS_BLOCK_PROC_CALL; in i2c_slave_testunit_slave_cb()
88 bool is_get_version = tu->reg_idx == 3 && in i2c_slave_testunit_slave_cb()
89 tu in i2c_slave_testunit_slave_cb()
170 struct testunit_data *tu = container_of(work, struct testunit_data, worker.work); i2c_slave_testunit_work() local
238 struct testunit_data *tu; i2c_slave_testunit_probe() local
266 struct testunit_data *tu = i2c_get_clientdata(client); i2c_slave_testunit_remove() local
[all...]
/linux/drivers/gpu/drm/msm/dp/
H A Ddp_ctrl.c586 struct tu_algo_data *tu) in msm_dp_panel_update_tu_timings() argument
604 tu->lclk_fp = drm_fixp_from_fraction(in->lclk, 1); in msm_dp_panel_update_tu_timings()
605 tu->pclk_fp = drm_fixp_from_fraction(in->pclk_khz, 1000); in msm_dp_panel_update_tu_timings()
606 tu->lwidth = in->hactive; in msm_dp_panel_update_tu_timings()
607 tu->hbp_relative_to_pclk = in->hporch; in msm_dp_panel_update_tu_timings()
608 tu->nlanes = in->nlanes; in msm_dp_panel_update_tu_timings()
609 tu->bpp = in->bpp; in msm_dp_panel_update_tu_timings()
610 tu->pixelEnc = in->pixel_enc; in msm_dp_panel_update_tu_timings()
611 tu->dsc_en = in->dsc_en; in msm_dp_panel_update_tu_timings()
612 tu in msm_dp_panel_update_tu_timings()
691 _tu_valid_boundary_calc(struct tu_algo_data * tu) _tu_valid_boundary_calc() argument
901 struct tu_algo_data *tu; _dp_ctrl_calc_tu() local
[all...]
/linux/kernel/trace/
H A Dtrace_uprobe.c91 static int register_uprobe_event(struct trace_uprobe *tu);
92 static int unregister_uprobe_event(struct trace_uprobe *tu);
213 base_addr = udd->bp_addr - udd->tu->offset; in translate_user_vaddr()
269 static inline bool is_ret_probe(struct trace_uprobe *tu) in is_ret_probe() argument
271 return tu->consumer.ret_handler != NULL; in is_ret_probe()
276 struct trace_uprobe *tu = to_trace_uprobe(ev); in trace_uprobe_is_busy() local
278 return trace_probe_is_enabled(&tu->tp); in trace_uprobe_is_busy()
281 static bool trace_uprobe_match_command_head(struct trace_uprobe *tu, in trace_uprobe_match_command_head() argument
290 len = strlen(tu->filename); in trace_uprobe_match_command_head()
291 if (strncmp(tu in trace_uprobe_match_command_head()
312 struct trace_uprobe *tu = to_trace_uprobe(ev); trace_uprobe_match() local
338 struct trace_uprobe *tu; alloc_trace_uprobe() local
369 free_trace_uprobe(struct trace_uprobe * tu) free_trace_uprobe() argument
384 struct trace_uprobe *tu; find_probe_event() local
395 unregister_trace_uprobe(struct trace_uprobe * tu) unregister_trace_uprobe() argument
446 append_trace_uprobe(struct trace_uprobe * tu,struct trace_uprobe * to) append_trace_uprobe() argument
498 register_trace_uprobe(struct trace_uprobe * tu) register_trace_uprobe() argument
548 struct trace_uprobe *tu; __trace_uprobe_create() local
763 struct trace_uprobe *tu = to_trace_uprobe(ev); trace_uprobe_release() local
771 struct trace_uprobe *tu = to_trace_uprobe(ev); trace_uprobe_show() local
843 struct trace_uprobe *tu; probes_profile_seq_show() local
984 prepare_uprobe_buffer(struct trace_uprobe * tu,struct pt_regs * regs,struct uprobe_cpu_buffer ** ucbp) prepare_uprobe_buffer() argument
1011 __uprobe_trace_func(struct trace_uprobe * tu,unsigned long func,struct pt_regs * regs,struct uprobe_cpu_buffer * ucb,struct trace_event_file * trace_file) __uprobe_trace_func() argument
1048 uprobe_trace_func(struct trace_uprobe * tu,struct pt_regs * regs,struct uprobe_cpu_buffer ** ucbp) uprobe_trace_func() argument
1067 uretprobe_trace_func(struct trace_uprobe * tu,unsigned long func,struct pt_regs * regs,struct uprobe_cpu_buffer ** ucbp) uretprobe_trace_func() argument
1088 struct trace_uprobe *tu; print_uprobe_event() local
1120 trace_uprobe_enable(struct trace_uprobe * tu,filter_func_t filter) trace_uprobe_enable() argument
1136 struct trace_uprobe *tu; __probe_event_disable() local
1158 struct trace_uprobe *tu; probe_event_enable() local
1243 struct trace_uprobe *tu; uprobe_event_define_fields() local
1335 struct trace_uprobe *tu; uprobe_perf_close() local
1359 struct trace_uprobe *tu; uprobe_perf_open() local
1384 struct trace_uprobe *tu; uprobe_perf_filter() local
1404 __uprobe_perf_func(struct trace_uprobe * tu,unsigned long func,struct pt_regs * regs,struct uprobe_cpu_buffer ** ucbp) __uprobe_perf_func() argument
1468 uprobe_perf_func(struct trace_uprobe * tu,struct pt_regs * regs,struct uprobe_cpu_buffer ** ucbp) uprobe_perf_func() argument
1479 uretprobe_perf_func(struct trace_uprobe * tu,unsigned long func,struct pt_regs * regs,struct uprobe_cpu_buffer ** ucbp) uretprobe_perf_func() argument
1492 struct trace_uprobe *tu; bpf_get_uprobe_info() local
1547 struct trace_uprobe *tu; uprobe_dispatcher() local
1579 struct trace_uprobe *tu; uretprobe_dispatcher() local
1614 init_trace_event_call(struct trace_uprobe * tu) init_trace_event_call() argument
1624 register_uprobe_event(struct trace_uprobe * tu) register_uprobe_event() argument
1631 unregister_uprobe_event(struct trace_uprobe * tu) unregister_uprobe_event() argument
1642 struct trace_uprobe *tu; create_local_trace_uprobe() local
1695 struct trace_uprobe *tu; destroy_local_trace_uprobe() local
[all...]
H A Dtrace_probe.h585 struct trace_uprobe *tu; member
/linux/sound/core/
H A Dtimer.c1299 struct snd_timer_user *tu = timeri->callback_data; in snd_timer_user_interrupt() local
1303 guard(spinlock)(&tu->qlock); in snd_timer_user_interrupt()
1304 if (tu->qused > 0) { in snd_timer_user_interrupt()
1305 prev = tu->qtail == 0 ? tu->queue_size - 1 : tu->qtail - 1; in snd_timer_user_interrupt()
1306 r = &tu->queue[prev]; in snd_timer_user_interrupt()
1312 if (tu->qused >= tu->queue_size) { in snd_timer_user_interrupt()
1313 tu in snd_timer_user_interrupt()
1326 snd_timer_user_append_to_tqueue(struct snd_timer_user * tu,struct snd_timer_tread64 * tread) snd_timer_user_append_to_tqueue() argument
1343 struct snd_timer_user *tu = timeri->callback_data; snd_timer_user_ccallback() local
1364 struct snd_timer_user *tu = timeri->callback_data; snd_timer_user_disconnect() local
1374 struct snd_timer_user *tu = timeri->callback_data; snd_timer_user_tinterrupt() local
1429 realloc_user_queue(struct snd_timer_user * tu,int size) realloc_user_queue() argument
1457 struct snd_timer_user *tu; snd_timer_user_open() local
1481 struct snd_timer_user *tu; snd_timer_user_release() local
1714 struct snd_timer_user *tu; snd_timer_user_tselect() local
1758 struct snd_timer_user *tu; snd_timer_user_info() local
1787 struct snd_timer_user *tu; snd_timer_user_params() local
1890 struct snd_timer_user *tu; snd_timer_user_status32() local
1912 struct snd_timer_user *tu; snd_timer_user_status64() local
1934 struct snd_timer_user *tu; snd_timer_user_start() local
1951 struct snd_timer_user *tu; snd_timer_user_stop() local
1965 struct snd_timer_user *tu; snd_timer_user_continue() local
1983 struct snd_timer_user *tu; snd_timer_user_pause() local
1994 snd_timer_user_tread(void __user * argp,struct snd_timer_user * tu,unsigned int cmd,bool compat) snd_timer_user_tread() argument
2245 struct snd_timer_user *tu; __snd_timer_user_ioctl() local
2295 struct snd_timer_user *tu = file->private_data; snd_timer_user_ioctl() local
2303 struct snd_timer_user *tu; snd_timer_user_fasync() local
2314 struct snd_timer_user *tu; snd_timer_user_read() local
2418 struct snd_timer_user *tu; snd_timer_user_poll() local
[all...]
H A Dtimer_compat.c50 struct snd_timer_user *tu; in snd_timer_user_info_compat() local
54 tu = file->private_data; in snd_timer_user_info_compat()
55 if (!tu->timeri) in snd_timer_user_info_compat()
57 t = tu->timeri->timer; in snd_timer_user_info_compat()
117 struct snd_timer_user *tu = file->private_data; in snd_timer_user_ioctl_compat() local
119 guard(mutex)(&tu->ioctl_lock); in snd_timer_user_ioctl_compat()
/linux/Documentation/ABI/stable/
H A Dsysfs-driver-w1_ds28e043 Contact: Markus Franke <franm@hrz.tu-chemnitz.de>
12 Contact: Markus Franke <franm@hrz.tu-chemnitz.de>
/linux/arch/riscv/crypto/
H A Daes-riscv64-zvkned-zvbb-zvkg.S145 vsetivli zero, 1, e64, m1, tu, ma
165 vsetivli zero, 1, e8, m1, tu, ma
256 vsetvli zero, TAIL_LEN, e8, m1, tu, ma
H A Daes-riscv64-zvkned.S222 vsetvli zero, LEN, e8, m1, tu, ma
305 vsetvli zero, LEN_MOD16, e8, m1, tu, ma
/linux/Documentation/translations/sp_SP/process/
H A Dmanagement-style.rst28 alguna idea sobre el presupuesto de tu grupo, es casi seguro que no eres
60 deberían gestionando tu brillantez en su lugar).
107 tu decisión terminó siendo muy grande después de todo.
111 a la gente que tu decisión es puramente preliminar, y podría ser la cosa
187 .. [#f2] Paul Simon cantó “Cincuenta maneras de dejar a tu amante” porque,
232 se da cuenta de que no fue **toda** tu culpa. Lo que nos lleva a la mejor
235 que perdió toda su colección de pornografía de 36 GB debido a tu
270 depender de que las personas entiendan tu punto de otra manera.
279 directamente relacionados con tu trabajo son excelentes maneras de
288 Dado que tu principa
[all...]
/linux/kernel/time/
H A Dhrtimer.c2171 struct timespec64 tu; in SYSCALL_DEFINE2() local
2173 if (get_timespec64(&tu, rqtp)) in SYSCALL_DEFINE2()
2176 if (!timespec64_valid(&tu)) in SYSCALL_DEFINE2()
2182 return hrtimer_nanosleep(timespec64_to_ktime(tu), HRTIMER_MODE_REL, in SYSCALL_DEFINE2()
2193 struct timespec64 tu; in SYSCALL_DEFINE2() local
2195 if (get_old_timespec32(&tu, rqtp)) in SYSCALL_DEFINE2()
2198 if (!timespec64_valid(&tu)) in SYSCALL_DEFINE2()
2204 return hrtimer_nanosleep(timespec64_to_ktime(tu), HRTIMER_MODE_REL, in SYSCALL_DEFINE2()
/linux/arch/s390/include/asm/
H A Dstp.h28 u32 tu : 1; member
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp_mst.c220 m_n->tu = DIV_ROUND_UP_ULL(mul_u32_u32(m_n->data_m, 64), m_n->data_n); in intel_dp_mst_compute_m_n()
367 * crtc_state->dp_m_n.tu), provided that the driver doesn't in intel_dp_mtp_tu_compute_config()
393 drm_WARN_ON(display->drm, remote_tu < crtc_state->dp_m_n.tu); in intel_dp_mtp_tu_compute_config()
394 crtc_state->dp_m_n.tu = remote_tu; in intel_dp_mtp_tu_compute_config()
405 crtc_state->dp_m_n.tu = ALIGN(crtc_state->dp_m_n.tu, in intel_dp_mtp_tu_compute_config()
408 if (crtc_state->dp_m_n.tu <= 64) in intel_dp_mtp_tu_compute_config()
409 slots = crtc_state->dp_m_n.tu; in intel_dp_mtp_tu_compute_config()
418 drm_WARN_ON(display->drm, slots != crtc_state->dp_m_n.tu); in intel_dp_mtp_tu_compute_config()
718 pipe_config->dp_m_n.tu); in mst_stream_compute_config()
[all...]
H A Dintel_crtc_state_dump.c39 drm_printf(p, "%s: lanes: %i; data_m: %u, data_n: %u, link_m: %u, link_n: %u, tu: %u\n", in intel_dump_m_n_config()
42 m_n->link_m, m_n->link_n, m_n->tu); in intel_dump_m_n_config()
H A Dintel_display.c2527 m_n->tu = 64; in intel_link_compute_m_n()
2564 m_n->tu = 1; in intel_zero_m_n()
2572 intel_de_write(display, data_m_reg, TU_SIZE(m_n->tu) | m_n->data_m); in intel_set_m_n()
3318 m_n->tu = REG_FIELD_GET(TU_SIZE_MASK, intel_de_read(display, data_m_reg)) + 1; in intel_get_m_n()
4800 return m_n->tu == m2_n2->tu && in intel_compare_link_m_n()
5086 "(expected tu %i data %i/%i link %i/%i, " \ in intel_pipe_config_compare()
5087 "found tu %i, data %i/%i link %i/%i)", \ in intel_pipe_config_compare()
5088 current_config->name.tu, \ in intel_pipe_config_compare()
5093 pipe_config->name.tu, \ in intel_pipe_config_compare()
[all...]
/linux/Documentation/w1/slaves/
H A Dw1_ds28e04.rst15 Author: Markus Franke, <franke.m@sebakmt.com> <franm@hrz.tu-chemnitz.de>
/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Datom.h130 u8 tu:6; member
/linux/drivers/gpu/drm/gma500/
H A Dcdv_intel_dp.c941 uint32_t tu; member
971 m_n->tu = 64; in cdv_intel_dp_compute_m_n()
1025 ((m_n.tu - 1) << PIPE_GMCH_DATA_M_TU_SIZE_SHIFT) | in cdv_intel_dp_set_m_n()
/linux/drivers/net/wireless/ath/ath9k/
H A Dhw.c1034 static bool ath9k_hw_set_global_txtimeout(struct ath_hw *ah, u32 tu) in ath9k_hw_set_global_txtimeout() argument
1036 if (tu > 0xFFFF) { in ath9k_hw_set_global_txtimeout()
1038 tu); in ath9k_hw_set_global_txtimeout()
1042 REG_RMW_FIELD(ah, AR_GTXTO, AR_GTXTO_TIMEOUT_LIMIT, tu); in ath9k_hw_set_global_txtimeout()
1043 ah->globaltxtimeout = tu; in ath9k_hw_set_global_txtimeout()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c789 enum num_t tu = t_unsigned(t); in reg_state_branch_taken_op() local
793 br_u = range_branch_taken_op(tu, x->r[tu], y->r[tu], op); in reg_state_branch_taken_op()
/linux/Documentation/usb/
H A DCREDITS7 Georg Acher <acher@informatik.tu-muenchen.de>
/linux/tools/power/cpupower/po/
H A Dcs.po
/linux/ipc/
H A Dsem.c1145 struct sem_undo *un, *tu; in freeary() local
1153 list_for_each_entry_safe(un, tu, &sma->list_id, list_id) { in freeary()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c7747 u16 tu, bool scan) in rtw89_hw_scan_update_link_beacon_noa() argument
7762 tu += beacon_int * 3; in rtw89_hw_scan_update_link_beacon_noa()
7774 noa_desc.interval = cpu_to_le32(ieee80211_tu_to_usec(tu)); in rtw89_hw_scan_update_link_beacon_noa()
7775 noa_desc.duration = cpu_to_le32(ieee80211_tu_to_usec(tu)); in rtw89_hw_scan_update_link_beacon_noa()
7801 u16 tu = 0; in rtw89_hw_scan_update_beacon_noa() local
7812 tu += chinfo_ax->period; in rtw89_hw_scan_update_beacon_noa()
7816 tu += chinfo_be->period; in rtw89_hw_scan_update_beacon_noa()
7825 if (unlikely(tu == 0)) { in rtw89_hw_scan_update_beacon_noa()
7841 tu, scan); in rtw89_hw_scan_update_beacon_noa()

12