Home
last modified time | relevance | path

Searched refs:p (Results 5701 – 5725 of 9049) sorted by relevance

1...<<221222223224225226227228229230>>...362

/openbmc/linux/drivers/scsi/snic/
H A Dsnic_ctl.c50 const char *p = s; in snic_ver_enc() local
56 while ((c = *p++)) { in snic_ver_enc()
/openbmc/linux/drivers/of/
H A Ddevice.c251 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 Dpriv.h4 #define nvkm_fifo(p) container_of((p), struct nvkm_fifo, engine) argument
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dram.c24 #define nvkm_vram(p) container_of((p), struct nvkm_vram, memory) argument
/openbmc/linux/drivers/iio/imu/
H A Dadis_buffer.c129 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 Dti-adc108s102.c140 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 Dmma7455_core.c88 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 Dcxl_downstream.c137 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 Dlibjvmti.c145 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 Dst,stm32mp1.txt72 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 Decho.c373 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 Dvhost-user.json21 # @9p: 9p virtio console
42 '9p',
/openbmc/linux/drivers/net/dsa/sja1105/
H A Dsja1105_ethtool.c589 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 Dspice.c23 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 Dvirtio-scsi.c321 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 Dwaitwake.c117 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 Dor51211.c207 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 Datl1e_ethtool.c146 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 Ddma_lib.c470 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 Dvidioc-create-bufs.rst75 .. tabularcolumns:: |p{4.4cm}|p{4.4cm}|p{8.5cm}|
/openbmc/linux/drivers/hid/
H A Dhid-uclogic-core.c256 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 Dsystem_heap.c407 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 Dvtime.c114 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 Dselftests.c400 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 Dkrait-cc.c295 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()

1...<<221222223224225226227228229230>>...362