/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | ctxgf108.c | 755 const u32 t = timeslice_mode; in gf108_grctx_generate_attrib() local 758 gf100_grctx_patch_wr32(chan, o + 0x20, (t << 28) | (b << 16) | bo); in gf108_grctx_generate_attrib()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-uclogic-params-test.c | 130 static void uclogic_parse_ugee_v2_desc_case_desc(struct uclogic_parse_ugee_v2_desc_case *t, in uclogic_parse_ugee_v2_desc_case_desc() argument 133 strscpy(desc, t->name, KUNIT_PARAM_DESC_SIZE); in uclogic_parse_ugee_v2_desc_case_desc()
|
/openbmc/linux/include/kvm/ |
H A D | arm_arch_timer.h | 123 #define vcpu_get_timer(v,t) (&vcpu_timer(v)->timers[(t)]) argument
|
/openbmc/linux/drivers/gpu/drm/msm/ |
H A D | msm_io_utils.c | 102 static enum hrtimer_restart msm_hrtimer_worktimer(struct hrtimer *t) in msm_hrtimer_worktimer() argument 104 struct msm_hrtimer_work *work = container_of(t, in msm_hrtimer_worktimer()
|
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/files/ |
H A D | 0001-Revert-meson-do-not-pull-in-clc-for-clover.patch | 2 From: Markus Volk <f_l_k@t-online.de> 14 Signed-off-by: Markus Volk <f_l_k@t-online.de>
|
/openbmc/openbmc/poky/meta/recipes-extended/texinfo/texinfo/ |
H A D | 0001-texinfo-several-changes-to-build-without-zlib-and-nc.patch | 8 there isn't any need to try and build the required native texinfo binaries 32 - # Make sure the secondary configure won't fail with
|
/openbmc/linux/arch/arm64/kernel/probes/ |
H A D | uprobes.c | 90 bool arch_uprobe_xol_was_trapped(struct task_struct *t) in arch_uprobe_xol_was_trapped() argument 97 if (t->thread.fault_code != UPROBE_INV_FAULT_CODE) in arch_uprobe_xol_was_trapped()
|
/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/ |
H A D | grub-module-explicitly-keeps-symbole-.module_license.patch | 10 root@localhost:~# objdump -t all_video.mod 27 root@localhost:~# objdump -t all_video.mod
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center/ |
H A D | 0001-Add-meson-option-to-pass-sysroot.patch | 2 From: Markus Volk <f_l_k@t-online.de> 6 Signed-off-by: Markus Volk <f_l_k@t-online.de>
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/ |
H A D | ntopng_5.2.1.bb | 18 file://0001-Makefile.in-don-t-use-the-internal-lua.patch \ 28 # don't use the lua under thirdparty as it supports cross compiling badly
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nbd/nbd/ |
H A D | f0418b0d8b54c21a1e5b0c6dce3277e938d07e7c.patch | 7 installed results in the error "don't know what to do here" when it 39 - [AC_MSG_ERROR([don't know what to do here])])
|
/openbmc/u-boot/tools/binman/test/files/ |
H A D | 2.dat | 1 Oh, don't bother apologising, I'm sorry you're alive
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | doc-invalid-section.json | 1 # Free-form documentation doesn't have tagged-sections
|
H A D | doc-invalid-return.json | 1 # Events can't have 'Returns' section
|
H A D | doc-invalid-return2.err | 1 doc-invalid-return2.json:5: 'Returns' section, but command doesn't return anything
|
/openbmc/linux/arch/m68k/68000/ |
H A D | m68328.h | 5 int m68328_hwclk(int set, struct rtc_time *t);
|
/openbmc/qemu/system/ |
H A D | vl.c | 998 static bool vga_interface_available(VGAInterfaceType t) in vga_interface_available() argument 1000 const VGAInterfaceInfo *ti = &vga_interfaces[t]; in vga_interface_available() 1002 assert(t < VGA_TYPE_MAX); in vga_interface_available() 1019 for (int t = 0; t < VGA_TYPE_MAX; t++) { in get_default_vga_model() local 1043 int t; in select_vgahw() local 1048 for (t = 0; t < VGA_TYPE_MAX; t++) { in select_vgahw() 1061 for (t = 0; t < VGA_TYPE_MAX; t++) { in select_vgahw() 1062 const VGAInterfaceInfo *ti = &vga_interfaces[t]; in select_vgahw() 1064 if (!vga_interface_available(t)) { in select_vgahw() 1068 vga_interface_type = t; in select_vgahw() [all …]
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | timeline_view.js | 269 ToLines(t, limit) { argument 271 for (let i = 0; i < t.length; i += limit) { 272 let j = Math.min(i + limit, t.length); 273 ret.push(t.substr(i, j)); 358 let t = 0.80; 360 this.LowerBoundTime * t + this.LowerBoundTimeTarget * (1 - t); 362 this.UpperBoundTime * t + this.UpperBoundTimeTarget * (1 - t); 1297 const t = this.Titles[data_line_idx].title; 1298 if (GetHistoryHistogram()[t] != undefined) { 1301 this.IpmiVizHistogramImageData[t] = tmp[0]; [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ncp/libowfat/ |
H A D | 0001-replace-__pure__-with-compiler-attribute-pure.patch | 67 #define byte_equal(s,n,t) (!byte_diff((s),(n),(t))) 96 -int critbit0_contains(critbit0_tree *t, const char *u) __pure__; 97 +int critbit0_contains(critbit0_tree *t, const char *u) __PURE; 98 int critbit0_insert(critbit0_tree *t, const char *u); 99 int critbit0_delete(critbit0_tree *t, const char *u); 100 void critbit0_clear(critbit0_tree *t); 237 -size_t fmt_iso8601(char* dest,time_t t) __pure__; 238 +size_t fmt_iso8601(char* dest,time_t t) __PURE; 384 #define str_equal(s,t) (!str_diff((s),(t))) 481 -size_t scan_httpdate(const char *in,time_t *t) __pure__; [all …]
|
/openbmc/linux/tools/testing/selftests/hid/tests/ |
H A D | test_multitouch.py | 519 def get_slot(self, uhdev, t, default): argument 524 return t.contactid 527 return t.contactid - 1 752 for t in touches: 753 t.contactid += 1 757 for i, t in enumerate(touches): 764 for t in touches: 765 t.tipswitch = False 767 t.inrange = False 772 for i, t in enumerate(touches): [all …]
|
/openbmc/linux/drivers/i3c/master/ |
H A D | i3c-master-cdns.c | 245 #define IBIR_THR(t) ((t) << 24) argument 246 #define CMDR_THR(t) ((t) << 16) argument 247 #define IBI_THR(t) ((t) << 8) argument 248 #define CMD_THR(t) (t) argument 251 #define RX_THR(t) ((t) << 16) argument 252 #define TX_THR(t) (t) argument 255 #define SLV_DDR_RX_THR(t) ((t) << 16) argument 256 #define SLV_DDR_TX_THR(t) (t) argument
|
/openbmc/linux/fs/befs/ |
H A D | ChangeLog | 33 wouldn't work on older (<2.4.10) kernels due to an unresolved symbol. 106 linux VFS doesn't allow us to keep any state between calls. Updated 153 practically means is that 8k blocksize volumes won't work without a major 192 * Removed fsync() hooks, since a read-only filesystem doesn't need them. 211 * Fixed a bug where the inode and super_block didn't get their blockbits 219 correct (see TODO list). But it isn't 1.0 yet. I think 0.4 gives me some 230 It doesn't chew up the buffer cache (it does page io instead), and seems 296 in several respects. For one thing, it doesn't deal with indirect blocks 323 * Since we don't support access time, make that field zero, instead of 369 Not that it was possible to write before. But now the kernel won't even try. [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu_8192e.c | 1067 int result[][8], int t) in rtl8192eu_phy_iqcalibrate() argument 1101 if (t == 0) { in rtl8192eu_phy_iqcalibrate() 1143 result[t][0] = (val32 >> 16) & 0x3ff; in rtl8192eu_phy_iqcalibrate() 1146 result[t][1] = (val32 >> 16) & 0x3ff; in rtl8192eu_phy_iqcalibrate() 1160 result[t][2] = (val32 >> 16) & 0x3ff; in rtl8192eu_phy_iqcalibrate() 1163 result[t][3] = (val32 >> 16) & 0x3ff; in rtl8192eu_phy_iqcalibrate() 1189 result[t][4] = (val32 >> 16) & 0x3ff; in rtl8192eu_phy_iqcalibrate() 1191 result[t][5] = (val32 >> 16) & 0x3ff; in rtl8192eu_phy_iqcalibrate() 1204 result[t][6] = (val32 >> 16) & 0x3ff; in rtl8192eu_phy_iqcalibrate() 1207 result[t][7] = (val32 >> 16) & 0x3ff; in rtl8192eu_phy_iqcalibrate() [all …]
|
/openbmc/linux/tools/power/pm-graph/ |
H A D | bootgraph.py | 356 f, r, t = m.group('f', 'r', 't') 359 data.newAction(phase, f, pid, start, ktime, int(r), int(t)) 403 t = float(m_time) 407 if t >= r[0] and t < r[1]: 412 if t > data.end: 415 t = aslib.FTraceLine(m_time, m_msg, m_dur) 419 if t.fevent or t.fkprobe: 426 res = cg.addLine(t) 430 ftemp[key][-1].addLine(t)
|
/openbmc/linux/fs/ubifs/ |
H A D | log.c | 92 long long h, t; in empty_log_bytes() local 95 t = (long long)c->ltail_lnum * c->leb_size; in empty_log_bytes() 97 if (h > t) in empty_log_bytes() 98 return c->log_bytes - h + t; in empty_log_bytes() 99 else if (h != t) in empty_log_bytes() 100 return t - h; in empty_log_bytes()
|