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
946 __uprobe_trace_func(struct trace_uprobe *tu, unsigned long func, struct pt_regs *regs, struct uprobe_cpu_buffer *ucb, int dsize, struct trace_event_file *trace_file) argument
986 uprobe_trace_func(struct trace_uprobe *tu, struct pt_regs *regs, struct uprobe_cpu_buffer *ucb, int dsize) argument
1002 uretprobe_trace_func(struct trace_uprobe *tu, unsigned long func, struct pt_regs *regs, struct uprobe_cpu_buffer *ucb, int dsize) argument
1020 struct trace_uprobe *tu; local
1054 trace_uprobe_enable(struct trace_uprobe *tu, filter_func_t filter) argument
1075 struct trace_uprobe *tu; local
1093 struct trace_uprobe *tu; local
1178 struct trace_uprobe *tu; local
1273 struct trace_uprobe *tu; local
1297 struct trace_uprobe *tu; local
1323 struct trace_uprobe *tu; local
1336 __uprobe_perf_func(struct trace_uprobe *tu, unsigned long func, struct pt_regs *regs, struct uprobe_cpu_buffer *ucb, int dsize) argument
1397 uprobe_perf_func(struct trace_uprobe *tu, struct pt_regs *regs, struct uprobe_cpu_buffer *ucb, int dsize) argument
1408 uretprobe_perf_func(struct trace_uprobe *tu, unsigned long func, struct pt_regs *regs, struct uprobe_cpu_buffer *ucb, int dsize) argument
1421 struct trace_uprobe *tu; local
1475 struct trace_uprobe *tu; local
1513 struct trace_uprobe *tu; local
1555 init_trace_event_call(struct trace_uprobe *tu) argument
1565 register_uprobe_event(struct trace_uprobe *tu) argument
1572 unregister_uprobe_event(struct trace_uprobe *tu) argument
1583 struct trace_uprobe *tu; local
1636 struct trace_uprobe *tu; local
[all...]
H A Dtrace_probe.h571 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.c1279 struct snd_timer_user *tu = timeri->callback_data; local
1283 guard(spinlock)(&tu->qlock);
1284 if (tu->qused > 0) {
1285 prev = tu->qtail == 0 ? tu->queue_size - 1 : tu->qtail - 1;
1286 r = &tu->queue[prev];
1292 if (tu->qused >= tu->queue_size) {
1293 tu
1306 snd_timer_user_append_to_tqueue(struct snd_timer_user *tu, struct snd_timer_tread64 *tread) argument
1323 struct snd_timer_user *tu = timeri->callback_data; local
1344 struct snd_timer_user *tu = timeri->callback_data; local
1354 struct snd_timer_user *tu = timeri->callback_data; local
1409 realloc_user_queue(struct snd_timer_user *tu, int size) argument
1437 struct snd_timer_user *tu; local
1461 struct snd_timer_user *tu; local
1687 struct snd_timer_user *tu; local
1731 struct snd_timer_user *tu; local
1760 struct snd_timer_user *tu; local
1863 struct snd_timer_user *tu; local
1885 struct snd_timer_user *tu; local
1907 struct snd_timer_user *tu; local
1924 struct snd_timer_user *tu; local
1938 struct snd_timer_user *tu; local
1956 struct snd_timer_user *tu; local
1967 snd_timer_user_tread(void __user *argp, struct snd_timer_user *tu, unsigned int cmd, bool compat) argument
2007 struct snd_timer_user *tu; local
2055 struct snd_timer_user *tu = file->private_data; local
2063 struct snd_timer_user *tu; local
2074 struct snd_timer_user *tu; local
2178 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.c2128 struct timespec64 tu; local
2130 if (get_timespec64(&tu, rqtp))
2133 if (!timespec64_valid(&tu))
2139 return hrtimer_nanosleep(timespec64_to_ktime(tu), HRTIMER_MODE_REL,
2150 struct timespec64 tu; local
2152 if (get_old_timespec32(&tu, rqtp))
2155 if (!timespec64_valid(&tu))
2161 return hrtimer_nanosleep(timespec64_to_ktime(tu), HRTIMER_MODE_REL,
/linux-master/drivers/gpu/drm/xlnx/
H A Dzynqmp_dp.c1192 u32 tu = ZYNQMP_DP_MSA_TRANSFER_UNIT_SIZE_TU_SIZE_DEF; local
1196 zynqmp_dp_write(dp, ZYNQMP_DP_MSA_TRANSFER_UNIT_SIZE, tu);
1200 avg_bytes_per_tu = vid_kbytes * tu / (dp->mode.lane_cnt * bw / 1000);
1207 if (tu < (avg_bytes_per_tu / 1000))
1210 init_wait = tu;
1212 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.c127 m_n->tu = DIV_ROUND_UP_ULL(mul_u32_u32(m_n->data_m, 64), m_n->data_n);
220 * crtc_state->dp_m_n.tu), provided that the driver doesn't
229 drm_WARN_ON(&i915->drm, remote_tu < crtc_state->dp_m_n.tu);
230 crtc_state->dp_m_n.tu = remote_tu;
239 drm_WARN_ON(&i915->drm, slots != crtc_state->dp_m_n.tu);
601 pipe_config->dp_m_n.tu, false);
H A Dintel_crtc_state_dump.c38 "%s: lanes: %i; data_m: %u, data_n: %u, link_m: %u, link_n: %u, tu: %u\n",
41 m_n->link_m, m_n->link_n, m_n->tu);
H A Dintel_display.c2492 m_n->tu = 64;
2529 m_n->tu = 1;
2537 intel_de_write(i915, data_m_reg, TU_SIZE(m_n->tu) | m_n->data_m);
3259 m_n->tu = REG_FIELD_GET(TU_SIZE_MASK, intel_de_read(i915, data_m_reg)) + 1;
4760 return m_n->tu == m2_n2->tu &&
5012 "(expected tu %i data %i/%i link %i/%i, " \
5013 "found tu %i, data %i/%i link %i/%i)", \
5014 current_config->name.tu, \
5019 pipe_config->name.tu, \
[all...]
H A Dintel_display_types.h1020 u32 tu; member in struct:intel_link_m_n
H A Dintel_ddi.c4249 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.h4539 * @tu: the TUs
4541 static inline unsigned long ieee80211_tu_to_usec(unsigned long tu) argument
4543 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.c5389 u32 tu, ms; local
5394 tu = le32_to_cpu(elems->timeout_int->value);
5395 ms = tu * 1024 / 1000;
5398 assoc_data->ap_addr, tu, ms);

Completed in 828 milliseconds

12