/openbmc/linux/drivers/parport/ |
H A D | share.c | 57 static void dead_write_lines(struct parport *p, unsigned char b){} in dead_write_lines() argument 58 static unsigned char dead_read_lines(struct parport *p) { return 0; } in dead_read_lines() argument 59 static unsigned char dead_frob_lines(struct parport *p, unsigned char b, in dead_frob_lines() argument 61 static void dead_onearg(struct parport *p){} in dead_onearg() argument 63 static void dead_state(struct parport *p, struct parport_state *s) { } in dead_state() argument 64 static size_t dead_write(struct parport *p, const void *b, size_t l, int f) in dead_write() argument 66 static size_t dead_read(struct parport *p, void *b, size_t l, int f) in dead_read() argument 479 struct parport *p = list_entry(l, struct parport, full_list); in parport_register_port() local 480 if (p->number != num) in parport_register_port()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0002-add-fallback-parse_printf_format-implementation.patch | 105 + const char *p = fmt; 108 + if (*p < '1' || *p > '9') 111 + val = 10*val + (*p++ - '0'); 112 + } while (*p >= '0' && *p <= '9'); 114 + if (*p != '$') 117 + return p+1; 205 + S('s') = E(PTR), S('S') = E(PTR), S('p') = E(UIPTR),S('n') = E(PTR),
|
/openbmc/linux/sound/hda/ |
H A D | hdmi_chmap.c | 222 struct hdac_cea_channel_speaker_allocation *p; in init_channel_allocations() local 225 p = channel_allocations + i; in init_channel_allocations() 226 p->channels = 0; in init_channel_allocations() 227 p->spk_mask = 0; in init_channel_allocations() 228 for (j = 0; j < ARRAY_SIZE(p->speakers); j++) in init_channel_allocations() 229 if (p->speakers[j]) { in init_channel_allocations() 230 p->channels++; in init_channel_allocations() 231 p->spk_mask |= p->speakers[j]; in init_channel_allocations()
|
/openbmc/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_ethtool.c | 168 struct ethtool_regs *regs, void *p) in igc_ethtool_get_regs() argument 172 u32 *regs_buff = p; in igc_ethtool_get_regs() 175 memset(p, 0, IGC_REGS_LEN * sizeof(u32)); in igc_ethtool_get_regs() 766 u8 *p = data; in igc_ethtool_get_strings() local 778 ethtool_sprintf(&p, in igc_ethtool_get_strings() 782 ethtool_sprintf(&p, "tx_queue_%u_bytes", i); in igc_ethtool_get_strings() 787 ethtool_sprintf(&p, "rx_queue_%u_bytes", i); in igc_ethtool_get_strings() 788 ethtool_sprintf(&p, "rx_queue_%u_drops", i); in igc_ethtool_get_strings() 823 char *p; in igc_ethtool_get_stats() local 831 sizeof(u64)) ? *(u64 *)p : *(u32 *)p; in igc_ethtool_get_stats() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | jquery-3.7.1.min.js | 2 …p(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\… function
|
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace-vsx.h | 122 void loadvsx(void *p, int tmp); 123 void storevsx(void *p, int tmp);
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | dvb-usb-af9035-cardlist.rst | 6 .. tabularcolumns:: |p{7.0cm}|p{10.5cm}|
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
H A D | busnv50.c | 24 #define nv50_i2c_bus(p) container_of((p), struct nv50_i2c_bus, base) argument
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/dma/ |
H A D | usergv100.c | 22 #define gv100_dmaobj(p) container_of((p), struct gv100_dmaobj, base) argument
|
H A D | usergf119.c | 24 #define gf119_dmaobj(p) container_of((p), struct gf119_dmaobj, base) argument
|
/openbmc/openbmc/poky/meta/recipes-extended/at/at/ |
H A D | file_replacement_with_gplv2.patch | 5 http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob;f=lib/posixtm.c;hb=5661ab9d49512b4cf3c19caa… 6 http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob;f=lib/posixtm.h;hb=5661ab9d49512b4cf3c19caa…
|
/openbmc/qemu/tests/tcg/cris/bare/ |
H A D | check_scc.s | 80 setf p 88 clearf p
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | dmx-get-stc.rst | 50 .. tabularcolumns:: |p{2.5cm}|p{15.0cm}|
|
/openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
H A D | breakpad.bbclass | 26 mkdir -p ${PKGD}/usr/share/breakpad-syms 29 mkdir -p ${PKGD}/usr/share/breakpad-syms/${BREAKPAD_BIN}/${HASH}
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | priv.h | 3 #define nvkm_therm(p) container_of((p), struct nvkm_therm, subdev) argument
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fbcon_rotate.c | 30 ops->p->con_rotate == ops->cur_rotate) in fbcon_rotate_font() 34 ops->cur_rotate = ops->p->con_rotate; in fbcon_rotate_font()
|
/openbmc/linux/crypto/ |
H A D | aegis.h | 29 #define AEGIS_ALIGNED(p) IS_ALIGNED((uintptr_t)p, AEGIS_BLOCK_ALIGN) argument
|
/openbmc/linux/scripts/dtc/ |
H A D | util.h | 53 static inline void *xrealloc(void *p, size_t len) in xrealloc() argument 55 void *new = realloc(p, len); in xrealloc()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxbf_gige/ |
H A D | mlxbf_gige_ethtool.c | 20 struct ethtool_regs *regs, void *p) in mlxbf_gige_get_regs() argument 31 memcpy_fromio(p, priv->base, MLXBF_GIGE_MMIO_REG_SZ); in mlxbf_gige_get_regs()
|
/openbmc/linux/include/linux/sched/ |
H A D | cputime.h | 47 extern void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st); 48 extern void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st);
|
/openbmc/linux/Documentation/arch/arm/samsung/ |
H A D | clksrc-change-registers.awk | 26 p[0] = tp[2] 27 p[1] = remove_brackets(tp[3])
|
/openbmc/linux/include/drm/ |
H A D | drm_buddy.h | 154 void drm_buddy_print(struct drm_buddy *mm, struct drm_printer *p); 157 struct drm_printer *p);
|
/openbmc/linux/drivers/mmc/core/ |
H A D | pwrseq_sd8787.c | 33 #define to_pwrseq_sd8787(p) container_of(p, struct mmc_pwrseq_sd8787, pwrseq) argument
|
/openbmc/linux/arch/microblaze/kernel/ |
H A D | kgdb.c | 94 void sleeping_thread_to_gdb_regs(unsigned long *gdb_regs, struct task_struct *p) in sleeping_thread_to_gdb_regs() argument 97 unsigned long *pt_regb = (unsigned long *)(p->thread.regs); in sleeping_thread_to_gdb_regs()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | ucgrp.c | 22 #define nvkm_ucgrp(p) container_of((p), struct nvkm_ucgrp, object) argument
|