/openbmc/linux/drivers/regulator/ |
H A D | tps6586x-regulator.c | 304 int id, struct regulator_init_data *p) in tps6586x_regulator_set_slew_rate() argument 307 struct tps6586x_settings *setting = p->driver_data; in tps6586x_regulator_set_slew_rate()
|
/openbmc/linux/fs/netfs/ |
H A D | io.c | 172 struct netfs_io_subrequest *subreq, *next, *p; in netfs_rreq_do_write_to_cache() local 183 list_for_each_entry_safe(subreq, p, &rreq->subrequests, rreq_link) { in netfs_rreq_do_write_to_cache()
|
/openbmc/linux/Documentation/translations/zh_TW/process/ |
H A D | submitting-patches.rst | 58 參數生成。而且,請使用 '-p' 參數,那樣會顯示每個改動所在的C函數,使得 565 使用 diffstat的選項 "-p 1 -w 70" 這樣文件名就會從內核原始碼樹的目錄開始
|
/openbmc/linux/kernel/ |
H A D | torture.c | 510 struct shuffle_task *p; in torture_shuffle_task_unregister_all() local 513 list_for_each_entry_safe(stp, p, &shuffle_task_list, st_l) { in torture_shuffle_task_unregister_all()
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | imx7.rst | 100 # media-ctl -p 182 # media-ctl -p
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | metafmt-d4xx.rst | 34 .. tabularcolumns:: |p{5.0cm}|p{12.5cm}|
|
/openbmc/linux/drivers/iio/adc/ |
H A D | ad7768-1.c | 467 static irqreturn_t ad7768_trigger_handler(int irq, void *p) in ad7768_trigger_handler() argument 469 struct iio_poll_func *pf = p; in ad7768_trigger_handler()
|
H A D | mcp3911.c | 335 static irqreturn_t mcp3911_trigger_handler(int irq, void *p) in mcp3911_trigger_handler() argument 337 struct iio_poll_func *pf = p; in mcp3911_trigger_handler()
|
/openbmc/linux/drivers/mailbox/ |
H A D | zynqmp-ipi-mailbox.c | 402 const struct of_phandle_args *p) in zynqmp_ipi_of_xlate() argument 409 chan_type = p->args[0]; in zynqmp_ipi_of_xlate()
|
/openbmc/linux/drivers/iio/accel/ |
H A D | stk8312.c | 428 static irqreturn_t stk8312_trigger_handler(int irq, void *p) in stk8312_trigger_handler() argument 430 struct iio_poll_func *pf = p; in stk8312_trigger_handler()
|
/openbmc/linux/drivers/iio/light/ |
H A D | vcnl4035.c | 102 static irqreturn_t vcnl4035_trigger_consumer_handler(int irq, void *p) in vcnl4035_trigger_consumer_handler() argument 104 struct iio_poll_func *pf = p; in vcnl4035_trigger_consumer_handler()
|
H A D | tcs3472.c | 375 static irqreturn_t tcs3472_trigger_handler(int irq, void *p) in tcs3472_trigger_handler() argument 377 struct iio_poll_func *pf = p; in tcs3472_trigger_handler()
|
/openbmc/linux/drivers/gpu/drm/logicvc/ |
H A D | logicvc_layer.c | 25 #define logicvc_layer(p) \ argument 26 container_of(p, struct logicvc_layer, drm_plane)
|
/openbmc/linux/fs/smb/client/ |
H A D | ioctl.c | 27 unsigned long p) in cifs_ioctl_query_info() argument 60 filep->private_data ? 0 : 1, p); in cifs_ioctl_query_info()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | iters.c | 623 #define __bpf_memzero(p, sz) bpf_probe_read_kernel((p), (sz), 0) argument
|
/openbmc/qemu/hw/arm/ |
H A D | trace-events | 19 smmu_iotlb_lookup_hit(int asid, int vmid, uint64_t addr, uint32_t hit, uint32_t miss, uint32_t p) "… 20 smmu_iotlb_lookup_miss(int asid, int vmid, uint64_t addr, uint32_t hit, uint32_t miss, uint32_t p) …
|
/openbmc/phosphor-logging/ |
H A D | log_manager.cpp | 330 for (const auto& p : properties) in onEntryResolve() local 332 if (p.first == "Resolved") in onEntryResolve()
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dsi.c | 2693 u8 *p; in dsi_vc_send_long() local 2710 p = data; in dsi_vc_send_long() 2715 b1 = *p++; in dsi_vc_send_long() 2716 b2 = *p++; in dsi_vc_send_long() 2717 b3 = *p++; in dsi_vc_send_long() 2718 b4 = *p++; in dsi_vc_send_long() 2732 b1 = *p++; in dsi_vc_send_long() 2733 b2 = *p++; in dsi_vc_send_long() 2734 b3 = *p++; in dsi_vc_send_long() 2737 b1 = *p++; in dsi_vc_send_long() [all …]
|
/openbmc/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.c | 2652 const u8 *p = fw->data; in get_fsec_info() local 2654 p += header_size; in get_fsec_info() 2655 while (p < (fw->data + fw->size)) { in get_fsec_info() 2656 fsec = (struct flash_section_info *)p; in get_fsec_info() 2659 p += 32; in get_fsec_info() 2680 if (!memcmp(crc, p + crc_offset, 4)) in be_check_flash_crc() 2760 const u8 *p; in be_flash_BEx() local 2853 p = fw->data + filehdr_size + pflashcomp[i].offset + in be_flash_BEx() 2855 if (p + pflashcomp[i].size > fw->data + fw->size) in be_flash_BEx() 2932 const u8 *p; in be_flash_skyhawk() local [all …]
|
/openbmc/linux/virt/kvm/ |
H A D | kvm_main.c | 473 void *p; in kvm_mmu_memory_cache_alloc() local 478 p = mc->objects[--mc->nobjs]; in kvm_mmu_memory_cache_alloc() 479 BUG_ON(!p); in kvm_mmu_memory_cache_alloc() 480 return p; in kvm_mmu_memory_cache_alloc() 2309 mask &= atomic_long_fetch_andnot(mask, p); in kvm_clear_dirty_log_protect() 4269 sigset_t sigset, *p; in kvm_vcpu_ioctl() local 4271 p = NULL; in kvm_vcpu_ioctl() 4284 p = &sigset; in kvm_vcpu_ioctl() 4286 r = kvm_vcpu_ioctl_set_sigmask(vcpu, p); in kvm_vcpu_ioctl() 5906 if (p) { in kvm_uevent_notify_change() [all …]
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_mbx.c | 3336 } p; member 3373 tsk->p.tsk.entry_count = 1; in __qla24xx_issue_tmf() 3374 tsk->p.tsk.handle = make_handle(req->id, tsk->p.tsk.handle); in __qla24xx_issue_tmf() 3381 tsk->p.tsk.vp_index = fcport->vha->vp_idx; in __qla24xx_issue_tmf() 3383 int_to_scsilun(l, &tsk->p.tsk.lun); in __qla24xx_issue_tmf() 3385 sizeof(tsk->p.tsk.lun)); in __qla24xx_issue_tmf() 3388 sts = &tsk->p.sts; in __qla24xx_issue_tmf() 4402 } p; member 4434 mn->p.req.entry_count = 1; in qla84xx_verify_chip() 4473 le32_to_cpu(mn->p.rsp.fw_ver)); in qla84xx_verify_chip() [all …]
|
/openbmc/linux/drivers/net/ethernet/freescale/ |
H A D | fec_main.c | 3140 struct ethtool_eee *p = &fep->eee; in fec_enet_eee_mode_set() local 3156 p->tx_lpi_enabled = enable; in fec_enet_eee_mode_set() 3157 p->eee_enabled = enable; in fec_enet_eee_mode_set() 3158 p->eee_active = enable; in fec_enet_eee_mode_set() 3170 struct ethtool_eee *p = &fep->eee; in fec_enet_get_eee() local 3178 edata->eee_enabled = p->eee_enabled; in fec_enet_get_eee() 3179 edata->eee_active = p->eee_active; in fec_enet_get_eee() 3180 edata->tx_lpi_timer = p->tx_lpi_timer; in fec_enet_get_eee() 3190 struct ethtool_eee *p = &fep->eee; in fec_enet_set_eee() local 3199 p->tx_lpi_timer = edata->tx_lpi_timer; in fec_enet_set_eee() [all …]
|
/openbmc/linux/drivers/md/ |
H A D | dm-raid1.c | 33 #define errors_handled(p) ((p)->features & DM_RAID1_HANDLE_ERRORS) argument 34 #define keep_log(p) ((p)->features & DM_RAID1_KEEP_LOG) argument
|
/openbmc/linux/mm/ |
H A D | kmemleak.c | 1608 struct task_struct *p, *g; in kmemleak_scan() local 1611 for_each_process_thread(g, p) { in kmemleak_scan() 1612 void *stack = try_get_task_stack(p); in kmemleak_scan() 1615 put_task_stack(p); in kmemleak_scan()
|
/openbmc/linux/sound/soc/fsl/ |
H A D | fsl_ssi.c | 1429 const char *p, *sprop; in fsl_ssi_probe_from_dt() local 1493 p = strrchr(sprop, ','); in fsl_ssi_probe_from_dt() 1494 if (p) in fsl_ssi_probe_from_dt() 1495 sprop = p + 1; in fsl_ssi_probe_from_dt()
|