Home
last modified time | relevance | path

Searched refs:t (Results 1401 – 1425 of 8705) sorted by relevance

1...<<51525354555657585960>>...349

/openbmc/linux/fs/
H A Dbinfmt_elf_fdpic.c1385 if (!t) in elf_dump_thread_status()
1386 return t; in elf_dump_thread_status()
1392 sizeof(t->prstatus.pr_reg), &t->prstatus.pr_reg); in elf_dump_thread_status()
1394 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, sizeof(t->prstatus), in elf_dump_thread_status()
1395 &t->prstatus); in elf_dump_thread_status()
1396 t->num_notes++; in elf_dump_thread_status()
1405 ret = regset_get(p, regset, sizeof(t->fpu), &t->fpu); in elf_dump_thread_status()
1412 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(t->fpu), in elf_dump_thread_status()
1413 &t->fpu); in elf_dump_thread_status()
1414 t->num_notes++; in elf_dump_thread_status()
[all …]
/openbmc/linux/drivers/platform/x86/
H A Dthinkpad_acpi.c2456 t = 0; in hotkey_kthread()
2475 t = msleep_interruptible(t); in hotkey_kthread()
2486 t = 0; in hotkey_kthread()
2631 if (t == 0) in hotkey_enable_store()
6154 int t; in thermal_get_sensor() local
6195 if (t > 127 || t < -127) in thermal_get_sensor()
9255 state ? t->on_value : t->off_value)) in mute_led_on_off()
9267 if (t->state < 0 || t->state == on) in tpacpi_led_set()
9339 mute_led_on_off(t, t->state); in mute_led_resume()
11284 char t; in get_thinkpad_model_data() local
[all …]
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c141 int t; in wait_for_bit_change() local
144 t = 100; in wait_for_bit_change()
1302 for (t = 0; t < dsi->num_lanes_supported; ++t) in dsi_set_lane_config()
1423 int t, i; in dsi_cio_wait_tx_clk_esc_reset() local
3582 wc = DIV_ROUND_UP(t->hact * t->bitspp, 8); in print_dsi_vm()
3584 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm()
3593 t->hss, t->hsa, t->hse, t->hbp, pps, t->hfp, in print_dsi_vm()
3648 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm()
3649 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm()
3864 int t; in dsi_vm_calc_blanking() local
[all …]
/openbmc/linux/drivers/watchdog/
H A Dwatchdog_core.c123 unsigned int t = 0; in watchdog_init_timeout() local
141 of_property_read_u32(dev->of_node, "timeout-sec", &t) == 0) { in watchdog_init_timeout()
142 if (t && !watchdog_timeout_invalid(wdd, t)) { in watchdog_init_timeout()
143 wdd->timeout = t; in watchdog_init_timeout()
146 pr_err("%s: DT supplied timeout (%u) out of range\n", dev_str, t); in watchdog_init_timeout()
H A Dib700wdt.c131 static int ibwdt_set_heartbeat(int t) in ibwdt_set_heartbeat() argument
133 if (t < 0 || t > 30) in ibwdt_set_heartbeat()
136 timeout = t; in ibwdt_set_heartbeat()
H A Dadvantechwdt.c97 static int advwdt_set_heartbeat(int t) in advwdt_set_heartbeat() argument
99 if (t < 1 || t > 63) in advwdt_set_heartbeat()
101 timeout = t; in advwdt_set_heartbeat()
/openbmc/linux/drivers/input/touchscreen/
H A Dcyttsp4_core.c754 int t; in cyttsp4_report_slot_liftoff() local
759 for (t = 0; t < max_slots; t++) { in cyttsp4_report_slot_liftoff()
855 int t; in cyttsp4_final_sync() local
857 for (t = 0; t < max_slots; t++) { in cyttsp4_final_sync()
858 if (ids[t]) in cyttsp4_final_sync()
952 t, in cyttsp4_get_mt_touches()
1297 t = wait_event_timeout(cd->wait_q, !cd->exclusive_dev, t); in cyttsp4_request_exclusive()
1341 long t; in cyttsp4_wait_bl_heartbeat() local
1359 long t; in cyttsp4_wait_sysinfo_mode() local
1403 long t; in cyttsp4_set_mode() local
[all …]
/openbmc/linux/Documentation/staging/
H A Dxz.rst60 CRC32, make sure that you don't use some other integrity check type
79 so don't hesitate to use custom settings. Example::
86 doesn't depend on the dictionary size, and it is perfectly fine to
95 the fastest settings, so it isn't clear if LZMA2 encoder is wanted
99 decompression code. I don't know if it could have any use in the
108 matter in practice all, since they don't cause security issues. But
120 Freenode and talk to Larhzu. I don't actively read LKML or other
124 Don't bother Igor Pavlov with questions about the XZ implementation
127 these implementations aren't maintained nor supported by him.
/openbmc/linux/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_proto.c221 unsigned long t; in hyperv_negotiate_version() local
230 t = wait_for_completion_timeout(&hv->wait, VMBUS_VSP_TIMEOUT); in hyperv_negotiate_version()
231 if (!t) { in hyperv_negotiate_version()
253 unsigned long t; in hyperv_update_vram_location() local
264 t = wait_for_completion_timeout(&hv->wait, VMBUS_VSP_TIMEOUT); in hyperv_update_vram_location()
265 if (!t) { in hyperv_update_vram_location()
381 unsigned long t; in hyperv_get_supported_resolution() local
393 t = wait_for_completion_timeout(&hv->wait, VMBUS_VSP_TIMEOUT); in hyperv_get_supported_resolution()
394 if (!t) { in hyperv_get_supported_resolution()
/openbmc/linux/arch/ia64/kernel/
H A Dsmpboot.c285 } t[NUM_ROUNDS]; in ia64_sync_itc() local
325 t[i].rt = rt; in ia64_sync_itc()
326 t[i].master = master_time_stamp; in ia64_sync_itc()
327 t[i].diff = delta; in ia64_sync_itc()
328 t[i].lat = adjust_latency/4; in ia64_sync_itc()
337 t[i].rt, t[i].master, t[i].diff, t[i].lat); in ia64_sync_itc()
/openbmc/linux/Documentation/arch/ia64/
H A Derr_inject.rst963 printf("\t-e: error parameters:\n");
965 printf("\t\t cpu: logical cpu number the error will be inject in.\n");
966 printf("\t\t loop: times the error will be injected.\n");
967 printf("\t\t interval: In second. every so often one error is injected.\n");
968 printf("\t\t err_type_info, err_struct_info: PAL parameters.\n");
969 printf("\t\t err_data_buffer: PAL parameter. Optional. If not present,\n");
970 printf("\t\t it's constructed by tool automatically. Be\n");
971 printf("\t\t careful to provide err_data_buffer and make\n");
972 printf("\t\t sure it's working with the environment.\n");
975 printf("\t-v: verbose. default: off\n");
[all …]
/openbmc/linux/drivers/spi/
H A Dspi-lantiq-ssc.c451 if (t->tx_buf) in hw_setup_transfer()
456 if (t->rx_buf) in hw_setup_transfer()
723 struct spi_transfer *t) in transfer_start() argument
729 spi->tx = t->tx_buf; in transfer_start()
730 spi->rx = t->rx_buf; in transfer_start()
732 if (t->tx_buf) { in transfer_start()
733 spi->tx_todo = t->len; in transfer_start()
740 spi->rx_todo = t->len; in transfer_start()
749 return t->len; in transfer_start()
813 struct spi_transfer *t) in lantiq_ssc_transfer_one() argument
[all …]
/openbmc/qemu/target/arm/
H A Dcpu-features.h707 unsigned t = FIELD_EX64(id->id_aa64mmfr0, ID_AA64MMFR0, TGRAN4_2); in isar_feature_aa64_tgran4_2_lpa2() local
708 return t >= 3 || (t == 0 && isar_feature_aa64_tgran4_lpa2(id)); in isar_feature_aa64_tgran4_2_lpa2()
718 unsigned t = FIELD_EX64(id->id_aa64mmfr0, ID_AA64MMFR0, TGRAN16_2); in isar_feature_aa64_tgran16_2_lpa2() local
719 return t >= 3 || (t == 0 && isar_feature_aa64_tgran16_lpa2(id)); in isar_feature_aa64_tgran16_2_lpa2()
739 unsigned t = FIELD_EX64(id->id_aa64mmfr0, ID_AA64MMFR0, TGRAN4_2); in isar_feature_aa64_tgran4_2() local
740 return t >= 2 || (t == 0 && isar_feature_aa64_tgran4(id)); in isar_feature_aa64_tgran4_2()
745 unsigned t = FIELD_EX64(id->id_aa64mmfr0, ID_AA64MMFR0, TGRAN16_2); in isar_feature_aa64_tgran16_2() local
746 return t >= 2 || (t == 0 && isar_feature_aa64_tgran16(id)); in isar_feature_aa64_tgran16_2()
751 unsigned t = FIELD_EX64(id->id_aa64mmfr0, ID_AA64MMFR0, TGRAN64_2); in isar_feature_aa64_tgran64_2() local
752 return t >= 2 || (t == 0 && isar_feature_aa64_tgran64(id)); in isar_feature_aa64_tgran64_2()
/openbmc/qemu/tests/tcg/hexagon/
H A Dtest_lsr.S18 p0 = cmp.eq(r0, #0x28); if (p0.new) jump:t test2
34 p0 = cmp.eq(r0, #0x5); if (p0.new) jump:t pass
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtypeahead.jquery.js1387 ttEach(this, function(t) { argument
1388 t.enable();
1393 ttEach(this, function(t) { argument
1394 t.disable();
1401 active = t.isActive();
1407 t.activate();
1413 t.deactivate();
1420 open = t.isOpen();
1426 t.open();
1432 t.close();
[all …]
/openbmc/linux/drivers/media/pci/saa7134/
H A Dsaa7134-video.c1364 struct v4l2_tuner *t) in saa7134_g_tuner() argument
1369 if (0 != t->index) in saa7134_g_tuner()
1371 memset(t, 0, sizeof(*t)); in saa7134_g_tuner()
1380 strscpy(t->name, "Television", sizeof(t->name)); in saa7134_g_tuner()
1388 t->audmode = saa7134_tvaudio_rx2mode(t->rxsubchans); in saa7134_g_tuner()
1391 t->signal = 0xffff; in saa7134_g_tuner()
1402 if (0 != t->index) in saa7134_s_tuner()
1410 if (mode != t->audmode) in saa7134_s_tuner()
1483 if (0 != t->index) in radio_g_tuner()
1486 strscpy(t->name, "Radio", sizeof(t->name)); in radio_g_tuner()
[all …]
/openbmc/linux/arch/x86/um/asm/
H A Dprocessor.h39 #define task_pt_regs(t) (&(t)->thread.regs) argument
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/onig/onig/
H A Drun-ptest39 while IFS=': ' read -r t t_log ; do
41 printf "ERROR: %s:\n" "${t}"
/openbmc/qemu/tests/qemu-iotests/tests/
H A Diothreads-resize.out2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
8 image: TEST_DIR/t.IMGFMT
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Dmlme_linux.c10 static void _dynamic_check_timer_handler(struct timer_list *t) in _dynamic_check_timer_handler() argument
13 from_timer(adapter, t, mlmepriv.dynamic_chk_timer); in _dynamic_check_timer_handler()
20 static void _rtw_set_scan_deny_timer_hdl(struct timer_list *t) in _rtw_set_scan_deny_timer_hdl() argument
23 from_timer(adapter, t, mlmepriv.set_scan_deny_timer); in _rtw_set_scan_deny_timer_hdl()
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_eeprom.c151 int t = dd->unit; in qib_get_eeprom_info() local
154 if (t && dd0->nguid > 1 && t <= dd0->nguid) { in qib_get_eeprom_info()
161 bguid[7] += t; in qib_get_eeprom_info()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Ddevupstream.bbclass20 # - You can't build native or nativesdk recipes using for example
23 # bitbake won't be able to add them automatically.
28 bb.error("Don't inherit devupstream, use BBCLASSEXTEND")
45 # Modify the PV if the recipe hasn't already overridden it
/openbmc/linux/arch/mips/include/asm/
H A Dmsa.h134 static inline void save_msa(struct task_struct *t) in save_msa() argument
137 _save_msa(t); in save_msa()
140 static inline void restore_msa(struct task_struct *t) in restore_msa() argument
143 _restore_msa(t); in restore_msa()
/openbmc/linux/drivers/iio/adc/
H A Dep93xx_adc.c116 u32 t; in ep93xx_read_raw() local
118 t = readl_relaxed(priv->base + EP93XX_ADC_RESULT); in ep93xx_read_raw()
119 if (t & EP93XX_ADC_SDR) { in ep93xx_read_raw()
120 *value = sign_extend32(t, 15); in ep93xx_read_raw()
/openbmc/webui-vue/src/components/Global/
H A DTableFilter.vue23 {{ $t('global.action.filter') }}
50 {{ $t('global.action.clearAll') }}
77 $t: useI18n().t,

1...<<51525354555657585960>>...349