/openbmc/linux/include/linux/ |
H A D | of.h | 219 return test_bit(flag, &p->_flags); in of_property_check_flag() 222 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag() argument 224 set_bit(flag, &p->_flags); in of_property_set_flag() 227 static inline void of_property_clear_flag(struct property *p, unsigned long flag) in of_property_clear_flag() argument 229 clear_bit(flag, &p->_flags); in of_property_clear_flag() 849 static inline int of_property_check_flag(const struct property *p, in of_property_check_flag() argument 855 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag() argument 1402 #define of_property_for_each_u32(np, propname, prop, p, u) \ argument 1404 p = of_prop_next_u32(prop, NULL, &u); \ 1405 p; \ [all …]
|
/openbmc/linux/drivers/watchdog/ |
H A D | mixcomwd.c | 196 int __user *p = argp; in mixcomwd_ioctl() local 213 return put_user(status, p); in mixcomwd_ioctl() 215 return put_user(0, p); in mixcomwd_ioctl()
|
H A D | mtx-1_wdt.c | 133 int __user *p = (int __user *)argp; in mtx1_wdt_ioctl() local 147 put_user(0, p); in mtx1_wdt_ioctl() 150 if (get_user(value, p)) in mtx1_wdt_ioctl()
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | ivtv-cardlist.rst | 6 .. tabularcolumns:: |p{1.4cm}|p{12.7cm}|p{3.4cm}|
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gradm/gradm/ |
H A D | 0001-Makefile-remove-strip.patch | 36 @mkdir -p $(DESTDIR)/sbin 48 @mkdir -p -m 700 $(DESTDIR)$(GRSEC_DIR) 55 + @mkdir -p $(DESTDIR)/etc/udev/rules.d
|
/openbmc/u-boot/board/freescale/mpc8572ds/ |
H A D | mpc8572ds.c | 134 void *p = pci_mem_to_virt(PCI_BDF(uli_busno, 0x1d, 0), in pci_init_board() local 136 debug(" uli1572 read to %p\n", p); in pci_init_board() 137 in_be32(p); in pci_init_board()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/ |
H A D | 0002-Fix-assumed-signed-char.patch | 34 @@ -711,7 +711,7 @@ bool is_address(const char* p, const char* pe) 43 @@ -728,9 +728,9 @@ bool is_address(const char* p, const char* pe) 56 @@ -752,9 +752,9 @@ bool is_address(const char* p, const char* pe)
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | tda826x.c | 62 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in tda826x_set_params() local 73 div = (p->frequency + (1000-1)) / 1000; in tda826x_set_params() 77 ksyms = p->symbol_rate / 1000; in tda826x_set_params()
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | omapdss-boot-init.c | 34 const char *p = prop->value; in omapdss_count_strings() local 38 for (i = 0; total < prop->length; total += l, p += l, i++) in omapdss_count_strings() 39 l = strlen(p) + 1; in omapdss_count_strings()
|
/openbmc/linux/drivers/pwm/ |
H A D | pwm-imx1.c | 66 u32 max, p; in pwm_imx1_config() local 86 p = mul_u64_u64_div_u64(max, duty_ns, period_ns); in pwm_imx1_config() 88 writel(max - p, imx->mmio_base + MX1_PWMS); in pwm_imx1_config()
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | audio_helper.c | 92 struct snd_soc_dapm_path *p, *next_p; in gbaudio_dapm_free_widget() local 102 snd_soc_dapm_widget_for_each_path_safe(w, dir, p, next_p) in gbaudio_dapm_free_widget() 103 gbaudio_dapm_free_path(p); in gbaudio_dapm_free_widget()
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | io.h | 44 #define IO_SPACE_SPARSE_ENCODING(p) ((((p) >> 2) << 12) | ((p) & 0xfff)) argument
|
/openbmc/linux/drivers/tty/hvc/ |
H A D | hvc_dcc.c | 272 struct hvc_struct *p; in hvc_dcc_init() local 297 p = hvc_alloc(0, 0, &hvc_dcc_get_put_ops, 128); in hvc_dcc_init() 299 return PTR_ERR_OR_ZERO(p); in hvc_dcc_init()
|
/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/ |
H A D | phosphor-fan_%.bbappend | 37 mkdir -p $D$systemd_system_unitdir/obmc-chassis-hard-poweroff@0.target.requires 38 mkdir -p $D$systemd_system_unitdir/obmc-chassis-poweroff@0.target.requires 39 mkdir -p $D/var/lib/phosphor-fan-presence
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
H A D | rammap.h | 12 struct nvbios_ramcfg *p); 22 struct nvbios_ramcfg *p);
|
/openbmc/qemu/tests/tcg/cris/bare/ |
H A D | check_movei.s | 17 clearf p 33 setf p
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | ca-get-slot-info.rst | 45 .. tabularcolumns:: |p{2.5cm}|p{15.0cm}|
|
H A D | fe-get-frontend.rst | 22 ``int ioctl(int fd, FE_GET_FRONTEND, struct dvb_frontend_parameters *p)`` 30 ``p``
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sdparm/ |
H A D | sdparm_1.12.bb | 10 SRC_URI = "http://sg.danny.cz/sg/p/${BPN}-${PV}.tgz \ 13 MIRRORS += "http://sg.danny.cz/sg/p https://fossies.org/linux/misc"
|
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
H A D | bootmisc.sh | 34 chmod 666 /dev/tty[p-za-e][0-9a-f] 35 chown root:tty /dev/tty[p-za-e][0-9a-f]
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pci/ |
H A D | priv.h | 4 #define nvkm_pci(p) container_of((p), struct nvkm_pci, subdev) argument
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/ |
H A D | phosphor-power-systemd-links-sequencer.bb | 17 mkdir -p $D$systemd_system_unitdir/obmc-chassis-poweron@0.target.wants 18 mkdir -p $D$systemd_system_unitdir/multi-user.target.requires
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | overflow.c | 31 static int32_t satub(int32_t src, int32_t *p, bool *ovf_result) in satub() argument 53 : "r"(src), "r"(p) in satub()
|
/openbmc/linux/tools/testing/selftests/hid/tests/ |
H A D | conftest.py | 66 p = subprocess.run( 69 for line in p.stdout.split("\n"):
|
/openbmc/linux/scripts/clang-tools/ |
H A D | run-clang-tools.py | 55 p = subprocess.run(["clang-tidy", "-p", args.path, ",".join(checks), entry["file"]], 60 sys.stderr.buffer.write(p.stdout)
|