Home
last modified time | relevance | path

Searched refs:t (Results 426 – 450 of 8449) sorted by relevance

1...<<11121314151617181920>>...338

/openbmc/linux/arch/m68k/68000/
H A Dtimers.c120 int m68328_hwclk(int set, struct rtc_time *t) in m68328_hwclk() argument
124 t->tm_year = 1; in m68328_hwclk()
125 t->tm_mon = 0; in m68328_hwclk()
126 t->tm_mday = 1; in m68328_hwclk()
127 t->tm_hour = (now >> 24) % 24; in m68328_hwclk()
128 t->tm_min = (now >> 16) % 60; in m68328_hwclk()
129 t->tm_sec = now % 60; in m68328_hwclk()
/openbmc/linux/arch/mips/math-emu/
H A Ddp_maddf.c53 u64 t; in _dp_maddf() local
202 t = DPXMULT(lxm, hym); in _dp_maddf()
204 at = lrm + (t << 32); in _dp_maddf()
212 at = lrm + (t << 32); in _dp_maddf()
302 t = 0; in _dp_maddf()
304 t++; in _dp_maddf()
306 assert(t <= 62); in _dp_maddf()
307 if (t) { in _dp_maddf()
308 hzm = hzm << t | lzm >> (64 - t); in _dp_maddf()
309 lzm = lzm << t; in _dp_maddf()
[all …]
/openbmc/webui-vue/src/views/HardwareStatus/Sensors/
H A DSensors.vue7 :placeholder="$t('pageSensors.searchForSensors')"
54 :empty-text="$t('global.table.emptyMessage')"
152 $t: useI18n().t,
163 label: i18n.global.t('pageSensors.table.name'),
168 label: i18n.global.t('pageSensors.table.status'),
179 label: i18n.global.t('pageSensors.table.lowerWarning'),
185 label: i18n.global.t('pageSensors.table.currentValue'),
201 label: i18n.global.t('pageSensors.table.status'),
203 i18n.global.t('global.action.ok'),
204 i18n.global.t('global.action.warning'),
[all …]
/openbmc/linux/sound/core/
H A Dtimer_compat.c52 struct snd_timer *t; in snd_timer_user_info_compat() local
57 t = tu->timeri->timer; in snd_timer_user_info_compat()
58 if (!t) in snd_timer_user_info_compat()
61 info.card = t->card ? t->card->number : -1; in snd_timer_user_info_compat()
62 if (t->hw.flags & SNDRV_TIMER_HW_SLAVE) in snd_timer_user_info_compat()
64 strscpy(info.id, t->id, sizeof(info.id)); in snd_timer_user_info_compat()
65 strscpy(info.name, t->name, sizeof(info.name)); in snd_timer_user_info_compat()
66 info.resolution = t->hw.resolution; in snd_timer_user_info_compat()
/openbmc/linux/drivers/spi/
H A Dspi-tegra210-quad.c339 len = t->len - tqspi->cur_pos; in tegra_qspi_fill_tx_fifo_from_client_txbuf()
383 len = t->len - tqspi->cur_pos; in tegra_qspi_read_rx_fifo_to_client_rxbuf()
492 tx_dma_phys = t->tx_dma; in tegra_qspi_start_tx_dma()
520 rx_dma_phys = t->rx_dma; in tegra_qspi_start_rx_dma()
580 if (t->tx_buf) { in tegra_qspi_dma_map_xfer()
586 if (t->rx_buf) { in tegra_qspi_dma_map_xfer()
827 tqspi->curr_xfer = t; in tegra_qspi_setup_transfer_one()
888 if (t->rx_buf) { in tegra_qspi_start_transfer_one()
891 bus_width = t->rx_nbits; in tegra_qspi_start_transfer_one()
894 if (t->tx_buf) { in tegra_qspi_start_transfer_one()
[all …]
/openbmc/linux/include/media/
H A Dv4l2-dv-timings.h22 struct v4l2_fract v4l2_calc_timeperframe(const struct v4l2_dv_timings *t);
37 typedef bool v4l2_check_dv_timings_fnc(const struct v4l2_dv_timings *t, void *handle);
51 bool v4l2_valid_dv_timings(const struct v4l2_dv_timings *t,
72 int v4l2_enum_dv_timings_cap(struct v4l2_enum_dv_timings *t,
95 bool v4l2_find_dv_timings_cap(struct v4l2_dv_timings *t,
109 bool v4l2_find_dv_timings_cea861_vic(struct v4l2_dv_timings *t, u8 vic);
135 const struct v4l2_dv_timings *t, bool detailed);
208 struct v4l2_fract v4l2_dv_timings_aspect_ratio(const struct v4l2_dv_timings *t);
/openbmc/linux/drivers/misc/
H A Dcs5535-mfgpt.c169 unsigned long t; in cs5535_mfgpt_alloc_timer() local
172 t = find_first_bit(mfgpt->avail, max); in cs5535_mfgpt_alloc_timer()
174 timer_nr = t < max ? (int) t : -1; in cs5535_mfgpt_alloc_timer()
266 struct cs5535_mfgpt_timer t; in soft_reset() local
269 t.nr = i; in soft_reset()
273 cs5535_mfgpt_toggle_event(&t, MFGPT_CMP1, MFGPT_EVENT_NMI, 0); in soft_reset()
274 cs5535_mfgpt_toggle_event(&t, MFGPT_CMP2, MFGPT_EVENT_NMI, 0); in soft_reset()
275 cs5535_mfgpt_toggle_event(&t, MFGPT_CMP1, MFGPT_EVENT_IRQ, 0); in soft_reset()
319 int err = -EIO, t; in cs5535_mfgpt_probe() local
353 t = scan_timers(&cs5535_mfgpt_chip); in cs5535_mfgpt_probe()
[all …]
/openbmc/linux/fs/nls/
H A Dnls_base.c59 const struct utf8_table *t; in utf8_to_utf32() local
64 for (t = utf8_table; t->cmask; t++) { in utf8_to_utf32()
66 if ((c0 & t->cmask) == t->cval) { in utf8_to_utf32()
67 l &= t->lmask; in utf8_to_utf32()
68 if (l < t->lval || l > UNICODE_MAX || in utf8_to_utf32()
90 const struct utf8_table *t; in utf32_to_utf8() local
100 for (t = utf8_table; t->cmask && maxout; t++, maxout--) { in utf32_to_utf8()
102 if (l <= t->lmask) { in utf32_to_utf8()
103 c = t->shift; in utf32_to_utf8()
104 *s = (u8) (t->cval | (l >> c)); in utf32_to_utf8()
/openbmc/linux/include/linux/
H A Dwin_minmax.h13 u32 t; /* time measurement was taken */ member
27 static inline u32 minmax_reset(struct minmax *m, u32 t, u32 meas) in minmax_reset() argument
29 struct minmax_sample val = { .t = t, .v = meas }; in minmax_reset()
35 u32 minmax_running_max(struct minmax *m, u32 win, u32 t, u32 meas);
36 u32 minmax_running_min(struct minmax *m, u32 win, u32 t, u32 meas);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/neon/neon/
H A Drun-ptest16 for t in $BASIC_TESTS $DAV_TESTS
18 echo "Running $t..."
19 if "./$t"
21 echo "PASS:$t"
23 echo "FAIL:$t"
/openbmc/linux/samples/bpf/
H A Dxdp_sample_user.c194 struct timespec t; in gettime() local
202 return (__u64)t.tv_sec * NANOSEC_PER_SEC + t.tv_nsec; in gettime()
751 double t; in stats_get_cpumap_remote() local
828 double t, pps; in stats_get_redirect_cnt() local
955 double t; in stats_get_devmap_xmit() local
1009 double t; in stats_get_devmap_xmit_multi() local
1502 __u64 t; in sample_timer_cb() local
1504 ret = read(timerfd, &t, sizeof(t)); in sample_timer_cb()
1516 const char *f, *t; in sample_timer_cb() local
1518 f = t = NULL; in sample_timer_cb()
[all …]
/openbmc/linux/drivers/base/regmap/
H A Dregmap-kunit.c42 strcpy(desc, t->name); in case_to_desc()
129 config.cache_type = t->type; in basic_read_write()
159 config.cache_type = t->type; in bulk_write()
196 config.cache_type = t->type; in bulk_read()
229 config.cache_type = t->type; in write_readonly()
264 config.cache_type = t->type; in read_writeonly()
304 config.cache_type = t->type; in reg_defaults()
332 config.cache_type = t->type; in reg_defaults_read_dev()
368 config.cache_type = t->type; in register_patch()
418 config.cache_type = t->type; in stride()
[all …]
/openbmc/linux/drivers/rtc/
H A Drtc-cmos.c290 .time = &t->time, in cmos_read_alarm()
315 t->time.tm_sec = bcd2bin(t->time.tm_sec); in cmos_read_alarm()
319 t->time.tm_min = bcd2bin(t->time.tm_min); in cmos_read_alarm()
323 t->time.tm_hour = bcd2bin(t->time.tm_hour); in cmos_read_alarm()
329 t->time.tm_mday = bcd2bin(t->time.tm_mday); in cmos_read_alarm()
335 t->time.tm_mon = bcd2bin(t->time.tm_mon)-1; in cmos_read_alarm()
343 t->pending = 0; in cmos_read_alarm()
476 struct rtc_wkalrm *t; member
508 hpet_set_alarm_time(p->t->time.tm_hour, p->t->time.tm_min, in cmos_set_alarm_callback()
512 if (p->t->enabled) in cmos_set_alarm_callback()
[all …]
/openbmc/linux/arch/x86/math-emu/
H A Dreg_ld_str.c755 FPU_REG t; in FPU_store_int64() local
777 !((t.sigh == 0x80000000) && (t.sigl == 0) && signnegative(&t)))) { in FPU_store_int64()
805 FPU_REG t; in FPU_store_int32() local
822 if (t.sigh || in FPU_store_int32()
824 !((t.sigl == 0x80000000) && signnegative(&t)))) { in FPU_store_int32()
837 t.sigl = -(long)t.sigl; in FPU_store_int32()
851 FPU_REG t; in FPU_store_int16() local
870 !((t.sigl == 0x8000) && signnegative(&t)))) { in FPU_store_int16()
883 t.sigl = -t.sigl; in FPU_store_int16()
897 FPU_REG t; in FPU_store_bcd() local
[all …]
/openbmc/linux/drivers/media/dvb-frontends/
H A Dtda10048.c295 u64 t; in tda10048_set_phy2() local
305 t *= 10; in tda10048_set_phy2()
308 t += 5; in tda10048_set_phy2()
316 t += 5; in tda10048_set_phy2()
318 t = ~t + 1; in tda10048_set_phy2()
346 t += 5; in tda10048_set_wref()
361 u64 t; in tda10048_set_invwref() local
370 t *= 7; in tda10048_set_invwref()
371 t *= 32; in tda10048_set_invwref()
372 t *= 10; in tda10048_set_invwref()
[all …]
/openbmc/linux/lib/842/
H A D842_compress.c225 u8 *t = comp_ops[c]; in add_template() local
238 pr_debug("op %x\n", t[i]); in add_template()
240 switch (t[i] & OP_AMOUNT) { in add_template()
266 if (t[i] & OP_ACTION_INDEX) in add_template()
286 c, i, t[0], t[1], t[2], t[3]); in add_template()
290 b += t[i] & OP_AMOUNT; in add_template()
295 c, b, t[0], t[1], t[2], t[3]); in add_template()
382 u8 *t = comp_ops[c]; in check_template() local
389 if (t[i] & OP_ACTION_INDEX) { in check_template()
390 if (t[i] & OP_AMOUNT_2) in check_template()
[all …]
/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/
H A DModalUser.vue5 {{ $t('pageUserManagement.addUser') }}
8 {{ $t('pageUserManagement.editUser') }}
37 {{ $t('pageUserManagement.modal.unlock') }}
51 {{ $t('global.status.enabled') }}
61 {{ $t('global.status.disabled') }}
72 $t(
89 {{ $t('global.form.fieldRequired') }}
211 {{ $t('global.action.cancel') }}
221 {{ $t('pageUserManagement.addUser') }}
224 {{ $t('global.action.save') }}
[all …]
/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/
H A DTableRoleGroups.vue6 {{ $t('pageLdap.tableRoleGroups.alertContent') }}
18 {{ $t('pageLdap.addRoleGroup') }}
43 :empty-text="$t('global.table.emptyMessage')"
127 $t: useI18n().t,
155 label: i18n.global.t('global.action.delete'),
173 title: i18n.global.t('global.action.edit'),
178 title: i18n.global.t('global.action.delete'),
195 i18n.global.t(
201 okTitle: i18n.global.t('global.action.delete'),
202 cancelTitle: i18n.global.t('global.action.cancel'),
[all …]
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-tpo-tpg110.c198 memset(t, 0, sizeof(t)); in tpg110_readwrite_reg()
210 t[0].bits_per_word = 8; in tpg110_readwrite_reg()
211 t[0].tx_buf = &buf[0]; in tpg110_readwrite_reg()
212 t[0].len = 1; in tpg110_readwrite_reg()
214 t[1].tx_buf = &buf[1]; in tpg110_readwrite_reg()
215 t[1].len = 1; in tpg110_readwrite_reg()
216 t[1].bits_per_word = 8; in tpg110_readwrite_reg()
228 t[0].tx_buf = &buf[0]; in tpg110_readwrite_reg()
229 t[0].len = 1; in tpg110_readwrite_reg()
231 t[1].rx_buf = &buf[1]; in tpg110_readwrite_reg()
[all …]
/openbmc/webui-vue/src/views/Settings/Network/
H A DModalIpv4.vue5 :title="$t('pageNetwork.table.addIpv4Address')"
12 :label="$t('pageNetwork.modal.ipAddress')"
24 {{ $t('global.form.fieldRequired') }}
27 {{ $t('global.form.invalidFormat') }}
34 :label="$t('pageNetwork.modal.gateway')"
46 {{ $t('global.form.fieldRequired') }}
49 {{ $t('global.form.invalidFormat') }}
70 {{ $t('global.form.fieldRequired') }}
82 {{ $t('global.action.cancel') }}
85 {{ $t('global.action.add') }}
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D069.out5 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=131072
6 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 backing_file=TEST_DIR/t.IMGFMT.base backing_…
7 qemu-io: can't open device TEST_DIR/t.IMGFMT: Could not open backing file: Could not open 'TEST_DIR…
/openbmc/linux/arch/s390/include/asm/
H A Dsyscall_wrapper.h18 #define __SC_COMPAT_CAST(t, a) \ argument
22 BUILD_BUG_ON((sizeof(t) > 4) && !__TYPE_IS_L(t) && \
23 !__TYPE_IS_UL(t) && !__TYPE_IS_PTR(t) && \
24 !__TYPE_IS_LL(t)); \
25 if (__TYPE_IS_L(t)) \
27 if (__TYPE_IS_UL(t)) \
29 if (__TYPE_IS_PTR(t)) \
31 if (__TYPE_IS_LL(t)) \
33 (t)__ReS; \
/openbmc/linux/arch/m68k/include/asm/
H A Datomic.h43 int t, tmp; \
50 : "+m" (*v), "=&d" (t), "=&d" (tmp) \
52 return t; \
58 int t, tmp; \
65 : "+m" (*v), "=&d" (t), "=&d" (tmp) \
76 int t; \
79 t = (v->counter c_op i); \
82 return t; \
89 int t; \
92 t = v->counter; \
[all …]
/openbmc/webui-vue/src/views/Logs/Dumps/
H A DDumpsForm.vue5 :label="$t('pageDumps.form.selectDumpType')"
16 {{ $t('global.form.selectAnOption') }}
21 {{ $t('global.form.required') }}
25 {{ $t('pageDumps.form.systemDumpInfo') }}
28 {{ $t('pageDumps.form.initiateDump') }}
56 { value: 'bmc', text: i18n.global.t('pageDumps.form.bmcDump') },
57 { value: 'system', text: i18n.global.t('pageDumps.form.systemDump') },
81 i18n.global.t('pageDumps.toast.successStartBmcDump'),
83 title: i18n.global.t(
101 i18n.global.t('pageDumps.toast.successStartSystemDump'),
[all …]
/openbmc/linux/include/crypto/
H A Dgf128mul.h223 be128 t[256]; member
228 void gf128mul_4k_lle(be128 *a, const struct gf128mul_4k *t);
229 void gf128mul_4k_bbe(be128 *a, const struct gf128mul_4k *t);
231 static inline void gf128mul_free_4k(struct gf128mul_4k *t) in gf128mul_free_4k() argument
233 kfree_sensitive(t); in gf128mul_free_4k()
240 struct gf128mul_4k *t[16]; member
249 void gf128mul_free_64k(struct gf128mul_64k *t);
250 void gf128mul_64k_bbe(be128 *a, const struct gf128mul_64k *t);

1...<<11121314151617181920>>...338