/openbmc/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-osd.c | 50 void *p = dev->video_vbase; in vivid_clear_fb() local 58 u16 *d = p; in vivid_clear_fb() 62 p += dev->display_byte_stride; in vivid_clear_fb()
|
/openbmc/linux/kernel/locking/ |
H A D | ww_mutex.h | 55 struct list_head *p = &lock->wait_list; in __ww_waiter_add() local 57 p = &pos->list; in __ww_waiter_add() 58 __mutex_add_waiter(lock, waiter, p); in __ww_waiter_add()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-subdev-enum-frame-size.rst | 78 .. tabularcolumns:: |p{4.4cm}|p{4.4cm}|p{8.5cm}|
|
H A D | vidioc-subdev-g-frame-interval.rst | 79 .. tabularcolumns:: |p{4.4cm}|p{4.4cm}|p{8.5cm}|
|
H A D | vidioc-subdev-g-crop.rst | 81 .. tabularcolumns:: |p{4.4cm}|p{4.4cm}|p{8.5cm}|
|
/openbmc/linux/include/linux/ |
H A D | fscache.h | 329 void *p = fscache_get_aux(cookie); in fscache_update_aux() local 331 if (aux_data && p) in fscache_update_aux() 332 memcpy(p, aux_data, cookie->aux_len); in fscache_update_aux()
|
/openbmc/linux/include/rv/ |
H A D | da_monitor.h | 326 struct task_struct *g, *p; \ 329 for_each_process_thread(g, p) \ 330 da_monitor_reset_##name(da_get_monitor_##name(p)); \
|
/openbmc/linux/arch/x86/mm/ |
H A D | mmio-mod.c | 128 static void pre(struct kmmio_probe *p, struct pt_regs *regs, in pre() argument 135 struct remap_trace *trace = p->private; in pre() 193 static void post(struct kmmio_probe *p, unsigned long condition, in post() argument
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0007-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch | 89 if (!p) 92 - if (faccessat(fd, p, F_OK, AT_SYMLINK_NOFOLLOW) < 0) 93 + if (faccessat(fd, p, F_OK, 0) < 0)
|
/openbmc/libmctp/ |
H A D | serial.c | 116 uint8_t *p; in mctp_serial_pkt_escape() local 121 p = (void *)mctp_pktbuf_hdr(pkt); in mctp_serial_pkt_escape() 124 uint8_t c = p[i]; in mctp_serial_pkt_escape()
|
/openbmc/linux/drivers/ata/ |
H A D | pata_serverworks.c | 173 const char *p; in serverworks_csb_filter() local 184 for (i = 0; (p = csb_bad_ata100[i]) != NULL; i++) { in serverworks_csb_filter() 185 if (!strcmp(p, model_num)) in serverworks_csb_filter()
|
/openbmc/linux/sound/core/oss/ |
H A D | pcm_oss.c | 2610 return put_user(1, p); in snd_pcm_oss_ioctl() 2636 if (get_user(res, p)) in snd_pcm_oss_ioctl() 2641 return put_user(res, p); in snd_pcm_oss_ioctl() 2646 return put_user(res, p); in snd_pcm_oss_ioctl() 2648 if (get_user(res, p)) in snd_pcm_oss_ioctl() 2661 if (get_user(res, p)) in snd_pcm_oss_ioctl() 2673 if (get_user(res, p)) in snd_pcm_oss_ioctl() 2690 if (get_user(res, p)) in snd_pcm_oss_ioctl() 2697 if (get_user(res, p)) in snd_pcm_oss_ioctl() 2724 if (get_user(res, p)) in snd_pcm_oss_ioctl() [all …]
|
/openbmc/linux/tools/perf/util/ |
H A D | print_binary.h | 35 int is_printable_array(char *p, unsigned int len);
|
/openbmc/u-boot/arch/arm/include/asm/mach-imx/ |
H A D | boot_mode.h | 48 void add_board_boot_modes(const struct boot_mode *p);
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/stm32flash/ |
H A D | stm32flash_0.7.bb | 3 BUGTRACKER = "https://sourceforge.net/p/stm32flash/tickets/"
|
/openbmc/linux/io_uring/ |
H A D | sqpoll.h | 23 int io_sq_offload_create(struct io_ring_ctx *ctx, struct io_uring_params *p);
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | kprobes.h | 23 #define flush_insn_slot(p) do { } while (0) argument
|
/openbmc/qemu/ui/ |
H A D | spice-module.c | 40 static int qemu_spice_migrate_info_stub(const char *h, int p, int t, in qemu_spice_migrate_info_stub() argument
|
/openbmc/qemu/crypto/ |
H A D | rsakey.h | 49 QCryptoAkCipherMPI p; member
|
/openbmc/openpower-proc-control/service_files/ |
H A D | phal-create-boottime-guard-indicator.service.in | 8 ExecStart=/bin/mkdir -p /tmp/phal
|
/openbmc/qemu/include/hw/virtio/ |
H A D | vhost-scsi-common.h | 44 char *vhost_scsi_common_get_fw_dev_path(FWPathProvider *p, BusState *bus,
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am5748.dtsi | 6 #include "dra74x-p.dtsi"
|
/openbmc/linux/drivers/media/usb/gspca/ |
H A D | touptek.c | 228 const struct cmd *p, int l) in reg_w_buf() argument 231 reg_w(gspca_dev, p->value, p->index); in reg_w_buf() 232 p++; in reg_w_buf()
|
/openbmc/u-boot/board/phytec/pfla02/ |
H A D | pfla02.c | 602 u32 *p, *p1; in pfla02_detect_chiptype() local 607 p = (u32 *)PHYS_SDRAM; in pfla02_detect_chiptype() 611 *p = RAM_TEST_PATTERN; in pfla02_detect_chiptype() 619 if (*p == *p1) in pfla02_detect_chiptype()
|
/openbmc/u-boot/drivers/dma/ |
H A D | ti-edma3.c | 291 u32 *p = (u32 *)param; in edma3_write_slot() local 295 __raw_writel(*p++, addr++); in edma3_write_slot() 310 u32 *p = (u32 *)param; in edma3_read_slot() local 314 *p++ = __raw_readl(addr++); in edma3_read_slot()
|