/openbmc/linux/drivers/spi/ |
H A D | spi-mxs.c | 365 struct spi_transfer *t; in mxs_spi_transfer_one() local 384 flag = (&t->transfer_list == m->transfers.prev) ^ t->cs_change ? in mxs_spi_transfer_one() 396 if (t->len < 32) { in mxs_spi_transfer_one() 401 if (t->tx_buf) in mxs_spi_transfer_one() 403 (void *)t->tx_buf, in mxs_spi_transfer_one() 405 if (t->rx_buf) in mxs_spi_transfer_one() 407 t->rx_buf, t->len, in mxs_spi_transfer_one() 414 if (t->tx_buf) in mxs_spi_transfer_one() 416 (void *)t->tx_buf, t->len, in mxs_spi_transfer_one() 418 if (t->rx_buf) in mxs_spi_transfer_one() [all …]
|
H A D | spi-mt7621.c | 254 struct spi_transfer *t = NULL; in mt7621_spi_transfer_one_message() local 259 list_for_each_entry(t, &m->transfers, transfer_list) in mt7621_spi_transfer_one_message() 260 if (t->speed_hz < speed) in mt7621_spi_transfer_one_message() 261 speed = t->speed_hz; in mt7621_spi_transfer_one_message() 272 list_for_each_entry(t, &m->transfers, transfer_list) { in mt7621_spi_transfer_one_message() 273 if ((t->rx_buf) && (t->tx_buf)) { in mt7621_spi_transfer_one_message() 283 } else if (t->rx_buf) { in mt7621_spi_transfer_one_message() 284 mt7621_spi_read_half_duplex(rs, t->len, t->rx_buf); in mt7621_spi_transfer_one_message() 285 } else if (t->tx_buf) { in mt7621_spi_transfer_one_message() 286 mt7621_spi_write_half_duplex(rs, t->len, t->tx_buf); in mt7621_spi_transfer_one_message() [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 308.out | 3 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 12 'filename': 'TEST_DIR/t.IMGFMT' 29 'mountpoint': 'TEST_DIR/t.IMGFMT.fuse' 39 'mountpoint': 'TEST_DIR/t.IMGFMT.fuse' 49 'mountpoint': 'TEST_DIR/t.IMGFMT.fuse' 64 'mountpoint': 'TEST_DIR/t.IMGFMT' 75 'mountpoint': 'TEST_DIR/t.IMGFMT.fuse' 95 'mountpoint': 'TEST_DIR/t.IMGFMT.fuse', 'writable': true 133 dd: error writing 'TEST_DIR/t.IMGFMT.fuse': Input/output error 176 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 [all …]
|
H A D | 259.out | 2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 5 Formatting 'TEST_DIR/t.IMGFMT', fmt=qcow2 size=67108864 6 image: TEST_DIR/t.IMGFMT 12 Formatting 'TEST_DIR/t.IMGFMT', fmt=qcow2 size=67108864 preallocation=metadata 13 qemu-img: TEST_DIR/t.IMGFMT: Could not resize image: Cannot grow NBD nodes
|
H A D | 266.out | 2 …s": {"job-id": "job0", "options": {"driver": "file", "filename": "TEST_DIR/PID-t.vpc", "size": 0}}} 7 {"execute": "blockdev-add", "arguments": {"driver": "file", "filename": "TEST_DIR/PID-t.vpc", "node… 24 …s": {"job-id": "job0", "options": {"driver": "file", "filename": "TEST_DIR/PID-t.vpc", "size": 0}}} 29 {"execute": "blockdev-add", "arguments": {"driver": "file", "filename": "TEST_DIR/PID-t.vpc", "node… 46 …s": {"job-id": "job0", "options": {"driver": "file", "filename": "TEST_DIR/PID-t.vpc", "size": 0}}} 51 {"execute": "blockdev-add", "arguments": {"driver": "file", "filename": "TEST_DIR/PID-t.vpc", "node… 67 …s": {"job-id": "job0", "options": {"driver": "file", "filename": "TEST_DIR/PID-t.vpc", "size": 0}}} 72 {"execute": "blockdev-add", "arguments": {"driver": "file", "filename": "TEST_DIR/PID-t.vpc", "node… 92 {"execute": "blockdev-add", "arguments": {"driver": "file", "filename": "TEST_DIR/PID-t.vpc", "node… 114 {"execute": "blockdev-add", "arguments": {"driver": "file", "filename": "TEST_DIR/PID-t.vpc", "node… [all …]
|
H A D | 060.out | 5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 14 image: TEST_DIR/t.IMGFMT 25 qemu-io: can't open device TEST_DIR/t.IMGFMT: IMGFMT: Image is corrupt; cannot be opened read/write 32 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 105 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 backing_file=TEST_DIR/t.IMGFMT.base back… 273 qemu-io: can't open device TEST_DIR/t.IMGFMT: Image does not contain a reference count table 296 Can't get refcount for cluster 0: Input/output error 297 Can't get refcount for cluster 1: Input/output error 298 Can't get refcount for cluster 2: Input/output error 299 Can't get refcount for cluster 3: Input/output error [all …]
|
/openbmc/qemu/po/ |
H A D | hu.po | 19 msgstr " - Nyomj Ctrl+Alt+G-t a bemeneti eszközök elengedéséhez" 25 msgstr "_Megállítás" 28 msgstr "Új_raindítás" 31 msgstr "_Leállítás" 44 msgstr "Ablakmérethez _igazítás" 48 msgstr "Ablakmérethez _igazítás" 54 msgstr "Ablakmérethez _igazítás" 63 msgstr "_Fülek megjelenítése"
|
/openbmc/linux/drivers/video/fbdev/mmp/hw/ |
H A D | mmp_spi.c | 109 struct spi_transfer *t; in lcd_spi_one_transfer() local 112 list_for_each_entry(t, &m->transfers, transfer_list) { in lcd_spi_one_transfer() 115 for (i = 0; i < t->len; i++) in lcd_spi_one_transfer() 116 lcd_spi_write(spi, ((u8 *)t->tx_buf)[i]); in lcd_spi_one_transfer() 119 for (i = 0; i < t->len/2; i++) in lcd_spi_one_transfer() 120 lcd_spi_write(spi, ((u16 *)t->tx_buf)[i]); in lcd_spi_one_transfer() 123 for (i = 0; i < t->len/4; i++) in lcd_spi_one_transfer() 124 lcd_spi_write(spi, ((u32 *)t->tx_buf)[i]); in lcd_spi_one_transfer()
|
/openbmc/linux/drivers/acpi/ |
H A D | ec.c | 671 if (!t || !(t->flags & ACPI_EC_COMMAND_POLL)) { in advance_transaction() 676 if (!t) in advance_transaction() 681 if (t->wlen > t->wi) { in advance_transaction() 683 acpi_ec_write_data(ec, t->wdata[t->wi++]); in advance_transaction() 686 } else if (t->rlen > t->ri) { in advance_transaction() 688 t->rdata[t->ri++] = acpi_ec_read_data(ec); in advance_transaction() 689 if (t->rlen == t->ri) { in advance_transaction() 786 if (t->rdata) in acpi_ec_transaction_unlocked() 787 memset(t->rdata, 0, t->rlen); in acpi_ec_transaction_unlocked() 823 if (!ec || (!t) || (t->wlen && !t->wdata) || (t->rlen && !t->rdata)) in acpi_ec_transaction() [all …]
|
/openbmc/linux/tools/lib/bpf/ |
H A D | relo_core.c | 13 return btf_type_str(t); in btf_kind_str() 34 const struct btf_type *t; in btf__resolve_size() local 38 t = btf_resolve_size(btf, t, &size); in btf__resolve_size() 39 if (IS_ERR(t)) in btf__resolve_size() 40 return PTR_ERR(t); in btf__resolve_size() 75 const struct btf_type *t; in is_flex_arr() local 306 if (!t) in bpf_core_parse_spec() 320 name_off = btf_is_enum(t) ? btf_enum(t)[access_idx].name_off in bpf_core_parse_spec() 336 if (!t) in bpf_core_parse_spec() 370 if (!t) in bpf_core_parse_spec() [all …]
|
/openbmc/dbus-sensors/src/ |
H A D | VariantVisitors.hpp | 31 U operator()(const T& t) const in operator ()() 35 return static_cast<U>(t); in operator ()() 55 std::string operator()(const T& t) const in operator ()() 59 return t; in operator ()() 63 return std::to_string(t); in operator ()()
|
/openbmc/qemu/tests/tcg/plugins/ |
H A D | meson.build | 1 t = [] variable 5 t += shared_module(i, files(i + '.c') + '../../../contrib/plugins/win32_linker.c', 12 t += shared_module(i, files(i + '.c'), 18 if t.length() > 0 19 alias_target('test-plugins', t)
|
/openbmc/linux/scripts/gdb/linux/ |
H A D | tasks.py | 25 t = g = init_task 29 yield t 31 t = utils.container_of(t['thread_group']['next'], 33 if t == g: 36 t = g = utils.container_of(g['tasks']['next'], 38 if t == init_task:
|
/openbmc/linux/tools/perf/util/ |
H A D | debug.h | 50 #define pr_time_N(n, var, t, fmt, ...) \ argument 51 eprintf_time(n, var, t, fmt, ##__VA_ARGS__) 53 #define pr_oe_time(t, fmt, ...) pr_time_N(1, debug_ordered_events, t, pr_fmt(fmt), ##__VA_ARGS__) argument 54 #define pr_oe_time2(t, fmt, ...) pr_time_N(2, debug_ordered_events, t, pr_fmt(fmt), ##__VA_ARGS__) argument 76 int eprintf_time(int level, int var, u64 t, const char *fmt, ...) __printf(4, 5);
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | compat.h | 30 #define __TYPE_IS_PTR(t) (!__builtin_types_compatible_p( \ argument 31 typeof(0?(__force t)0:0ULL), u64)) 33 #define __SC_DELOUSE(t,v) ({ \ argument 34 BUILD_BUG_ON(sizeof(t) > 4 && !__TYPE_IS_PTR(t)); \ 35 (__force t)(__TYPE_IS_PTR(t) ? ((v) & 0x7fffffff) : (v)); \
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_timeout.c | 33 const struct nf_ct_timeout *t; in untimeout() local 35 t = rcu_access_pointer(timeout_ext->timeout); in untimeout() 37 if (!timeout || t == timeout) in untimeout() 136 struct nf_ct_timeout *t; in nf_ct_destroy_timeout() local 138 t = rcu_dereference(timeout_ext->timeout); in nf_ct_destroy_timeout() 139 if (t) in nf_ct_destroy_timeout() 140 h->timeout_put(t); in nf_ct_destroy_timeout()
|
/openbmc/linux/net/ipv4/ |
H A D | bpf_tcp_ca.c | 75 const struct btf_type *t; in bpf_tcp_ca_btf_struct_access() local 78 t = btf_type_by_id(reg->btf, reg->btf_id); in bpf_tcp_ca_btf_struct_access() 79 if (t != tcp_sock_type) { in bpf_tcp_ca_btf_struct_access() 148 const struct btf_type *t; in prog_ops_moff() local 152 t = bpf_tcp_congestion_ops.type; in prog_ops_moff() 153 m = &btf_type_member(t)[midx]; in prog_ops_moff() 155 return __btf_member_bit_offset(t, m) / 8; in prog_ops_moff() 217 static int bpf_tcp_ca_init_member(const struct btf_type *t, in bpf_tcp_ca_init_member() argument 228 moff = __btf_member_bit_offset(t, member) / 8; in bpf_tcp_ca_init_member() 245 static int bpf_tcp_ca_check_member(const struct btf_type *t, in bpf_tcp_ca_check_member() argument [all …]
|
/openbmc/linux/tools/perf/util/bpf_skel/ |
H A D | off_cpu.bpf.c | 105 static inline int get_task_state(struct task_struct *t) in get_task_state() argument 108 struct task_struct___new *t_new = (void *)t; in get_task_state() 114 struct task_struct___old *t_old = (void *)t; in get_task_state() 120 static inline __u64 get_cgroup_id(struct task_struct *t) in get_cgroup_id() argument 125 return BPF_CORE_READ(t, cgroups, dfl_cgrp, kn, id); in get_cgroup_id() 136 cgrp = BPF_CORE_READ(t, cgroups, subsys[perf_subsys_id], cgroup); in get_cgroup_id() 140 static inline int can_record(struct task_struct *t, int state) in can_record() argument 143 if (t->flags & PF_KTHREAD) in can_record() 164 pid = t->tgid; in can_record() 166 pid = t->pid; in can_record() [all …]
|
/openbmc/linux/arch/mips/pci/ |
H A D | pci-ar71xx.c | 71 u32 t; in ar71xx_pci_get_ble() local 73 t = ar71xx_pci_ble_table[size & 3][where & 3]; in ar71xx_pci_get_ble() 74 BUG_ON(t == 0xf); in ar71xx_pci_get_ble() 75 t <<= (local) ? 20 : 4; in ar71xx_pci_get_ble() 77 return t; in ar71xx_pci_get_ble() 258 u32 t; in ar71xx_pci_irq_unmask() local 263 t = __raw_readl(base + AR71XX_RESET_REG_PCI_INT_ENABLE); in ar71xx_pci_irq_unmask() 275 u32 t; in ar71xx_pci_irq_mask() local 280 t = __raw_readl(base + AR71XX_RESET_REG_PCI_INT_ENABLE); in ar71xx_pci_irq_mask() 332 u32 t; in ar71xx_pci_probe() local [all …]
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | qemu-img-bitmaps.out | 8 Formatting 'TEST_DIR/t.IMGFMT.orig', fmt=IMGFMT size=10485760 backing_file=TEST_DIR/t.IMGFMT.base b… 24 image: TEST_DIR/t.IMGFMT 40 image: TEST_DIR/t.IMGFMT 63 image: TEST_DIR/t.IMGFMT 67 backing file: TEST_DIR/t.IMGFMT.base 86 image: TEST_DIR/t.IMGFMT.base 121 image: TEST_DIR/t.IMGFMT 125 backing file: TEST_DIR/t.IMGFMT.base 149 qemu-img: Could not open 'TEST_DIR/t.IMGFMT.copy': Could not open 'TEST_DIR/t.IMGFMT.copy': No such… 153 image: TEST_DIR/t.IMGFMT.copy [all …]
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | translate.c | 173 TCGv t; in gpr_src() local 183 t = tcg_temp_new(); in gpr_src() 184 tcg_gen_ext32s_tl(t, cpu_gpr[reg_num]); in gpr_src() 185 return t; in gpr_src() 187 t = tcg_temp_new(); in gpr_src() 188 tcg_gen_ext32u_tl(t, cpu_gpr[reg_num]); in gpr_src() 189 return t; in gpr_src() 207 tcg_gen_mov_tl(cpu_gpr[reg_num], t); in gen_set_gpr() 223 TCGv t = tcg_temp_new(); in get_fpr() local 224 tcg_gen_ld_i64(t, tcg_env, in get_fpr() [all …]
|
/openbmc/qemu/tests/multiboot/ |
H A D | run_test.sh | 78 for t in mmap modules aout_kludge; do 82 $t 84 if ! diff $t.out test.log > /dev/null 2>&1; then 85 printf %b "\e[31mFAIL\e[0m $t (output difference)\n" 86 diff -u $t.out test.log 91 printf %b "\e[32mPASS\e[0m $t\n"
|
/openbmc/qemu/tests/tcg/riscv64/ |
H A D | semicall.h | 12 register uintptr_t t asm("a0") = type; in __semi_call() 19 : "=r" (t) in __semi_call() 20 : "r" (t), "r" (a0)); in __semi_call() 21 return t; in __semi_call()
|
/openbmc/qemu/tests/tcg/aarch64/ |
H A D | semicall.h | 12 register uintptr_t t asm("x0") = type; in __semi_call() 15 : "=r" (t) in __semi_call() 16 : "r" (t), "r" (a0)); in __semi_call() 17 return t; in __semi_call()
|
/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | ABI.rst | 12 break on an older device tree, but that doesn't mean the binding is 14 don't result in breakage. For instance, if a new property is added, 18 new. These guidelines aren't new, but they desperately need to be 23 1) Maintainers, don't let perfect be the enemy of good. Don't hold up a 24 binding because it isn't perfect. 29 3) Bindings can be augmented, but the driver shouldn't break when given 30 the old binding. ie. add additional properties, but don't change the 34 4) Don't submit bindings for staging or unstable. That will be decided by
|