/openbmc/linux/drivers/media/pci/netup_unidvb/ |
H A D | netup_unidvb_spi.c | 100 struct spi_transfer *t; in netup_spi_transfer() local 107 list_for_each_entry(t, &msg->transfers, transfer_list) { in netup_spi_transfer() 108 tr_size = t->len; in netup_spi_transfer() 110 u32 frag_offset = t->len - tr_size; in netup_spi_transfer() 115 if (list_is_last(&t->transfer_list, in netup_spi_transfer() 117 frag_offset + frag_size == t->len) { in netup_spi_transfer() 120 if (t->tx_buf) { in netup_spi_transfer() 122 t->tx_buf + frag_offset, in netup_spi_transfer() 141 if (t->rx_buf) { in netup_spi_transfer() 142 memcpy_fromio(t->rx_buf + frag_offset, in netup_spi_transfer()
|
/openbmc/linux/arch/x86/um/ |
H A D | tls_32.c | 65 struct thread_struct *t = &task->thread; in get_free_idx() local 69 if (!t->arch.tls_array[idx].present) in get_free_idx() 203 struct thread_struct *t = &task->thread; in set_tls_entry() local 208 t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].tls = *info; in set_tls_entry() 209 t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].present = 1; in set_tls_entry() 210 t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].flushed = flushed; in set_tls_entry() 238 struct thread_struct *t = &task->thread; in get_tls_entry() local 243 if (!t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].present) in get_tls_entry() 246 *info = t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].tls; in get_tls_entry() 254 !t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].flushed)) { in get_tls_entry()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 197.out | 5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4294967296 8 Formatting 'TEST_DIR/t.wrap.IMGFMT', fmt=IMGFMT size=4294967296 backing_file=TEST_DIR/t.IMGFMT back… 19 qemu-io: can't open device TEST_DIR/t.wrap.qcow2: Can't use copy-on-read on read-only device 29 Formatting 'TEST_DIR/t.wrap.IMGFMT', fmt=IMGFMT size=1024 37 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=65536 38 Formatting 'TEST_DIR/t.wrap.IMGFMT', fmt=IMGFMT size=65536 backing_file=TEST_DIR/t.IMGFMT backing_f…
|
H A D | 131.out | 2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 30 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 34 0 0x200000 TEST_DIR/t.IMGFMT 38 0x100000 0x100000 TEST_DIR/t.IMGFMT 45 0x100000 0x100000 TEST_DIR/t.IMGFMT 46 0x200000 0x100000 TEST_DIR/t.IMGFMT 50 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 58 0 0x100000 TEST_DIR/t.IMGFMT 59 0x100000 0x100000 TEST_DIR/t.IMGFMT 60 0x300000 0x100000 TEST_DIR/t.IMGFMT [all …]
|
/openbmc/linux/fs/erofs/ |
H A D | sysfs.c | 137 unsigned long t; in erofs_attr_store() local 144 ret = kstrtoul(skip_spaces(buf), 0, &t); in erofs_attr_store() 147 if (t != (unsigned int)t) in erofs_attr_store() 151 (t > EROFS_SYNC_DECOMPRESS_FORCE_OFF)) in erofs_attr_store() 154 *(unsigned int *)ptr = t; in erofs_attr_store() 159 ret = kstrtoul(skip_spaces(buf), 0, &t); in erofs_attr_store() 162 if (t != 0 && t != 1) in erofs_attr_store() 164 *(bool *)ptr = !!t; in erofs_attr_store()
|
/openbmc/linux/drivers/input/joystick/ |
H A D | guillemot.c | 69 unsigned int t, s; in guillemot_read_packet() local 76 t = gameport_time(gameport, GUILLEMOT_MAX_START); in guillemot_read_packet() 83 while (t > 0 && i < GUILLEMOT_MAX_LENGTH * 8) { in guillemot_read_packet() 84 t--; in guillemot_read_packet() 89 t = s; in guillemot_read_packet() 163 int i, t; in guillemot_connect() local 221 for (i = 0; (t = guillemot->type->abs[i]) >= 0; i++) in guillemot_connect() 222 input_set_abs_params(input_dev, t, 0, 255, 0, 0); in guillemot_connect() 229 for (i = 0; (t = guillemot->type->btn[i]) >= 0; i++) in guillemot_connect() 230 set_bit(t, input_dev->keybit); in guillemot_connect()
|
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/ |
H A D | LdapStore.js | 119 .then(() => i18n.global.t('pageLdap.toast.successSaveLdapSettings')) 123 i18n.global.t('pageLdap.toast.errorSaveLdapSettings'), 139 i18n.global.t('pageLdap.toast.successSaveActiveDirectorySettings'), 144 i18n.global.t('pageLdap.toast.errorSaveActiveDirectorySettings'), 208 i18n.global.t('pageLdap.toast.successAddRoleGroup', { 214 throw new Error(i18n.global.t('pageLdap.toast.errorAddRoleGroup')); 240 i18n.global.t('pageLdap.toast.successSaveRoleGroup', { groupName }), 244 throw new Error(i18n.global.t('pageLdap.toast.errorSaveRoleGroup')); 267 i18n.global.t( 275 i18n.global.t(
|
/openbmc/linux/tools/testing/selftests/arm64/fp/ |
H A D | vlset.c | 107 int t, e; in main() local 134 t = prctl(set_ctl, vl | flags); in main() 135 if (t < 0) { in main() 141 t = prctl(get_ctl); in main() 142 if (t == -1) { in main() 148 flags = t & ~flags; in main()
|
/openbmc/qemu/host/include/aarch64/host/ |
H A D | store-insert-al16.h.inc | 36 asm("0: ldxp %[l], %[h], %[mem]\n\t" 37 "bic %[l], %[l], %[ml]\n\t" 38 "bic %[h], %[h], %[mh]\n\t" 39 "orr %[l], %[l], %[vl]\n\t" 40 "orr %[h], %[h], %[vh]\n\t" 41 "stxp %w[f], %[l], %[h], %[mem]\n\t"
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcgi/ |
H A D | libcgi-perl_4.64.bb | 28 rm -rf ${B}/t/push.t 29 rm -rf ${B}/t/utf8.t 31 rm -rf ${B}/t/compiles_pod.t
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | sstep.h | 102 #define GETTYPE(t) ((t) & INSTR_TYPE_MASK) argument 103 #define GETLENGTH(t) (((t) & PREFIXED) ? 8 : 4) argument 105 #define MKOP(t, f, s) ((t) | (f) | SIZE(s)) argument
|
/openbmc/linux/drivers/net/fddi/skfp/h/ |
H A D | mbuf.h | 43 #define smtod(x,t) ((t)((x)->sm_data + (x)->sm_off)) argument 44 #define smtodoff(x,t,o) ((t)((x)->sm_data + (o))) argument
|
/openbmc/pldm/fw-update/test/ |
H A D | meson.build | 14 foreach t : tests 16 t, 18 t.underscorify(), 19 t + '.cpp',
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-rk3x.c | 207 struct i2c_timings t; member 566 struct i2c_timings *t, in rk3x_i2c_v0_calc_timings() argument 589 if (WARN_ON(t->bus_freq_hz < 1000)) in rk3x_i2c_v0_calc_timings() 590 t->bus_freq_hz = 1000; in rk3x_i2c_v0_calc_timings() 618 (t->scl_rise_ns + spec->min_setup_start_ns + t->sda_fall_ns + in rk3x_i2c_v0_calc_timings() 627 scl_rate_khz = t->bus_freq_hz / 1000; in rk3x_i2c_v0_calc_timings() 745 struct i2c_timings *t, in rk3x_i2c_v1_calc_timings() argument 768 if (WARN_ON(t->bus_freq_hz < 1000)) in rk3x_i2c_v1_calc_timings() 769 t->bus_freq_hz = 1000; in rk3x_i2c_v1_calc_timings() 876 struct i2c_timings *t = &i2c->t; in rk3x_i2c_adapt_div() local [all …]
|
/openbmc/linux/sound/firewire/digi00x/ |
H A D | digi00x-pcm.c | 17 struct snd_interval t = { in hw_rule_rate() local 27 t.min = min(t.min, snd_dg00x_stream_rates[i]); in hw_rule_rate() 28 t.max = max(t.max, snd_dg00x_stream_rates[i]); in hw_rule_rate() 31 return snd_interval_refine(r, &t); in hw_rule_rate() 41 struct snd_interval t = { in hw_rule_channels() local 50 t.min = min(t.min, snd_dg00x_stream_pcm_channels[i]); in hw_rule_channels() 51 t.max = max(t.max, snd_dg00x_stream_pcm_channels[i]); in hw_rule_channels() 54 return snd_interval_refine(c, &t); in hw_rule_channels()
|
/openbmc/linux/arch/mips/math-emu/ |
H A D | sp_mul.c | 23 unsigned int t; in ieee754sp_mul() local 126 t = lxm * hym; /* 16 * 16 => 32 */ in ieee754sp_mul() 127 at = lrm + (t << 16); in ieee754sp_mul() 130 hrm = hrm + (t >> 16); in ieee754sp_mul() 132 t = hxm * lym; /* 16 * 16 => 32 */ in ieee754sp_mul() 133 at = lrm + (t << 16); in ieee754sp_mul() 136 hrm = hrm + (t >> 16); in ieee754sp_mul()
|
H A D | dp_mul.c | 23 u64 t; in ieee754dp_mul() local 127 t = DPXMULT(lxm, hym); in ieee754dp_mul() 129 at = lrm + (t << 32); in ieee754dp_mul() 133 hrm = hrm + (t >> 32); in ieee754dp_mul() 135 t = DPXMULT(hxm, lym); in ieee754dp_mul() 137 at = lrm + (t << 32); in ieee754dp_mul() 141 hrm = hrm + (t >> 32); in ieee754dp_mul()
|
/openbmc/bios-bmc-smm-error-logger/src/ |
H A D | main.cpp | 39 void readLoop(boost::asio::steady_timer* t, in readLoop() argument 66 t->expires_from_now(readIntervalinMs); in readLoop() 67 t->async_wait( in readLoop() 68 std::bind_front(readLoop, t, bufferInterface, rdeCommandHandler)); in readLoop() 74 boost::asio::steady_timer t(io, readIntervalinMs); in main() local 104 t.async_wait(std::bind_front(readLoop, &t, std::move(bufferHandler), in main()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/ |
H A D | eeprom.c | 265 struct mt7601u_rate_power *t = &dev->ee->power_rate_table; in mt7601u_save_power_rate() local 269 mt7601u_set_power_rate(&t->cck[0], delta, (val >> 0) & 0xff); in mt7601u_save_power_rate() 270 mt7601u_set_power_rate(&t->cck[1], delta, (val >> 8) & 0xff); in mt7601u_save_power_rate() 272 dev->ee->real_cck_bw20[0] = t->cck[0].bw20; in mt7601u_save_power_rate() 273 dev->ee->real_cck_bw20[1] = t->cck[1].bw20; in mt7601u_save_power_rate() 279 mt7601u_set_power_rate(&t->ofdm[2], delta, (val >> 0) & 0xff); in mt7601u_save_power_rate() 280 mt7601u_set_power_rate(&t->ofdm[3], delta, (val >> 8) & 0xff); in mt7601u_save_power_rate() 281 mt7601u_set_power_rate(&t->ht[0], delta, (val >> 16) & 0xff); in mt7601u_save_power_rate() 282 mt7601u_set_power_rate(&t->ht[1], delta, (val >> 24) & 0xff); in mt7601u_save_power_rate() 285 mt7601u_set_power_rate(&t->ht[2], delta, (val >> 0) & 0xff); in mt7601u_save_power_rate() [all …]
|
/openbmc/linux/kernel/ |
H A D | kallsyms_selftest.c | 159 u64 t0, t1, t; in lookup_name() local 166 t = t1 - t0; in lookup_name() 167 if (t < stat->min) in lookup_name() 168 stat->min = t; in lookup_name() 170 if (t > stat->max) in lookup_name() 171 stat->max = t; in lookup_name() 174 stat->sum += t; in lookup_name() 460 if (IS_ERR(t)) { in kallsyms_test_init() 462 return PTR_ERR(t); in kallsyms_test_init() 464 kthread_bind(t, 0); in kallsyms_test_init() [all …]
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/ |
H A D | functions | 52 grep -v '^#' set_ftrace_filter | while read t; do 53 tr=`echo $t | cut -d: -f2` 57 if ! grep -q "$t" set_ftrace_filter; then 60 name=`echo $t | cut -d: -f1 | cut -d' ' -f1` 62 tr=`echo $t | cut -d: -f2-4` 63 limit=`echo $t | cut -d: -f5` 65 tr=`echo $t | cut -d: -f2` 66 limit=`echo $t | cut -d: -f3` 147 t=${i%:tracer} 153 elif [ $t != $i ]; then [all …]
|
/openbmc/linux/net/ipv4/ |
H A D | fib_trie.c | 892 tp = halve(t, tn); in resize() 1022 struct trie *t; in fib_find_matching_alias() local 1106 tn = resize(t, tn); in trie_rebalance() 1457 pn = t->kv; in fib_table_lookup() 2414 struct trie *t; in fib_trie_table() local 2436 if (!t->stats) { in fib_trie_table() 2503 if (!t) in fib_trie_get_first() 2506 pn = t->kv; in fib_trie_get_first() 2656 if (!t) in fib_triestat_seq_show() 2791 if (t < __RTN_MAX && rtn_type_names[t]) in rtn_type() [all …]
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | brcms_trace_brcmsmac.h | 31 TP_PROTO(struct brcms_timer *t), 36 TP_ARGS(t), 48 __entry->ms = t->ms; 49 __entry->set = t->set; 50 __entry->periodic = t->periodic;
|
/openbmc/linux/net/ax25/ |
H A D | ax25_route.c | 44 ax25_route *s, *t, *ax25_rt; in ax25_rt_device_down() local 58 for (t = ax25_route_list; t != NULL; t = t->next) { in ax25_rt_device_down() 59 if (t->next == s) { in ax25_rt_device_down() 60 t->next = s->next; in ax25_rt_device_down() 153 ax25_route *s, *t, *ax25_rt; in ax25_rt_del() local 171 for (t = ax25_route_list; t != NULL; t = t->next) { in ax25_rt_del() 172 if (t->next == s) { in ax25_rt_del() 173 t->next = s->next; in ax25_rt_del()
|
/openbmc/linux/kernel/time/ |
H A D | timekeeping_debug.c | 46 void tk_debug_account_sleep_time(const struct timespec64 *t) in tk_debug_account_sleep_time() argument 49 int bin = min(fls(t->tv_sec), NUM_BINS-1); in tk_debug_account_sleep_time() 53 (s64)t->tv_sec, t->tv_nsec / NSEC_PER_MSEC); in tk_debug_account_sleep_time()
|