Searched refs:tu (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/drivers/usb/phy/
H A Dphy-tahvo.c65 struct tahvo_usb *tu = dev_get_drvdata(device); local
66 return sprintf(buf, "%s\n", tu->vbus_state ? "on" : "off");
70 static void check_vbus_state(struct tahvo_usb *tu) argument
72 struct retu_dev *rdev = dev_get_drvdata(tu->pt_dev->dev.parent);
77 switch (tu->phy.otg->state) {
80 if (tu->phy.otg->gadget)
81 usb_gadget_vbus_connect(tu->phy.otg->gadget);
82 tu->phy.otg->state = OTG_STATE_B_PERIPHERAL;
83 usb_phy_set_event(&tu->phy, USB_EVENT_ENUMERATED);
90 tu
121 tahvo_usb_become_host(struct tahvo_usb *tu) argument
135 tahvo_usb_stop_host(struct tahvo_usb *tu) argument
140 tahvo_usb_become_peripheral(struct tahvo_usb *tu) argument
154 tahvo_usb_stop_peripheral(struct tahvo_usb *tu) argument
161 tahvo_usb_power_off(struct tahvo_usb *tu) argument
176 struct tahvo_usb *tu = container_of(dev, struct tahvo_usb, phy); local
194 struct tahvo_usb *tu = container_of(otg->usb_phy, struct tahvo_usb, local
222 struct tahvo_usb *tu = container_of(otg->usb_phy, struct tahvo_usb, local
246 struct tahvo_usb *tu = _tu; local
258 struct tahvo_usb *tu = dev_get_drvdata(device); local
274 struct tahvo_usb *tu = dev_get_drvdata(device); local
321 struct tahvo_usb *tu; local
417 struct tahvo_usb *tu = platform_get_drvdata(pdev); local
[all...]
/linux-master/drivers/i2c/
H A Di2c-slave-testunit.c48 struct testunit_data *tu = container_of(work, struct testunit_data, worker.work); local
56 switch (tu->regs[TU_REG_CMD]) {
58 msg.addr = tu->regs[TU_REG_DATAL];
60 msg.len = tu->regs[TU_REG_DATAH];
67 msgbuf[0] = tu->client->addr;
68 msgbuf[1] = tu->regs[TU_REG_DATAL];
69 msgbuf[2] = tu->regs[TU_REG_DATAH];
77 ret = i2c_transfer(tu->client->adapter, &msg, 1);
83 dev_err(&tu->client->dev, "CMD%02X failed (%d)\n", tu
91 struct testunit_data *tu = i2c_get_clientdata(client); local
143 struct testunit_data *tu; local
158 struct testunit_data *tu = i2c_get_clientdata(client); local
[all...]
/linux-master/kernel/trace/
H A Dtrace_uprobe.c88 static int register_uprobe_event(struct trace_uprobe *tu);
89 static int unregister_uprobe_event(struct trace_uprobe *tu);
208 base_addr = udd->bp_addr - udd->tu->offset;
264 static inline bool is_ret_probe(struct trace_uprobe *tu) argument
266 return tu->consumer.ret_handler != NULL;
271 struct trace_uprobe *tu = to_trace_uprobe(ev); local
273 return trace_probe_is_enabled(&tu->tp);
276 static bool trace_uprobe_match_command_head(struct trace_uprobe *tu, argument
285 len = strlen(tu->filename);
286 if (strncmp(tu
307 struct trace_uprobe *tu = to_trace_uprobe(ev); local
333 struct trace_uprobe *tu; local
357 free_trace_uprobe(struct trace_uprobe *tu) argument
371 struct trace_uprobe *tu; local
382 unregister_trace_uprobe(struct trace_uprobe *tu) argument
433 append_trace_uprobe(struct trace_uprobe *tu, struct trace_uprobe *to) argument
485 register_trace_uprobe(struct trace_uprobe *tu) argument
534 struct trace_uprobe *tu; local
737 struct trace_uprobe *tu = to_trace_uprobe(ev); local
745 struct trace_uprobe *tu = to_trace_uprobe(ev); local
817 struct trace_uprobe *tu; local
949 prepare_uprobe_buffer(struct trace_uprobe *tu, struct pt_regs *regs, struct uprobe_cpu_buffer **ucbp) argument
971 __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) argument
1011 uprobe_trace_func(struct trace_uprobe *tu, struct pt_regs *regs, struct uprobe_cpu_buffer **ucbp) argument
1030 uretprobe_trace_func(struct trace_uprobe *tu, unsigned long func, struct pt_regs *regs, struct uprobe_cpu_buffer **ucbp) argument
1051 struct trace_uprobe *tu; local
1085 trace_uprobe_enable(struct trace_uprobe *tu, filter_func_t filter) argument
1106 struct trace_uprobe *tu; local
1124 struct trace_uprobe *tu; local
1209 struct trace_uprobe *tu; local
1301 struct trace_uprobe *tu; local
1325 struct trace_uprobe *tu; local
1351 struct trace_uprobe *tu; local
1371 __uprobe_perf_func(struct trace_uprobe *tu, unsigned long func, struct pt_regs *regs, struct uprobe_cpu_buffer **ucbp) argument
1431 uprobe_perf_func(struct trace_uprobe *tu, struct pt_regs *regs, struct uprobe_cpu_buffer **ucbp) argument
1442 uretprobe_perf_func(struct trace_uprobe *tu, unsigned long func, struct pt_regs *regs, struct uprobe_cpu_buffer **ucbp) argument
1455 struct trace_uprobe *tu; local
1509 struct trace_uprobe *tu; local
1539 struct trace_uprobe *tu; local
1574 init_trace_event_call(struct trace_uprobe *tu) argument
1584 register_uprobe_event(struct trace_uprobe *tu) argument
1591 unregister_uprobe_event(struct trace_uprobe *tu) argument
1602 struct trace_uprobe *tu; local
1655 struct trace_uprobe *tu; local
[all...]
H A Dtrace_probe.h573 struct trace_uprobe *tu; member in struct:uprobe_dispatch_data
/linux-master/drivers/gpu/drm/msm/dp/
H A Ddp_ctrl.c314 struct tu_algo_data *tu)
332 tu->lclk_fp = drm_fixp_from_fraction(in->lclk, 1);
333 tu->pclk_fp = drm_fixp_from_fraction(in->pclk_khz, 1000);
334 tu->lwidth = in->hactive;
335 tu->hbp_relative_to_pclk = in->hporch;
336 tu->nlanes = in->nlanes;
337 tu->bpp = in->bpp;
338 tu->pixelEnc = in->pixel_enc;
339 tu->dsc_en = in->dsc_en;
340 tu
313 dp_panel_update_tu_timings(struct dp_tu_calc_input *in, struct tu_algo_data *tu) argument
419 _tu_valid_boundary_calc(struct tu_algo_data *tu) argument
629 struct tu_algo_data *tu; local
[all...]
/linux-master/sound/core/
H A Dtimer.c1287 struct snd_timer_user *tu = timeri->callback_data; local
1291 guard(spinlock)(&tu->qlock);
1292 if (tu->qused > 0) {
1293 prev = tu->qtail == 0 ? tu->queue_size - 1 : tu->qtail - 1;
1294 r = &tu->queue[prev];
1300 if (tu->qused >= tu->queue_size) {
1301 tu
1314 snd_timer_user_append_to_tqueue(struct snd_timer_user *tu, struct snd_timer_tread64 *tread) argument
1331 struct snd_timer_user *tu = timeri->callback_data; local
1352 struct snd_timer_user *tu = timeri->callback_data; local
1362 struct snd_timer_user *tu = timeri->callback_data; local
1417 realloc_user_queue(struct snd_timer_user *tu, int size) argument
1445 struct snd_timer_user *tu; local
1469 struct snd_timer_user *tu; local
1695 struct snd_timer_user *tu; local
1739 struct snd_timer_user *tu; local
1768 struct snd_timer_user *tu; local
1871 struct snd_timer_user *tu; local
1893 struct snd_timer_user *tu; local
1915 struct snd_timer_user *tu; local
1932 struct snd_timer_user *tu; local
1946 struct snd_timer_user *tu; local
1964 struct snd_timer_user *tu; local
1975 snd_timer_user_tread(void __user *argp, struct snd_timer_user *tu, unsigned int cmd, bool compat) argument
2015 struct snd_timer_user *tu; local
2063 struct snd_timer_user *tu = file->private_data; local
2071 struct snd_timer_user *tu; local
2082 struct snd_timer_user *tu; local
2186 struct snd_timer_user *tu; local
[all...]
H A Dtimer_compat.c50 struct snd_timer_user *tu; local
54 tu = file->private_data;
55 if (!tu->timeri)
57 t = tu->timeri->timer;
117 struct snd_timer_user *tu = file->private_data; local
119 guard(mutex)(&tu->ioctl_lock);
/linux-master/arch/s390/include/asm/
H A Dstp.h28 u32 tu : 1; member in struct:stp_sstpi
/linux-master/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-master/kernel/time/
H A Dhrtimer.c2105 struct timespec64 tu; local
2107 if (get_timespec64(&tu, rqtp))
2110 if (!timespec64_valid(&tu))
2116 return hrtimer_nanosleep(timespec64_to_ktime(tu), HRTIMER_MODE_REL,
2127 struct timespec64 tu; local
2129 if (get_old_timespec32(&tu, rqtp))
2132 if (!timespec64_valid(&tu))
2138 return hrtimer_nanosleep(timespec64_to_ktime(tu), HRTIMER_MODE_REL,
/linux-master/drivers/gpu/drm/xlnx/
H A Dzynqmp_dp.c1193 u32 tu = ZYNQMP_DP_MSA_TRANSFER_UNIT_SIZE_TU_SIZE_DEF; local
1197 zynqmp_dp_write(dp, ZYNQMP_DP_MSA_TRANSFER_UNIT_SIZE, tu);
1201 avg_bytes_per_tu = vid_kbytes * tu / (dp->mode.lane_cnt * bw / 1000);
1208 if (tu < (avg_bytes_per_tu / 1000))
1211 init_wait = tu;
1213 init_wait = tu - avg_bytes_per_tu / 1000;
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Datom.h130 u8 tu:6; member in struct:nv50_head_atom::__anon899
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dp_mst.c140 m_n->tu = DIV_ROUND_UP_ULL(mul_u32_u32(m_n->data_m, 64), m_n->data_n);
237 * crtc_state->dp_m_n.tu), provided that the driver doesn't
246 drm_WARN_ON(&i915->drm, remote_tu < crtc_state->dp_m_n.tu);
247 crtc_state->dp_m_n.tu = remote_tu;
256 drm_WARN_ON(&i915->drm, slots != crtc_state->dp_m_n.tu);
633 pipe_config->dp_m_n.tu, false);
H A Dintel_crtc_state_dump.c36 drm_printf(p, "%s: lanes: %i; data_m: %u, data_n: %u, link_m: %u, link_n: %u, tu: %u\n",
39 m_n->link_m, m_n->link_n, m_n->tu);
H A Dintel_display.c2564 m_n->tu = 64;
2601 m_n->tu = 1;
2609 intel_de_write(i915, data_m_reg, TU_SIZE(m_n->tu) | m_n->data_m);
3315 m_n->tu = REG_FIELD_GET(TU_SIZE_MASK, intel_de_read(i915, data_m_reg)) + 1;
4814 return m_n->tu == m2_n2->tu &&
5080 "(expected tu %i data %i/%i link %i/%i, " \
5081 "found tu %i, data %i/%i link %i/%i)", \
5082 current_config->name.tu, \
5087 pipe_config->name.tu, \
[all...]
H A Dintel_display_types.h1009 u32 tu; member in struct:intel_link_m_n
H A Dintel_ddi.c4255 return m_n_1->tu == m_n_2->tu &&
/linux-master/drivers/gpu/drm/gma500/
H A Dcdv_intel_dp.c942 uint32_t tu; member in struct:cdv_intel_dp_m_n
972 m_n->tu = 64;
1026 ((m_n.tu - 1) << PIPE_GMCH_DATA_M_TU_SIZE_SHIFT) |
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c762 enum num_t tu = t_unsigned(t); local
766 br_u = range_branch_taken_op(tu, x->r[tu], y->r[tu], op);
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhw.c1033 static bool ath9k_hw_set_global_txtimeout(struct ath_hw *ah, u32 tu) argument
1035 if (tu > 0xFFFF) {
1037 tu); local
1041 REG_RMW_FIELD(ah, AR_GTXTO, AR_GTXTO_TIMEOUT_LIMIT, tu);
1042 ah->globaltxtimeout = tu;
/linux-master/ipc/
H A Dsem.c1145 struct sem_undo *un, *tu; local
1153 list_for_each_entry_safe(un, tu, &sma->list_id, list_id) {
/linux-master/include/linux/
H A Dieee80211.h4559 * @tu: the TUs
4561 static inline unsigned long ieee80211_tu_to_usec(unsigned long tu) argument
4563 return 1024 * tu;
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c6116 u64 tu; local
6137 tu = rvu_read64(rvu, blkaddr, NIX_AF_PL_TS) & GENMASK_ULL(9, 0);
6138 rsp->policer_timeunit = (tu + 1) * 100;
/linux-master/net/mac80211/
H A Dmlme.c5421 u32 tu, ms; local
5426 tu = le32_to_cpu(elems->timeout_int->value);
5427 ms = tu * 1024 / 1000;
5430 assoc_data->ap_addr, tu, ms);

Completed in 410 milliseconds

12