Home
last modified time | relevance | path

Searched refs:t (Results 251 – 275 of 8449) sorted by relevance

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

/openbmc/linux/arch/mips/pci/
H A Dpci-rt3883.c152 u32 t; in rt3883_pci_irq_unmask() local
165 u32 t; in rt3883_pci_irq_mask() local
304 u32 t; in rt3883_pci_preinit() local
320 t &= ~BIT(31); in rt3883_pci_preinit()
324 t &= 0x80ffffff; in rt3883_pci_preinit()
328 t |= 0xa << 24; in rt3883_pci_preinit()
332 t |= BIT(31); in rt3883_pci_preinit()
377 rpc->pcie_ready = t & BIT(0); in rt3883_pci_preinit()
382 t |= RT3883_RSTCTRL_PCIE; in rt3883_pci_preinit()
384 t &= ~RT3883_RSTCTRL_PCIE; in rt3883_pci_preinit()
[all …]
/openbmc/linux/tools/bpf/bpftool/
H A Dbtf.c78 switch (btf_vlen(t)) { in btf_func_linkage_str()
103 const struct btf_type *t) in dump_btf_type() argument
106 int kind = btf_kind(t); in dump_btf_type()
120 __u32 v = *(__u32 *)(t + 1); in dump_btf_type()
230 if (btf_kflag(t)) in dump_btf_type()
236 if (btf_kflag(t)) in dump_btf_type()
248 __u16 vlen = btf_vlen(t); in dump_btf_type()
269 if (btf_kflag(t)) in dump_btf_type()
275 if (btf_kflag(t)) in dump_btf_type()
421 const struct btf_type *t; in dump_btf_raw() local
[all …]
/openbmc/linux/net/9p/
H A Dmod.c88 struct p9_trans_module *t, *found = NULL; in _p9_get_trans_by_name() local
92 list_for_each_entry(t, &v9fs_trans_list, list) in _p9_get_trans_by_name()
93 if (strcmp(t->name, s) == 0 && in _p9_get_trans_by_name()
94 try_module_get(t->owner)) { in _p9_get_trans_by_name()
95 found = t; in _p9_get_trans_by_name()
137 struct p9_trans_module *t, *found = NULL; in v9fs_get_default_trans() local
142 list_for_each_entry(t, &v9fs_trans_list, list) in v9fs_get_default_trans()
143 if (t->def && try_module_get(t->owner)) { in v9fs_get_default_trans()
144 found = t; in v9fs_get_default_trans()
150 if (try_module_get(t->owner)) { in v9fs_get_default_trans()
[all …]
/openbmc/u-boot/drivers/video/
H A Dvideomodes.c393 if (EDID_DETAILED_TIMING_PIXEL_CLOCK(*t) == 0 || in video_edid_dtd_to_ctfb_res_modes()
394 EDID_DETAILED_TIMING_HORIZONTAL_ACTIVE(*t) == 0 || in video_edid_dtd_to_ctfb_res_modes()
396 EDID_DETAILED_TIMING_VERTICAL_ACTIVE(*t) == 0 || in video_edid_dtd_to_ctfb_res_modes()
397 EDID_DETAILED_TIMING_VERTICAL_BLANKING(*t) == 0 || in video_edid_dtd_to_ctfb_res_modes()
398 EDID_DETAILED_TIMING_HSYNC_OFFSET(*t) == 0 || in video_edid_dtd_to_ctfb_res_modes()
399 EDID_DETAILED_TIMING_VSYNC_OFFSET(*t) == 0 || in video_edid_dtd_to_ctfb_res_modes()
401 EDID_DETAILED_TIMING_FLAG_STEREO(*t) != 0) in video_edid_dtd_to_ctfb_res_modes()
426 margin = EDID_DETAILED_TIMING_VERTICAL_BLANKING(*t) - in video_edid_dtd_to_ctfb_res_modes()
434 if (EDID_DETAILED_TIMING_FLAG_HSYNC_POLARITY(*t)) in video_edid_dtd_to_ctfb_res_modes()
436 if (EDID_DETAILED_TIMING_FLAG_VSYNC_POLARITY(*t)) in video_edid_dtd_to_ctfb_res_modes()
[all …]
/openbmc/linux/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-regs.h34 #define S5P_QT_NUMt_SHIFT(t) (((t) - 1) << 1) argument
35 #define S5P_QT_NUMt_MASK(t) (0x3 << S5P_QT_NUMt_SHIFT(t)) argument
39 #define S5P_HT_NUMt_AC_SHIFT(t) (((t) << 1) - 1) argument
40 #define S5P_HT_NUMt_AC_MASK(t) (0x1 << S5P_HT_NUMt_AC_SHIFT(t)) argument
42 #define S5P_HT_NUMt_DC_SHIFT(t) (((t) - 1) << 1) argument
43 #define S5P_HT_NUMt_DC_MASK(t) (0x1 << S5P_HT_NUMt_DC_SHIFT(t)) argument
420 #define EXYNOS3250_QT_NUM_SHIFT(t) ((((t) - 1) << 1) + 8) argument
421 #define EXYNOS3250_QT_NUM_MASK(t) (0x3 << EXYNOS3250_QT_NUM_SHIFT(t)) argument
424 #define EXYNOS3250_HT_NUM_AC_SHIFT(t) (((t) << 1) - 1) argument
425 #define EXYNOS3250_HT_NUM_AC_MASK(t) (0x1 << EXYNOS3250_HT_NUM_AC_SHIFT(t)) argument
[all …]
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay-sysfs.c90 struct omap_video_timings t; in display_timings_show() local
95 dssdev->driver->get_timings(dssdev, &t); in display_timings_show()
98 t.pixelclock, in display_timings_show()
99 t.x_res, t.hfp, t.hbp, t.hsw, in display_timings_show()
100 t.y_res, t.vfp, t.vbp, t.vsw); in display_timings_show()
115 t = omap_dss_pal_timings; in display_timings_store()
118 t = omap_dss_ntsc_timings; in display_timings_store()
123 &t.pixelclock, in display_timings_store()
124 &t.x_res, &t.hfp, &t.hbp, &t.hsw, in display_timings_store()
125 &t.y_res, &t.vfp, &t.vbp, &t.vsw) != 9) in display_timings_store()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D099.out2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072
3 Formatting 'TEST_DIR/t.IMGFMT.compare', fmt=raw size=131072
7 blkverify:TEST_DIR/t.IMGFMT.compare:TEST_DIR/t.IMGFMT
11 blkverify:TEST_DIR/t.IMGFMT.compare:TEST_DIR/t.IMGFMT
15 json:{"driver": "IMGFMT", "file": {"image": {"driver": "file", "filename": "TEST_DIR/t.IMGFMT"}, "d…
19 …DIR/t.IMGFMT"}, "driver": "blkdebug", "inject-error.0.event": "l1_update"}}, "driver": "blkverify"…
23 blkdebug:TEST_DIR/blkdebug.conf:TEST_DIR/t.IMGFMT
27 blkdebug::TEST_DIR/t.IMGFMT
H A D098.out5 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=67108864
6 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 backing_file=TEST_DIR/t.IMGFMT.base backin…
9 qemu-img: Failed to empty blkdebug:TEST_DIR/blkdebug.conf:TEST_DIR/t.IMGFMT: Input/output error
14 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=67108864
15 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 backing_file=TEST_DIR/t.IMGFMT.base backin…
18 qemu-img: Failed to empty blkdebug:TEST_DIR/blkdebug.conf:TEST_DIR/t.IMGFMT: Input/output error
27 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=67108864
28 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 backing_file=TEST_DIR/t.IMGFMT.base backin…
31 qemu-img: Failed to empty blkdebug:TEST_DIR/blkdebug.conf:TEST_DIR/t.IMGFMT: Input/output error
41 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=67108864
[all …]
H A D079.out4 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4294967296 preallocation=metadata
5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4294967296 preallocation=metadata
6 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4294967296 preallocation=metadata
7 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4294967296 preallocation=metadata
8 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4294967296 preallocation=metadata
9 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4294967296 preallocation=metadata
10 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4294967296 preallocation=metadata
11 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4294967296 preallocation=metadata
12 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4294967296 preallocation=metadata
13 qemu-img: TEST_DIR/t.IMGFMT: Cluster size must be a power of two between 512 and 2048k
/openbmc/linux/arch/arm/mach-rpc/include/mach/
H A Duncompress.h115 struct tag *t = (struct tag *)params; in arch_decomp_setup() local
118 if (t->hdr.tag == ATAG_CORE) { in arch_decomp_setup()
119 for (; t->hdr.size; t = tag_next(t)) { in arch_decomp_setup()
120 if (t->hdr.tag == ATAG_VIDEOTEXT) { in arch_decomp_setup()
122 video_num_cols = t->u.videotext.video_cols; in arch_decomp_setup()
123 video_x = t->u.videotext.x; in arch_decomp_setup()
124 video_y = t->u.videotext.y; in arch_decomp_setup()
125 } else if (t->hdr.tag == ATAG_VIDEOLFB) { in arch_decomp_setup()
126 bytes_per_char_h = t->u.videolfb.lfb_depth; in arch_decomp_setup()
128 } else if (t->hdr.tag == ATAG_MEM) { in arch_decomp_setup()
[all …]
/openbmc/linux/arch/s390/include/asm/
H A Dphysmem_info.h118 #define RR_TYPE_NAME(t) case RR_ ## t: return #t argument
119 static inline const char *get_rr_type_name(enum reserved_range_type t) in get_rr_type_name() argument
121 switch (t) { in get_rr_type_name()
135 #define for_each_physmem_reserved_type_range(t, range, p_start, p_end) \ argument
136 for (range = &physmem_info.reserved[t], *p_start = range->start, *p_end = range->end; \
144 range = &physmem_info.reserved[*t]; in __physmem_reserved_next()
150 while (++*t < RR_MAX) { in __physmem_reserved_next()
151 range = &physmem_info.reserved[*t]; in __physmem_reserved_next()
158 #define for_each_physmem_reserved_range(t, range, p_start, p_end) \ argument
159 for (t = 0, range = __physmem_reserved_next(&t, NULL), \
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlibbpf_str.c24 const struct btf_type *t; in test_libbpf_bpf_attach_type_str() local
37 e = btf_enum(t); in test_libbpf_bpf_attach_type_str()
38 n = btf_vlen(t); in test_libbpf_bpf_attach_type_str()
69 const struct btf_type *t; in test_libbpf_bpf_link_type_str() local
82 e = btf_enum(t); in test_libbpf_bpf_link_type_str()
83 n = btf_vlen(t); in test_libbpf_bpf_link_type_str()
114 const struct btf_type *t; in test_libbpf_bpf_map_type_str() local
127 e = btf_enum(t); in test_libbpf_bpf_map_type_str()
128 n = btf_vlen(t); in test_libbpf_bpf_map_type_str()
177 e = btf_enum(t); in test_libbpf_bpf_prog_type_str()
[all …]
H A Drdonly_maps.c45 const struct rdonly_map_subtest *t = &subtests[i]; in test_rdonly_maps() local
47 if (!test__start_subtest(t->subtest_name)) in test_rdonly_maps()
50 prog = bpf_object__find_program_by_name(obj, t->prog_name); in test_rdonly_maps()
52 t->prog_name)) in test_rdonly_maps()
74 "prog '%s' didn't run?\n", t->prog_name)) in test_rdonly_maps()
76 if (CHECK(bss.iters != t->exp_iters, "check_iters", in test_rdonly_maps()
78 t->prog_name, bss.iters, t->exp_iters)) in test_rdonly_maps()
80 if (CHECK(bss.sum != t->exp_sum, "check_sum", in test_rdonly_maps()
82 t->prog_name, bss.sum, t->exp_sum)) in test_rdonly_maps()
/openbmc/webui-vue/src/views/SecurityAndAccess/Policies/
H A DPolicies.vue9 <dt>{{ $t('pagePolicies.ssh') }}</dt>
11 {{ $t('pagePolicies.sshDescription') }}
22 {{ $t('pagePolicies.ssh') }}
25 {{ $t('global.status.enabled') }}
47 {{ $t('pagePolicies.ipmi') }}
50 {{ $t('global.status.enabled') }}
72 {{ $t('pagePolicies.vtpm') }}
75 {{ $t('global.status.enabled') }}
97 {{ $t('pagePolicies.rtad') }}
100 {{ $t('global.status.enabled') }}
[all …]
/openbmc/linux/include/asm-generic/
H A Dioctl.h8 #define _IOC_TYPECHECK(t) (sizeof(t)) argument
12 #define _IOC_TYPECHECK(t) \ argument
13 ((sizeof(t) == sizeof(t[1]) && \
14 sizeof(t) < (1 << _IOC_SIZEBITS)) ? \
15 sizeof(t) : __invalid_size_argument_for_IOC)
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_u32.c156 struct cxgb4_tc_u32_table *t; in cxgb4_config_knode() local
184 t = adapter->tc_u32; in cxgb4_config_knode()
195 if (link_uhtid >= t->size) in cxgb4_config_knode()
420 t = adapter->tc_u32; in cxgb4_delete_knode()
451 link = &t->table[i]; in cxgb4_delete_knode()
486 t = adap->tc_u32; in cxgb4_cleanup_tc_u32()
504 t = kvzalloc(struct_size(t, table, max_tids), GFP_KERNEL); in cxgb4_init_tc_u32()
505 if (!t) in cxgb4_init_tc_u32()
508 t->size = max_tids; in cxgb4_init_tc_u32()
522 return t; in cxgb4_init_tc_u32()
[all …]
/openbmc/linux/drivers/watchdog/
H A Dit87_wdt.c163 if (t <= max_units) in _wdt_update_timeout()
166 t /= 60; in _wdt_update_timeout()
172 superio_outb(t, WDTVALLSB); in _wdt_update_timeout()
186 _wdt_update_timeout(t); in wdt_update_timeout()
194 t += 59; in wdt_round_time()
195 t -= t % 60; in wdt_round_time()
196 return t; in wdt_round_time()
225 if (t > max_units) in wdt_set_timeout()
226 t = wdt_round_time(t); in wdt_set_timeout()
228 wdd->timeout = t; in wdt_set_timeout()
[all …]
/openbmc/linux/drivers/net/dsa/xrs700x/
H A Dxrs700x_reg.h190 #define XRS_TX_TS_NS_LO(t) (XRS_SWITCH_TS_BASE + 0x80 * (t) + 0x0) argument
191 #define XRS_TX_TS_NS_HI(t) (XRS_SWITCH_TS_BASE + 0x80 * (t) + 0x2) argument
192 #define XRS_TX_TS_S_LO(t) (XRS_SWITCH_TS_BASE + 0x80 * (t) + 0x4) argument
193 #define XRS_TX_TS_S_HI(t) (XRS_SWITCH_TS_BASE + 0x80 * (t) + 0x6) argument
194 #define XRS_TX_TS_HDR(t, h) (XRS_SWITCH_TS_BASE + 0x80 * (t) + \ argument
196 #define XRS_RX_TS_NS_LO(t) (XRS_SWITCH_TS_BASE + 0x80 * (t) + \ argument
198 #define XRS_RX_TS_NS_HI(t) (XRS_SWITCH_TS_BASE + 0x80 * (t) + \ argument
200 #define XRS_RX_TS_S_LO(t) (XRS_SWITCH_TS_BASE + 0x80 * (t) + \ argument
202 #define XRS_RX_TS_S_HI(t) (XRS_SWITCH_TS_BASE + 0x80 * (t) + \ argument
204 #define XRS_RX_TS_HDR(t, h) (XRS_SWITCH_TS_BASE + 0x80 * (t) + \ argument
/openbmc/linux/mm/damon/
H A Dvaddr-test.h99 damon_for_each_region(r, t) { in __nth_region_of()
134 struct damon_target *t; in damon_do_test_apply_three_regions() local
138 t = damon_new_target(); in damon_do_test_apply_three_regions()
141 damon_add_region(r, t); in damon_do_test_apply_three_regions()
147 r = __nth_region_of(t, i); in damon_do_test_apply_three_regions()
152 damon_destroy_target(t); in damon_do_test_apply_three_regions()
255 damon_add_region(r, t); in damon_test_split_evenly_fail()
260 damon_for_each_region(r, t) { in damon_test_split_evenly_fail()
265 damon_free_target(t); in damon_test_split_evenly_fail()
276 damon_add_region(r, t); in damon_test_split_evenly_succ()
[all …]
/openbmc/linux/arch/sparc/kernel/
H A Dprocess_64.c402 if (t->utraps) { in exit_thread()
404 kfree (t->utraps); in exit_thread()
406 t->utraps[0]--; in exit_thread()
415 mm = t->task->mm; in flush_thread()
422 t->fpsaved[0] = 0; in flush_thread()
473 t->rwbuf_stkptrs[i] = t->rwbuf_stkptrs[i+1]; in shift_window_buffer()
474 memcpy(&t->reg_window[i], &t->reg_window[i+1], in shift_window_buffer()
584 t->new_child = 1; in copy_thread()
588 t->fpsaved[0] = 0; in copy_thread()
616 if (t->utraps) in copy_thread()
[all …]
/openbmc/linux/drivers/spi/
H A Dspi-bcm63xx.c232 t->tx_buf, t->rx_buf, t->len); in bcm63xx_txrx_bufs()
239 if (t->tx_buf) { in bcm63xx_txrx_bufs()
241 memcpy_toio(bs->tx_io + len, t->tx_buf, t->len); in bcm63xx_txrx_bufs()
255 len += t->len; in bcm63xx_txrx_bufs()
257 t = list_entry(t->transfer_list.next, struct spi_transfer, in bcm63xx_txrx_bufs()
299 t = first; in bcm63xx_txrx_bufs()
302 if (t->rx_buf) in bcm63xx_txrx_bufs()
303 memcpy_fromio(t->rx_buf, bs->rx_io + len, t->len); in bcm63xx_txrx_bufs()
306 len += t->len; in bcm63xx_txrx_bufs()
308 t = list_entry(t->transfer_list.next, struct spi_transfer, in bcm63xx_txrx_bufs()
[all …]
/openbmc/linux/include/linux/
H A Dcb710.h51 #define CB710_PORT_ACCESSORS(t) \ argument
52 static inline void cb710_write_port_##t(struct cb710_slot *slot, \
53 unsigned port, u##t value) \
55 iowrite##t(value, slot->iobase + port); \
58 static inline u##t cb710_read_port_##t(struct cb710_slot *slot, \
61 return ioread##t(slot->iobase + port); \
64 static inline void cb710_modify_port_##t(struct cb710_slot *slot, \
65 unsigned port, u##t set, u##t clear) \
67 iowrite##t( \
68 (ioread##t(slot->iobase + port) & ~clear)|set, \
/openbmc/linux/include/linux/sched/
H A Dcputime.h12 extern bool task_cputime(struct task_struct *t,
14 extern u64 task_gtime(struct task_struct *t);
16 static inline bool task_cputime(struct task_struct *t, in task_cputime() argument
19 *utime = t->utime; in task_cputime()
20 *stime = t->stime; in task_cputime()
24 static inline u64 task_gtime(struct task_struct *t) in task_gtime() argument
26 return t->gtime; in task_gtime()
31 static inline void task_cputime_scaled(struct task_struct *t, in task_cputime_scaled() argument
35 *utimescaled = t->utimescaled; in task_cputime_scaled()
36 *stimescaled = t->stimescaled; in task_cputime_scaled()
[all …]
/openbmc/qemu/rust/qemu-api/src/
H A Ddefinitions.rs70 ($t:ty) => {
72 name: <$t as $crate::definitions::ObjectImpl>::TYPE_NAME.as_ptr(),
73 parent: if let Some(pname) = <$t as $crate::definitions::ObjectImpl>::PARENT_TYPE_NAME {
78 instance_size: ::core::mem::size_of::<$t>(),
79 instance_align: ::core::mem::align_of::<$t>(),
80 instance_init: <$t as $crate::definitions::ObjectImpl>::INSTANCE_INIT,
81 instance_post_init: <$t as $crate::definitions::ObjectImpl>::INSTANCE_POST_INIT,
82 instance_finalize: <$t as $crate::definitions::ObjectImpl>::INSTANCE_FINALIZE,
83 abstract_: <$t as $crate::definitions::ObjectImpl>::ABSTRACT,
84 class_size: ::core::mem::size_of::<<$t as $crate::definitions::ObjectImpl>::Class>(),
[all …]
/openbmc/linux/net/ipv4/netfilter/
H A Darp_tables.c611 xt_entry_foreach(iter, t->entries, t->size) { in get_counters()
638 xt_entry_foreach(iter, t->entries, t->size) { in get_old_counters()
809 if (!IS_ERR(t)) { in get_info()
838 ret = PTR_ERR(t); in get_info()
863 if (!IS_ERR(t)) { in get_entries()
875 ret = PTR_ERR(t); in get_entries()
901 if (IS_ERR(t)) { in __do_replace()
902 ret = PTR_ERR(t); in __do_replace()
943 module_put(t->me); in __do_replace()
1019 if (IS_ERR(t)) { in do_add_counters()
[all …]

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