/openbmc/linux/drivers/scsi/snic/ |
H A D | snic_ctl.c | 50 const char *p = s; in snic_ver_enc() local 56 while ((c = *p++)) { in snic_ver_enc()
|
/openbmc/linux/drivers/of/ |
H A D | device.c | 251 struct property *p; in of_device_uevent() local 266 of_property_for_each_string(dev->of_node, "compatible", p, compat) { in of_device_uevent()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | priv.h | 4 #define nvkm_fifo(p) container_of((p), struct nvkm_fifo, engine) argument
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | ram.c | 24 #define nvkm_vram(p) container_of((p), struct nvkm_vram, memory) argument
|
/openbmc/linux/drivers/iio/imu/ |
H A D | adis_buffer.c | 129 static irqreturn_t adis_trigger_handler(int irq, void *p) in adis_trigger_handler() argument 131 struct iio_poll_func *pf = p; in adis_trigger_handler()
|
/openbmc/linux/drivers/iio/adc/ |
H A D | ti-adc108s102.c | 140 static irqreturn_t adc108s102_trigger_handler(int irq, void *p) in adc108s102_trigger_handler() argument 142 struct iio_poll_func *pf = p; in adc108s102_trigger_handler()
|
/openbmc/linux/drivers/iio/accel/ |
H A D | mma7455_core.c | 88 static irqreturn_t mma7455_trigger_handler(int irq, void *p) in mma7455_trigger_handler() argument 90 struct iio_poll_func *pf = p; in mma7455_trigger_handler()
|
/openbmc/qemu/hw/pci-bridge/ |
H A D | cxl_downstream.c | 137 PCIEPort *p = PCIE_PORT(d); in cxl_dsp_realize() local 157 PCI_EXP_TYPE_DOWNSTREAM, p->port, in cxl_dsp_realize()
|
/openbmc/linux/tools/perf/jvmti/ |
H A D | libjvmti.c | 145 char *p = strrchr(class_sign, '/'); in copy_class_filename() local 146 if (p) { in copy_class_filename() 148 for (i = 0; i < (p - class_sign); i++) in copy_class_filename()
|
/openbmc/u-boot/doc/device-tree-bindings/clock/ |
H A D | st,stm32mp1.txt | 72 NB : macro PQR(p,q,r) can be used to build this value 73 with p,p,r = 0 or 1
|
/openbmc/linux/drivers/misc/echo/ |
H A D | echo.c | 373 int p, logp, shift; in oslec_update() local 408 p = MIN_TX_POWER_FOR_ADAPTION + ec->pstates; in oslec_update() 409 logp = top_bit(p) + ec->log2taps; in oslec_update()
|
/openbmc/qemu/docs/interop/ |
H A D | vhost-user.json | 21 # @9p: 9p virtio console 42 '9p',
|
/openbmc/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_ethtool.c | 589 char *p = data; in sja1105_get_strings() local 601 strscpy(p, sja1105_port_counters[i].name, ETH_GSTRING_LEN); in sja1105_get_strings() 602 p += ETH_GSTRING_LEN; in sja1105_get_strings()
|
/openbmc/qemu/chardev/ |
H A D | spice.c | 23 uint8_t* p = (uint8_t*)buf; in vmc_write() local 31 qemu_chr_be_write(chr, p, last_out); in vmc_write() 34 p += last_out; in vmc_write()
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | virtio-scsi.c | 321 ScsiReadCapacity16Data *p = data; in scsi_parse_capacity_report() local 324 *last_lba = p->ret_lba; in scsi_parse_capacity_report() 328 *lb_len = p->lb_len; in scsi_parse_capacity_report()
|
/openbmc/linux/kernel/futex/ |
H A D | waitwake.c | 117 struct task_struct *p = q->task; in futex_wake_mark() local 122 get_task_struct(p); in futex_wake_mark() 137 wake_q_add_safe(wake_q, p); in futex_wake_mark()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | or51211.c | 207 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in or51211_set_parameters() local 211 if (state->current_frequency != p->frequency) { in or51211_set_parameters() 221 state->current_frequency = p->frequency; in or51211_set_parameters()
|
/openbmc/linux/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_ethtool.c | 146 struct ethtool_regs *regs, void *p) in atl1e_get_regs() argument 150 u32 *regs_buff = p; in atl1e_get_regs() 153 memset(p, 0, AT_REGS_LEN * sizeof(u32)); in atl1e_get_regs()
|
/openbmc/linux/arch/powerpc/platforms/pasemi/ |
H A D | dma_lib.c | 470 static void *map_onedev(struct pci_dev *p, int index) in map_onedev() argument 475 dn = pci_device_to_OF_node(p); in map_onedev() 489 return ioremap(0xe0000000 + (p->devfn << 12), 0x2000); in map_onedev()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-create-bufs.rst | 75 .. tabularcolumns:: |p{4.4cm}|p{4.4cm}|p{8.5cm}|
|
/openbmc/linux/drivers/hid/ |
H A D | hid-uclogic-core.c | 256 static bool uclogic_exec_event_hook(struct uclogic_params *p, u8 *event, int size) in uclogic_exec_event_hook() argument 260 if (!p->event_hooks) in uclogic_exec_event_hook() 263 list_for_each_entry(curr, &p->event_hooks->list, list) { in uclogic_exec_event_hook()
|
/openbmc/linux/drivers/dma-buf/heaps/ |
H A D | system_heap.c | 407 struct page *p = sg_page(sg); in system_heap_allocate() local 409 __free_pages(p, compound_order(p)); in system_heap_allocate()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | vtime.c | 114 static void account_system_index_scaled(struct task_struct *p, u64 cputime, in account_system_index_scaled() argument 117 p->stimescaled += cputime_to_nsecs(scale_vtime(cputime)); in account_system_index_scaled() 118 account_system_index_time(p, cputime_to_nsecs(cputime), index); in account_system_index_scaled()
|
/openbmc/linux/net/core/ |
H A D | selftests.c | 400 u8 *p = data; in net_selftest_get_strings() local 404 snprintf(p, ETH_GSTRING_LEN, "%2d. %s", i + 1, in net_selftest_get_strings() 406 p += ETH_GSTRING_LEN; in net_selftest_get_strings()
|
/openbmc/linux/drivers/clk/qcom/ |
H A D | krait-cc.c | 295 void *p = NULL; in krait_add_clks() local 300 s = p = kasprintf(GFP_KERNEL, "%d", id); in krait_add_clks() 323 kfree(p); in krait_add_clks()
|