Home
last modified time | relevance | path

Searched refs:t (Results 301 – 325 of 8449) sorted by relevance

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

/openbmc/linux/drivers/firewire/
H A Dcore-transaction.c88 t = iter; in close_transaction()
94 if (t) { in close_transaction()
96 t->callback.without_tstamp(card, rcode, NULL, 0, t->callback_data); in close_transaction()
147 struct fw_transaction *t = from_timer(t, timer, split_timeout_timer); in split_transaction_timeout_callback() local
156 list_del(&t->link); in split_transaction_timeout_callback()
163 t->callback.with_tstamp(card, RCODE_CANCELLED, t->packet.timestamp, in split_transaction_timeout_callback()
164 t->split_timeout_cycle, NULL, 0, t->callback_data); in split_transaction_timeout_callback()
175 if (list_empty(&t->link) || WARN_ON(t->is_split_transaction)) { in start_split_transaction_timeout()
405 t->card = card; in __fw_send_request()
1044 t = iter; in fw_core_handle_response()
[all …]
/openbmc/linux/drivers/staging/gdm724x/
H A Dgdm_usb.c86 t = kzalloc(sizeof(*t), GFP_ATOMIC); in alloc_tx_struct()
87 if (!t) { in alloc_tx_struct()
97 if (!t->urb || !t->buf) { in alloc_tx_struct()
104 if (t) { in alloc_tx_struct()
107 kfree(t); in alloc_tx_struct()
112 return t; in alloc_tx_struct()
134 if (t) { in free_tx_struct()
137 kfree(t); in free_tx_struct()
556 t->callback(t->cb_data); in gdm_usb_send_complete()
579 t); in send_tx_packet()
[all …]
/openbmc/linux/drivers/misc/eeprom/
H A Deeprom_93xx46.c133 t[0].len = 2; in eeprom_93xx46_read()
137 t[1].rx_buf = buf; in eeprom_93xx46_read()
138 t[1].len = count; in eeprom_93xx46_read()
190 memset(&t, 0, sizeof(t)); in eeprom_93xx46_ew()
193 t.len = 2; in eeprom_93xx46_ew()
244 memset(t, 0, sizeof(t)); in eeprom_93xx46_write_word()
247 t[0].len = 2; in eeprom_93xx46_write_word()
251 t[1].tx_buf = buf; in eeprom_93xx46_write_word()
252 t[1].len = data_len; in eeprom_93xx46_write_word()
336 memset(&t, 0, sizeof(t)); in eeprom_93xx46_eral()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D243.out5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 preallocation=off
11 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 preallocation=metadata
17 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 preallocation=falloc
23 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 preallocation=full
29 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 data_file=TEST_DIR/t.IMGFMT.data prealloca…
37 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 data_file=TEST_DIR/t.IMGFMT.data prealloca…
45 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 data_file=TEST_DIR/t.IMGFMT.data prealloca…
53 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 data_file=TEST_DIR/t.IMGFMT.data prealloca…
H A D195.out2 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=67108864
3 Formatting 'TEST_DIR/t.IMGFMT.mid', fmt=IMGFMT size=67108864 backing_file=TEST_DIR/t.IMGFMT.base ba…
4 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 backing_file=TEST_DIR/t.IMGFMT.mid backing…
8 Testing: -drive if=none,file=TEST_DIR/t.IMGFMT,backing.node-name=mid
36 image: TEST_DIR/t.IMGFMT.mid
45 Formatting 'TEST_DIR/t.IMGFMT.mid', fmt=IMGFMT size=67108864 backing_file=TEST_DIR/t.IMGFMT.base ba…
46 Testing: -drive if=none,file=TEST_DIR/t.IMGFMT,node-name=top
74 image: TEST_DIR/t.IMGFMT
/openbmc/u-boot/board/nokia/rx51/
H A Drx51.c131 while (t->hdr.tag) { in reuse_omap_atags()
132 switch (t->hdr.tag) { in reuse_omap_atags()
139 version = t->u.version.version; in reuse_omap_atags()
154 t = tag_omap_next(t); in reuse_omap_atags()
168 if (t->hdr.tag != ATAG_CORE) in reuse_atags()
176 switch (t->hdr.tag) { in reuse_atags()
187 t = tag_next(t); in reuse_atags()
227 struct tag_omap *t; in setup_board_tags() local
261 memcpy(t, &omap[i], size); in setup_board_tags()
265 t->u.uart.enabled_uarts = 0; in setup_board_tags()
[all …]
/openbmc/linux/drivers/ata/
H A Dpata_cmd64x.c129 ata_timing_merge(&t, &tp, &t, ATA_TIMING_SETUP); in cmd64x_set_timing()
134 t.active, t.recover, t.setup); in cmd64x_set_timing()
136 t.active += t.recover - 16; in cmd64x_set_timing()
137 t.recover = 16; in cmd64x_set_timing()
140 t.active = 16; in cmd64x_set_timing()
146 t.recover = 0; in cmd64x_set_timing()
148 t.recover--; in cmd64x_set_timing()
150 t.recover = 15; in cmd64x_set_timing()
152 if (t.setup > 4) in cmd64x_set_timing()
155 t.setup = setup_data[t.setup]; in cmd64x_set_timing()
[all …]
/openbmc/qemu/hw/smbios/
H A Dsmbios_type_38.c33 t->interface_type = info->interface_type; in smbios_build_one_type_38()
34 t->ipmi_spec_revision = ((info->ipmi_spec_major_revision << 4) in smbios_build_one_type_38()
36 t->i2c_slave_address = info->i2c_slave_address; in smbios_build_one_type_38()
37 t->nv_storage_device_address = 0; in smbios_build_one_type_38()
55 t->base_address = cpu_to_le64(baseaddr); in smbios_build_one_type_38()
57 t->base_address_modifier = 0; in smbios_build_one_type_38()
59 t->base_address_modifier |= 1; in smbios_build_one_type_38()
65 t->base_address_modifier |= 1 << 6; in smbios_build_one_type_38()
68 t->base_address_modifier |= 2 << 6; in smbios_build_one_type_38()
75 t->interrupt_number = info->interrupt_number; in smbios_build_one_type_38()
/openbmc/webui-vue/src/views/Settings/Network/
H A DTableIpv4.vue2 <page-section :section-title="$t('pageNetwork.ipv4')">
6 <dt>{{ $t('pageNetwork.dhcp') }}</dt>
16 {{ $t('global.status.enabled') }}
27 {{ $t('pageNetwork.ipv4Addresses') }}
33 {{ $t('pageNetwork.table.addIpv4Address') }}
42 :empty-text="$t('global.table.emptyMessage')"
95 $t: useI18n().t,
102 title: i18n.global.t('global.action.edit'),
106 title: i18n.global.t('global.action.delete'),
222 ? i18n.global.t('global.action.enable')
[all …]
H A DTableIpv6.vue2 <page-section :section-title="$t('pageNetwork.ipv6')">
6 <dt>{{ $t('pageNetwork.dhcp6') }}</dt>
16 {{ $t('global.status.enabled') }}
26 {{ $t('pageNetwork.ipv6DefaultGateway') }}
47 {{ $t('pageNetwork.ipv6Addresses') }}
53 {{ $t('pageNetwork.table.addIpv6Address') }}
62 :empty-text="$t('global.table.emptyMessage')"
116 $t: useI18n().t,
123 title: i18n.global.t('global.action.edit'),
127 title: i18n.global.t('global.action.delete'),
[all …]
/openbmc/linux/drivers/mmc/core/
H A Dmmc_test.c1394 t->max_segs, t->max_seg_sz, in mmc_test_area_map()
1397 err = mmc_test_map_sg(t->mem, sz, t->sg, 1, t->max_segs, in mmc_test_area_map()
1406 t->max_segs, t->max_seg_sz, in mmc_test_area_map()
1409 err = mmc_test_map_sg(t->mem, sz, t->sg_areq, 1, t->max_segs, in mmc_test_area_map()
1563 t->max_tfr = t->max_sz; in mmc_test_area_init()
1568 if (t->max_tfr / t->max_seg_sz > t->max_segs) in mmc_test_area_init()
1569 t->max_tfr = t->max_segs * t->max_seg_sz; in mmc_test_area_init()
1577 t->mem = mmc_test_alloc_mem(min_sz, t->max_tfr, t->max_segs, in mmc_test_area_init()
1582 t->sg = kmalloc_array(t->max_segs, sizeof(*t->sg), GFP_KERNEL); in mmc_test_area_init()
1588 t->sg_areq = kmalloc_array(t->max_segs, sizeof(*t->sg_areq), in mmc_test_area_init()
[all …]
/openbmc/linux/kernel/
H A Dsignal.c159 PENDING(&t->pending, &t->blocked) || in recalc_sigpending_tsk()
160 PENDING(&t->signal->shared_pending, &t->blocked) || in recalc_sigpending_tsk()
534 flush_signals(t); in ignore_signals()
900 ptrace_signal_wake_up(t, t->jobctl & JOBCTL_LISTENING); in ptrace_trap_notify()
1016 t = p; in complete_signal()
1029 t = next_thread(t); in complete_signal()
1062 t = p; in complete_signal()
2004 if (!t) in send_sigqueue()
2008 t = current; in send_sigqueue()
2462 t = current; in do_signal_stop()
[all …]
/openbmc/linux/lib/
H A Dtest-kstrtox.c31 const struct test_fail *t = &test[i]; \
36 rv = fn(t->str, t->base, &tmp); \
39 t->str, t->base, rv, tmp); \
50 const typeof(test[0]) *t = &test[i]; \
54 rv = fn(t->str, t->base, &res); \
57 t->str, t->base, t->expected_res, rv); \
60 if (res != t->expected_res) { \
62 t->str, t->base, t->expected_res, res); \
/openbmc/webui-vue/src/views/Operations/FactoryReset/
H A DFactoryResetModal.vue5 :title="$t(`pageFactoryReset.modal.${resetType}Title`)"
10 <strong>{{ $t(`pageFactoryReset.modal.${resetType}Header`) }}</strong>
14 {{ $t('pageFactoryReset.modal.resetBiosSettingsList.item1') }}
17 {{ $t('pageFactoryReset.modal.resetBiosSettingsList.item2') }}
22 {{ $t('pageFactoryReset.modal.resetToDefaultsSettingsList.item1') }}
40 {{ $t(`pageFactoryReset.modal.resetWarningMessage`) }}
48 {{ $t(`pageFactoryReset.modal.resetWarningCheckLabel`) }}
54 {{ $t('global.form.fieldRequired') }}
64 {{ $t('global.action.cancel') }}
72 {{ $t(`pageFactoryReset.modal.${resetType}SubmitText`) }}
[all …]
/openbmc/linux/fs/
H A Dtimerfd.c35 } t; member
77 t.tmr); in timerfd_tmrproc()
86 t.alarm); in timerfd_alarmproc()
205 alarm_init(&ctx->t.alarm, in timerfd_setup()
242 alarm_cancel(&ctx->t.alarm); in timerfd_release()
244 hrtimer_cancel(&ctx->t.tmr); in timerfd_release()
304 alarm_restart(&ctx->t.alarm); in timerfd_read()
308 hrtimer_restart(&ctx->t.tmr); in timerfd_read()
437 alarm_init(&ctx->t.alarm, in SYSCALL_DEFINE2()
543 alarm_restart(&ctx->t.alarm); in do_timerfd_gettime()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/canutils/
H A D0001-canutils-candump-Add-error-frame-s-handling.patch39 " -p, --protocol=PROTO\t" "CAN protocol (default CAN_RAW = %d)\n"
41 "\t\t\t" "apply filter\n"
42 + " -e, --error\t\t" "dump error frames along with data frames\n"
43 " -h, --help\t\t" "this help\n"
44 " -o <filename>\t\t" "output into filename\n"
45 " -d\t\t\t" "daemonize\n"
60 { "type", required_argument, 0, 't' },
/openbmc/linux/drivers/watchdog/
H A Drt2880_wdt.c79 u32 t; in rt288x_wdt_start() local
81 t = rt_wdt_r32(drvdata->base, TIMER_REG_TMR1CTL); in rt288x_wdt_start()
82 t &= ~(TMR1CTL_MODE_MASK << TMR1CTL_MODE_SHIFT | in rt288x_wdt_start()
84 t |= (TMR1CTL_MODE_WDT << TMR1CTL_MODE_SHIFT | in rt288x_wdt_start()
86 rt_wdt_w32(drvdata->base, TIMER_REG_TMR1CTL, t); in rt288x_wdt_start()
91 t |= TMR1CTL_ENABLE; in rt288x_wdt_start()
92 rt_wdt_w32(drvdata->base, TIMER_REG_TMR1CTL, t); in rt288x_wdt_start()
100 u32 t; in rt288x_wdt_stop() local
105 t &= ~TMR1CTL_ENABLE; in rt288x_wdt_stop()
106 rt_wdt_w32(drvdata->base, TIMER_REG_TMR1CTL, t); in rt288x_wdt_stop()
[all …]
/openbmc/linux/drivers/android/
H A Dbinder_trace.h118 __entry->code = t->code;
119 __entry->flags = t->flags;
130 TP_ARGS(reply, t, target_node),
144 __entry->to_thread = t->to_thread ? t->to_thread->pid : 0;
146 __entry->code = t->code;
147 __entry->flags = t->flags;
157 TP_ARGS(t),
171 TP_ARGS(t, node, rdata),
196 TP_ARGS(t, node, rdata),
248 TP_ARGS(t, fd, offset),
[all …]
/openbmc/linux/arch/um/kernel/
H A Dirq.c95 enum um_irq_type t) in irq_do_timetravel_handler() argument
119 enum um_irq_type t) in irq_do_timetravel_handler() argument
182 enum um_irq_type t; in _sigio_handler() local
186 for (t = 0; t < NUM_IRQ_TYPES; t++) in _sigio_handler()
506 enum um_irq_type t; in um_irqs_suspend() local
509 for (t = 0; t < NUM_IRQ_TYPES; t++) { in um_irqs_suspend()
510 if (!entry->reg[t].events) in um_irqs_suspend()
554 enum um_irq_type t; in um_irqs_resume() local
556 for (t = 0; t < NUM_IRQ_TYPES; t++) { in um_irqs_resume()
596 enum um_irq_type t; in normal_irq_set_wake() local
[all …]
/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/
H A DModalGenerateCsr.vue38 {{ $t('global.form.fieldRequired') }}
62 {{ $t('global.form.fieldRequired') }}
162 {{ $t('global.form.optional') }}
180 {{ $t('global.form.optional') }}
198 {{ $t('global.form.optional') }}
316 {{ $t('global.action.cancel') }}
325 {{ $t('pageCertificates.generateCsr') }}
341 {{ $t('global.status.copied') }}
344 {{ $t('global.action.copy') }}
355 {{ $t('global.action.download') }}
[all …]
/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_rf.c61 int t; in zd_rf_init_hw() local
95 t = rf->init_hw(rf); in zd_rf_init_hw()
97 if (t) in zd_rf_init_hw()
98 r = t; in zd_rf_init_hw()
126 int r, t; in zd_switch_radio_on() local
133 t = rf->switch_radio_on(rf); in zd_switch_radio_on()
135 if (t) in zd_switch_radio_on()
136 r = t; in zd_switch_radio_on()
142 int r, t; in zd_switch_radio_off() local
152 if (t) in zd_switch_radio_off()
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A DCVE-2023-1981.patch26 t = avahi_alternative_host_name(n);
27 - avahi_dbus_respond_string(c, m, t);
28 - avahi_free(t);
29 + if (t) {
30 + avahi_dbus_respond_string(c, m, t);
31 + avahi_free(t);
44 t = avahi_alternative_service_name(n);
45 - avahi_dbus_respond_string(c, m, t);
46 - avahi_free(t);
47 + if (t) {
[all …]
/openbmc/linux/kernel/trace/
H A Dfgraph.c434 t->curr_ret_stack = -1; in alloc_retstack_tasklist()
435 t->curr_ret_depth = -1; in alloc_retstack_tasklist()
530 t->ftrace_timestamp = 0; in graph_init_task()
533 t->ret_stack = ret_stack; in graph_init_task()
542 t->curr_ret_stack = -1; in ftrace_graph_init_idle_task()
543 t->curr_ret_depth = -1; in ftrace_graph_init_idle_task()
548 if (t->ret_stack) in ftrace_graph_init_idle_task()
572 t->ret_stack = NULL; in ftrace_graph_init_task()
573 t->curr_ret_stack = -1; in ftrace_graph_init_task()
574 t->curr_ret_depth = -1; in ftrace_graph_init_task()
[all …]
/openbmc/linux/drivers/gpu/drm/solomon/
H A Dssd130x-spi.c33 struct ssd130x_spi_transport *t = context; in ssd130x_spi_write() local
34 struct spi_device *spi = t->spi; in ssd130x_spi_write()
38 gpiod_set_value_cansleep(t->dc, 0); in ssd130x_spi_write()
41 gpiod_set_value_cansleep(t->dc, 1); in ssd130x_spi_write()
64 struct ssd130x_spi_transport *t; in ssd130x_spi_probe() local
75 t = devm_kzalloc(dev, sizeof(*t), GFP_KERNEL); in ssd130x_spi_probe()
76 if (!t) in ssd130x_spi_probe()
80 t->spi = spi; in ssd130x_spi_probe()
81 t->dc = dc; in ssd130x_spi_probe()
83 regmap = devm_regmap_init(dev, NULL, t, &ssd130x_spi_regmap_config); in ssd130x_spi_probe()
/openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio/
H A D00_arches.patch177 + "li\t$2, %3\t\t\t# " #fname "\n\t" \
179 + "move\t%0, $2\n\t" \
201 + "li\t$2, %4\t\t\t# " #fname "\n\t" \
203 + "move\t%0, $2\n\t" \
226 + "li\t$2, %5\t\t\t# " #fname "\n\t" \
228 + "move\t%0, $2\n\t" \
251 + "li\t$2, %5\t\t\t# " #fname "\n\t" \
253 + "move\t%0, $2\n\t" \
282 + "lw\t$2, %6\n\t" \
285 + "li\t$2, %5\t\t\t# " #fname "\n\t" \
[all …]

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