Home
last modified time | relevance | path

Searched refs:t (Results 351 – 375 of 8453) sorted by relevance

1...<<11121314151617181920>>...339

/openbmc/linux/sound/core/seq/
H A Dseq_timer.c63 if (t == NULL) { in snd_seq_timer_delete()
67 t->running = 0; in snd_seq_timer_delete()
70 snd_seq_timer_stop(t); in snd_seq_timer_delete()
71 snd_seq_timer_reset(t); in snd_seq_timer_delete()
73 kfree(t); in snd_seq_timer_delete()
276 if (!t) in snd_seq_timer_open()
303 tmr->timeri = t; in snd_seq_timer_open()
306 snd_timer_close(t); in snd_seq_timer_open()
322 t = tmr->timeri; in snd_seq_timer_close()
325 if (t) { in snd_seq_timer_close()
[all …]
/openbmc/webui-vue/src/views/Operations/Firmware/
H A DFirmwareModalSwitchToRunning.vue4 :ok-title="$t('pageFirmware.modal.switchImages')"
5 :cancel-title="$t('global.action.cancel')"
6 :title="$t('pageFirmware.modal.switchRunningImage')"
10 {{ $t('pageFirmware.modal.switchRunningImageInfo') }}
14 $t('pageFirmware.modal.switchRunningImageInfo2', {
33 $t: useI18n().t,
/openbmc/linux/drivers/dma-buf/
H A Dst-dma-fence.c477 rcu_assign_pointer(t->fences[t->id], f1); in thread_signal_callback()
482 f2 = dma_fence_get_rcu_safe(&t->fences[!t->id]); in thread_signal_callback()
486 if (t->before) in thread_signal_callback()
496 if (!t->before) in thread_signal_callback()
514 rcu_assign_pointer(t->fences[t->id], NULL); in thread_signal_callback()
534 struct race_thread t[2]; in race_signal_callback() local
538 t[i].fences = f; in race_signal_callback()
539 t[i].id = i; in race_signal_callback()
540 t[i].before = pass; in race_signal_callback()
541 t[i].task = kthread_run(thread_signal_callback, &t[i], in race_signal_callback()
[all …]
/openbmc/linux/drivers/rtc/
H A Drtc-fm3130.c120 t->tm_hour = bcd2bin(tmp); in fm3130_get_time()
124 t->tm_mon = bcd2bin(tmp) - 1; in fm3130_get_time()
131 "read", t->tm_sec, t->tm_min, in fm3130_get_time()
132 t->tm_hour, t->tm_mday, in fm3130_get_time()
133 t->tm_mon, t->tm_year, t->tm_wday); in fm3130_get_time()
147 "write", t->tm_sec, t->tm_min, in fm3130_set_time()
148 t->tm_hour, t->tm_mday, in fm3130_set_time()
149 t->tm_mon, t->tm_year, t->tm_wday); in fm3130_set_time()
154 buf[FM3130_RTC_HOURS] = bin2bcd(t->tm_hour); in fm3130_set_time()
156 buf[FM3130_RTC_DATE] = bin2bcd(t->tm_mday); in fm3130_set_time()
[all …]
/openbmc/linux/drivers/regulator/
H A Dtps6524x-regulator.c151 memset(t, 0, sizeof(t)); in __read_reg()
153 t[0].tx_buf = &cmd; in __read_reg()
154 t[0].len = 2; in __read_reg()
158 t[1].rx_buf = &in; in __read_reg()
159 t[1].len = 2; in __read_reg()
164 t[2].len = 1; in __read_reg()
204 memset(t, 0, sizeof(t)); in __write_reg()
206 t[0].tx_buf = &cmd; in __write_reg()
207 t[0].len = 2; in __write_reg()
212 t[1].len = 2; in __write_reg()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D084.out5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
6 image: TEST_DIR/t.IMGFMT
14 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
15 image: TEST_DIR/t.IMGFMT
21 image: TEST_DIR/t.IMGFMT
27 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported VDI image size (size is 0x1fffff8010000, …
30 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': unsupported VDI image (disk size 67108864, image bitm…
33 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': unsupported VDI image (too many blocks 536870785, max…
36 image: TEST_DIR/t.IMGFMT
42 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': unsupported VDI image (block size 1048575 is not 1048…
[all …]
/openbmc/linux/drivers/char/
H A Ddtlk.c513 unsigned char *t; in dtlk_interrogate() local
532 t = buf; in dtlk_interrogate()
533 status.serial_number = t[0] + t[1] * 256; /* serial number is in dtlk_interrogate()
535 t += 2; in dtlk_interrogate()
538 while (*t != '\r') { in dtlk_interrogate()
542 t++; in dtlk_interrogate()
545 t++; in dtlk_interrogate()
547 status.mode = *t++; in dtlk_interrogate()
550 status.pitch = *t++; in dtlk_interrogate()
553 status.tone = *t++; in dtlk_interrogate()
[all …]
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryTablePowerSupplies.vue2 <page-section :section-title="$t('pageInventory.powerSupplies')">
29 :empty-text="$t('global.table.emptyMessage')"
30 :empty-filtered-text="$t('global.table.emptySearchMessage')"
66 <dt>{{ $t('pageInventory.table.name') }}:</dt>
78 <dt>{{ $t('pageInventory.table.model') }}:</dt>
94 {{ $t('unit.Percent') }}
100 {{ $t('unit.W') }}
156 $t: useI18n().t,
167 label: i18n.global.t('pageInventory.table.id'),
173 label: i18n.global.t('pageInventory.table.health'),
[all …]
/openbmc/linux/arch/x86/kernel/cpu/
H A Dmkcapflags.sh41 TABS="$(printf '\t\t\t\t\t\t')"
/openbmc/linux/fs/f2fs/
H A Dsysfs.c480 *ui = t; in __sbi_store()
494 *ui = t; in __sbi_store()
499 if (t == 0 || t > MAX_PLIST_NUM) in __sbi_store()
505 *ui = t; in __sbi_store()
510 if (t == 0 || t > MAX_PLIST_NUM) in __sbi_store()
514 *ui = t; in __sbi_store()
521 *ui = t; in __sbi_store()
526 if (t == 0 || t > SEGS_PER_SEC(sbi)) in __sbi_store()
614 if (t == 0 || t > 100) in __sbi_store()
621 if (t == 0 || t > 100) in __sbi_store()
[all …]
/openbmc/linux/drivers/watchdog/
H A Debc-c384_wdt.c42 unsigned t = wdev->timeout; in ebc_c384_wdt_start() local
45 if (t > 255) in ebc_c384_wdt_start()
46 t = DIV_ROUND_UP(t, 60); in ebc_c384_wdt_start()
48 outb(t, PET_ADDR); in ebc_c384_wdt_start()
60 static int ebc_c384_wdt_set_timeout(struct watchdog_device *wdev, unsigned t) in ebc_c384_wdt_set_timeout() argument
63 if (t > 255) { in ebc_c384_wdt_set_timeout()
65 wdev->timeout = roundup(t, 60); in ebc_c384_wdt_set_timeout()
70 wdev->timeout = t; in ebc_c384_wdt_set_timeout()
/openbmc/linux/kernel/trace/
H A Dtrace_btf.c15 const struct btf_type *t; in btf_find_func_proto() local
23 t = btf_type_by_id(*btf_p, id); in btf_find_func_proto()
24 if (!t || !btf_type_is_func(t)) in btf_find_func_proto()
28 t = btf_type_by_id(*btf_p, t->type); in btf_find_func_proto()
29 if (!t || !btf_type_is_func_proto(t)) in btf_find_func_proto()
32 return t; in btf_find_func_proto()
/openbmc/linux/drivers/spi/
H A Dspi-sh-hspi.c71 int t = 256; in hspi_status_check_timeout() local
73 while (t--) { in hspi_status_check_timeout()
97 struct spi_transfer *t) in hspi_hw_setup() argument
123 tmp = abs(t->speed_hz - rate); in hspi_hw_setup()
147 struct spi_transfer *t; in hspi_transfer_one_message() local
161 hspi_hw_setup(hspi, msg, t); in hspi_transfer_one_message()
165 cs_change = t->cs_change; in hspi_transfer_one_message()
175 if (t->tx_buf) in hspi_transfer_one_message()
186 if (t->rx_buf) in hspi_transfer_one_message()
191 msg->actual_length += t->len; in hspi_transfer_one_message()
[all …]
H A Dspi-fsl-cpm.c115 if (!t->tx_buf) { in fsl_spi_cpm_bufs()
120 if (!t->rx_buf) { in fsl_spi_cpm_bufs()
124 if (t->bits_per_word == 16 && t->tx_buf) { in fsl_spi_cpm_bufs()
125 const u16 *src = t->tx_buf; in fsl_spi_cpm_bufs()
149 } else if (t->tx_buf) { in fsl_spi_cpm_bufs()
150 mspi->tx_dma = t->tx_dma; in fsl_spi_cpm_bufs()
160 } else if (t->rx_buf) { in fsl_spi_cpm_bufs()
161 mspi->rx_dma = t->rx_dma; in fsl_spi_cpm_bufs()
167 mspi->xfer_in_progress = t; in fsl_spi_cpm_bufs()
168 mspi->count = t->len; in fsl_spi_cpm_bufs()
[all …]
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dwrite-zeroes-unmap.out5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576
11 1.0M TEST_DIR/t.raw
15 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576
21 1.0M TEST_DIR/t.raw
25 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576
31 1.0M TEST_DIR/t.raw
41 1.0M TEST_DIR/t.raw
51 1.0M TEST_DIR/t.raw
61 1.0M TEST_DIR/t.raw
71 1.0M TEST_DIR/t.raw
[all …]
/openbmc/u-boot/board/Synology/ds109/
H A Dds109.c117 struct tag_mv_uboot *t; in setup_board_tags() local
122 t = (struct tag_mv_uboot *)&params->u; in setup_board_tags()
124 t->uboot_version = VER_NUM; in setup_board_tags()
127 t->uboot_version |= boardId; in setup_board_tags()
129 t->tclk = CONFIG_SYS_TCLK; in setup_board_tags()
130 t->sysclk = CONFIG_SYS_TCLK*2; in setup_board_tags()
132 t->isusbhost = 1; in setup_board_tags()
134 memset(t->macaddr[i], 0, sizeof(t->macaddr[i])); in setup_board_tags()
135 t->mtu[i] = 0; in setup_board_tags()
/openbmc/linux/drivers/video/fbdev/
H A Duvesafb.c149 int len = sizeof(task->t) + task->t.buf_len; in uvesafb_exec()
173 memcpy(m + 1, &task->t, sizeof(task->t)); in uvesafb_exec()
176 memcpy((u8 *)(m + 1) + sizeof(task->t), task->buf, task->t.buf_len); in uvesafb_exec()
566 if ((task->t.regs.eax & 0xffff) != 0x4f || task->t.regs.es < 0xc000) { in uvesafb_vbe_getpmi()
574 (u16)task->t.regs.es, (u16)task->t.regs.edi); in uvesafb_vbe_getpmi()
624 task->t.regs.ebx = 0; in uvesafb_vbe_getedid()
625 task->t.regs.ecx = 0; in uvesafb_vbe_getedid()
626 task->t.buf_len = 0; in uvesafb_vbe_getedid()
627 task->t.flags = 0; in uvesafb_vbe_getedid()
647 task->t.regs.ecx = task->t.regs.edx = 0; in uvesafb_vbe_getedid()
[all …]
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Ddma.c59 return t; in mt76_alloc_txwi()
67 t = kzalloc(L1_CACHE_ALIGN(sizeof(*t)), GFP_ATOMIC); in mt76_alloc_rxwi()
68 if (!t) in mt76_alloc_rxwi()
72 return t; in mt76_alloc_rxwi()
88 return t; in __mt76_get_txwi()
104 return t; in __mt76_get_rxwi()
112 if (t) in mt76_get_txwi()
123 if (t) in mt76_get_rxwi()
133 if (!t) in mt76_put_txwi()
145 if (!t) in mt76_put_rxwi()
[all …]
/openbmc/linux/drivers/video/fbdev/omap/
H A Dsossi.c124 int div = t->clk_div; in calc_rd_timings()
165 t->tim[0] = tw0 - 1; in calc_rd_timings()
166 t->tim[1] = tw1 - 1; in calc_rd_timings()
175 int div = t->clk_div; in calc_wr_timings()
204 t->tim[2] = tw0 - 1; in calc_wr_timings()
205 t->tim[3] = tw1 - 1; in calc_wr_timings()
317 int div = t->clk_div; in sossi_convert_timings()
319 t->converted = 0; in sossi_convert_timings()
331 t->tim[4] = div; in sossi_convert_timings()
333 t->converted = 1; in sossi_convert_timings()
[all …]
/openbmc/sdbusplus/include/sdbusplus/message/
H A Dappend.hpp126 return &t; in address_of_helper()
131 return t; in address_of_helper()
135 static auto address_of(T&& t) in address_of()
353 T&& t) in tuple_item_append() argument
355 sdbusplus::message::append(intf, m, t); in tuple_item_append()
414 using itemType = decltype(std::get<0>(t)); in append_tuple()
437 Tuple&& t, Arg&& arg);
448 Tuple&& t, Arg&& arg);
476 Tuple&& t, Arg&& arg) in append_grouping() argument
490 Tuple&& t, Arg&& arg) in append_grouping() argument
[all …]
/openbmc/linux/drivers/iio/gyro/
H A Dadxrs450.c237 u32 t; in adxrs450_initial_setup() local
243 ret = adxrs450_spi_initial(st, &t, 1); in adxrs450_initial_setup()
246 if (t != 0x01) in adxrs450_initial_setup()
258 if (((t & 0xff) | 0x01) != 0xff || ADXRS450_GET_ST(t) != 2) { in adxrs450_initial_setup()
266 if (((t & 0xff) | 0x01) != 0xff || ADXRS450_GET_ST(t) != 2) { in adxrs450_initial_setup()
310 s16 t; in adxrs450_read_raw() local
319 *val = t; in adxrs450_read_raw()
324 ADXRS450_TEMP1, &t); in adxrs450_read_raw()
327 *val = (t >> 6) + 225; in adxrs450_read_raw()
352 *val = t; in adxrs450_read_raw()
[all …]
/openbmc/linux/arch/mips/kernel/
H A Dvpe-mt.c31 struct tc *t; in vpe_run() local
62 settc(t->index); in vpe_run()
72 t->index); in vpe_run()
208 struct tc *t; in vpe_stop() local
214 if (t != NULL) { in vpe_stop()
215 settc(t->index); in vpe_stop()
229 struct tc *t; in vpe_free() local
233 if (t == NULL) in vpe_free()
241 settc(t->index); in vpe_free()
330 struct tc *t; in vpe_module_init() local
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dopenbmc_ffdc_utils.robot16 ${MSG_DETAIL} ${\n}\t\t[ Detailed Logs Captured Section ]
17 ${HEADER_MSG} ${\n}\t\t---------------------------
18 ... ${\n}\t\t FIRST FAILURE DATA CAPTURE
19 ... ${\n}\t\t---------------------------
83 Write Data To File Test Suite File\t\t: ${SUITE_NAME} ${\n}
84 Write Data To File Test Case Name\t\t: ${TEST_NAME}${\n}
85 Write Data To File Test Source File\t: ${SUITE_SOURCE}${\n}
86 Write Data To File Failure Time Stamp\t: ${FFDC_TIME}${\n}
111 Write Data To File ${ENTRY_INDEX.upper()} : ${name_str}\t
122 Write Data To File OPENBMC HOST \t: ${OPENBMC_HOST}${\n}
[all …]
/openbmc/linux/include/linux/
H A Dthread_info.h145 #define read_task_thread_flags(t) \ argument
146 read_ti_thread_flags(task_thread_info(t))
156 #define set_task_syscall_work(t, fl) \ argument
158 #define test_task_syscall_work(t, fl) \ argument
160 #define clear_task_syscall_work(t, fl) \ argument
172 #define set_task_syscall_work(t, fl) \ argument
173 set_ti_thread_flag(task_thread_info(t), TIF_##fl)
174 #define test_task_syscall_work(t, fl) \ argument
175 test_ti_thread_flag(task_thread_info(t), TIF_##fl)
176 #define clear_task_syscall_work(t, fl) \ argument
[all …]
/openbmc/u-boot/post/lib_powerpc/fpu/
H A Ddarwin-ldouble.c92 double t, tau, u, v, w; in __gcc_qmul() local
94 t = a * c; /* Highest order double term. */ in __gcc_qmul()
96 if (unlikely(t == 0) /* Preserve -0. */ in __gcc_qmul()
97 || nonfinite(t)) in __gcc_qmul()
98 return t; in __gcc_qmul()
104 asm("fmsub %0,%1,%2,%3" : "=f"(tau) : "f"(a), "f"(c), "f"(t)); in __gcc_qmul()
106 tau = fmsub(a, c, t); in __gcc_qmul()
111 u = t + tau; in __gcc_qmul()
117 z.dval[1] = (t - u) + tau; in __gcc_qmul()

1...<<11121314151617181920>>...339