| /linux-6.15/drivers/ntb/test/ |
| H A D | ntb_pingpong.c | 145 ntb_db_set_mask(pp->ntb, pp->in_db); in pp_setup() 156 ntb_peer_port_number(pp->ntb, pp->out_pidx), pp->out_db); in pp_setup() 165 ntb_db_set_mask(pp->ntb, pp->in_db); in pp_clear() 178 ntb_peer_msg_write(pp->ntb, pp->out_pidx, 0, count); in pp_ping() 183 ntb_peer_db_set(pp->ntb, pp->out_db); in pp_ping() 184 ntb_db_clear_mask(pp->ntb, pp->in_db); in pp_ping() 208 ntb_db_set_mask(pp->ntb, pp->in_db); in pp_pong() 209 ntb_db_clear(pp->ntb, pp->in_db); in pp_pong() 281 if (!pp) in pp_create_data() 309 pp->in_db, pp->pmask, pp->nmask); in pp_init_flds() [all …]
|
| /linux-6.15/drivers/pci/controller/dwc/ |
| H A D | pcie-designware-host.c | 489 ret = pp->ops->init(pp); in dw_pcie_host_init() 495 pp->has_msi_ctrl = !(pp->ops->msi_init || in dw_pcie_host_init() 503 if (!pp->has_msi_ctrl && !pp->num_vectors) { in dw_pcie_host_init() 512 ret = pp->ops->msi_init(pp); in dw_pcie_host_init() 568 pp->ops->post_init(pp); in dw_pcie_host_init() 586 pp->ops->deinit(pp); in dw_pcie_host_init() 609 pp->ops->deinit(pp); in dw_pcie_host_deinit() 766 if (pp->msg_res && pp->msg_res->parent == entry->res) in dw_pcie_iatu_setup() 960 pci->pp.ops->pme_turn_off(&pci->pp); in dw_pcie_suspend_noirq() 987 pci->pp.ops->deinit(&pci->pp); in dw_pcie_suspend_noirq() [all …]
|
| /linux-6.15/drivers/net/ethernet/marvell/ |
| H A D | mvneta.c | 1182 pp->pool_long->port_map |= 1 << pp->id; in mvneta_bm_port_init() 1197 mvneta_bm_pool_destroy(pp->bm_priv, pp->pool_long, 1 << pp->id); in mvneta_bm_port_init() 1202 pp->pool_short->port_map |= 1 << pp->id; in mvneta_bm_port_init() 1242 mvneta_bm_pool_destroy(pp->bm_priv, pp->pool_long, 1 << pp->id); in mvneta_bm_update_mtu() 1243 mvneta_bm_pool_destroy(pp->bm_priv, pp->pool_short, 1 << pp->id); in mvneta_bm_update_mtu() 3211 mvneta_set_ucast_table(pp, pp->rxq_def); in mvneta_set_rx_mode() 4592 free_irq(pp->dev->irq, pp); in mvneta_open() 5047 pp->rxq_def = pp->indir[0]; in mvneta_config_rss() 5719 port->pp = pp; in mvneta_probe() 5756 mvneta_bm_pool_destroy(pp->bm_priv, pp->pool_long, 1 << pp->id); in mvneta_probe() [all …]
|
| /linux-6.15/drivers/spi/ |
| H A D | spi-lm70llp.c | 138 clkHigh(pp); in setsck() 140 clkLow(pp); in setsck() 174 assertCS(pp); in lm70_chipselect() 176 deassertCS(pp); in lm70_chipselect() 223 pp->port = p; in spi_lm70llp_attach() 233 pp->pd = pd; in spi_lm70llp_attach() 266 pp->info.controller_data = pp; in spi_lm70llp_attach() 267 pp->spidev_lm70 = spi_new_device(pp->bitbang.ctlr, &pp->info); in spi_lm70llp_attach() 268 if (pp->spidev_lm70) in spi_lm70llp_attach() 278 lm70llp = pp; in spi_lm70llp_attach() [all …]
|
| H A D | spi-butterfly.c | 79 pp->lastbyte = byte; in setsck() 95 pp->lastbyte = byte; in setmosi() 215 pp->port = p; in butterfly_attach() 223 pp->pd = pd; in butterfly_attach() 241 parport_write_data(pp->port, pp->lastbyte); in butterfly_attach() 246 parport_write_data(pp->port, pp->lastbyte); in butterfly_attach() 265 pp->info[0].controller_data = pp; in butterfly_attach() 266 pp->dataflash = spi_new_device(pp->bitbang.ctlr, &pp->info[0]); in butterfly_attach() 267 if (pp->dataflash) in butterfly_attach() 272 butterfly = pp; in butterfly_attach() [all …]
|
| /linux-6.15/drivers/char/ |
| H A D | ppdev.c | 183 parport_set_timeout(pp->pdev, pp->default_inactivity); in pp_read() 263 parport_set_timeout(pp->pdev, pp->default_inactivity); in pp_write() 275 parport_write_control(pp->pdev->port, pp->irqctl); in pp_irq() 408 parport_set_timeout(pp->pdev, pp->default_inactivity); in pp_do_ioctl() 439 pp->pdev->port->ieee1284.phase = pp->state.phase; in pp_do_ioctl() 693 if (!pp) in pp_open() 697 pp->state.phase = init_phase(pp->state.mode); in pp_open() 720 if (!(pp->flags & PP_CLAIMED) && pp->pdev && in pp_release() 733 } else if ((pp->flags & PP_CLAIMED) && pp->pdev && in pp_release() 743 if ((pp->flags & PP_CLAIMED) && pp->pdev) { in pp_release() [all …]
|
| /linux-6.15/drivers/usb/misc/ |
| H A D | uss720.c | 49 struct parport *pp; member 99 struct parport *pp; in async_complete() local 105 pp = priv->pp; in async_complete() 202 if (!pp) in get_1284_register() 234 if (!pp) in set_1284_register() 678 struct parport *pp; in uss720_probe() local 709 priv->pp = NULL; in uss720_probe() 715 if (!pp) { in uss720_probe() 720 priv->pp = pp; in uss720_probe() 764 if (pp) { in uss720_disconnect() [all …]
|
| /linux-6.15/arch/arm/mach-dove/ |
| H A D | pcie.c | 37 struct pcie_port *pp; in dove_pcie_setup() local 43 pp = &pcie_port[nr]; in dove_pcie_setup() 62 snprintf(pp->mem_space_name, sizeof(pp->mem_space_name), in dove_pcie_setup() 64 pp->mem_space_name[sizeof(pp->mem_space_name) - 1] = 0; in dove_pcie_setup() 65 pp->res.name = pp->mem_space_name; in dove_pcie_setup() 66 if (pp->index == 0) { in dove_pcie_setup() 68 pp->res.end = pp->res.start + DOVE_PCIE0_MEM_SIZE - 1; in dove_pcie_setup() 71 pp->res.end = pp->res.start + DOVE_PCIE1_MEM_SIZE - 1; in dove_pcie_setup() 205 pp->index = index; in add_pcie_port() 207 pp->base = base; in add_pcie_port() [all …]
|
| /linux-6.15/arch/arm/mach-mv78xx0/ |
| H A D | pcie.c | 77 snprintf(pp->mem_space_name, sizeof(pp->mem_space_name), in mv78xx0_pcie_preinit() 78 "PCIe %d.%d MEM", pp->maj, pp->min); in mv78xx0_pcie_preinit() 79 pp->mem_space_name[sizeof(pp->mem_space_name) - 1] = 0; in mv78xx0_pcie_preinit() 80 pp->res.name = pp->mem_space_name; in mv78xx0_pcie_preinit() 90 MV78XX0_MBUS_PCIE_MEM_ATTR(pp->maj, pp->min), in mv78xx0_pcie_preinit() 91 pp->res.start, resource_size(&pp->res)); in mv78xx0_pcie_preinit() 93 MV78XX0_MBUS_PCIE_IO_ATTR(pp->maj, pp->min), in mv78xx0_pcie_preinit() 226 return IRQ_MV78XX0_PCIE_00 + (pp->maj << 2) + pp->min; in mv78xx0_pcie_map_irq() 246 pp->maj = maj; in add_pcie_port() 247 pp->min = min; in add_pcie_port() [all …]
|
| /linux-6.15/net/netfilter/ipvs/ |
| H A D | ip_vs_proto.c | 56 if (pp->init != NULL) in register_ip_vs_protocol() 57 pp->init(pp); in register_ip_vs_protocol() 75 pd->pp = pp; /* For speed issues */ in register_ip_vs_proto_netns() 103 if (*pp_p == pp) { in unregister_ip_vs_protocol() 104 *pp_p = pp->next; in unregister_ip_vs_protocol() 105 if (pp->exit != NULL) in unregister_ip_vs_protocol() 106 pp->exit(pp); in unregister_ip_vs_protocol() 142 struct ip_vs_protocol *pp; in ip_vs_proto_get() local 145 for (pp = ip_vs_proto_table[hash]; pp; pp = pp->next) { in ip_vs_proto_get() 147 return pp; in ip_vs_proto_get() [all …]
|
| /linux-6.15/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_hw_pingpong.c | 53 c = &pp->hw; in dpu_hw_pp_setup_dither() 84 if (!pp || !te) in dpu_hw_pp_enable_te() 86 c = &pp->hw; in dpu_hw_pp_enable_te() 137 if (!pp) in dpu_hw_pp_disable_te() 139 c = &pp->hw; in dpu_hw_pp_disable_te() 152 if (!pp) in dpu_hw_pp_connect_external_te() 155 c = &pp->hw; in dpu_hw_pp_connect_external_te() 174 if (!pp || !info) in dpu_hw_pp_get_vsync_info() 176 c = &pp->hw; in dpu_hw_pp_get_vsync_info() 197 if (!pp) in dpu_hw_pp_get_line_count() [all …]
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | parent.c | 302 struct xchk_pptrs *pp) in xchk_parent_pptr_and_dotdot() argument 498 pp->pptrs_found++; in xchk_parent_scan_attr() 660 error = xchk_parent_slow_pptr(pp, &pp->xname, &pptr.pptr_rec); in xchk_parent_finish_slow_pptrs() 694 pp->pptrs_found++; in xchk_parent_count_pptr() 717 NULL, pp); in xchk_parent_count_pptrs() 729 pp->pptrs_found++; in xchk_parent_count_pptrs() 743 pp->pptrs_found++; in xchk_parent_count_pptrs() 762 if (!pp) in xchk_parent_pptr() 764 pp->sc = sc; in xchk_parent_pptr() 765 pp->xname.name = pp->namebuf; in xchk_parent_pptr() [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/ |
| H A D | dm_pp_smu.h | 51 const void *pp; member 104 void (*set_display_count)(struct pp_smu *pp, int count); 113 void (*set_wm_ranges)(struct pp_smu *pp, 125 void (*set_min_deep_sleep_dcfclk)(struct pp_smu *pp, int mhz); 138 void (*set_pme_wa_enable)(struct pp_smu *pp); 198 enum pp_smu_status (*set_pme_wa_enable)(struct pp_smu *pp); 203 enum pp_smu_status (*set_voltage_by_freq)(struct pp_smu *pp, 218 enum pp_smu_status (*set_wm_ranges)(struct pp_smu *pp, 229 enum pp_smu_status (*get_uclk_dpm_states)(struct pp_smu *pp, 282 enum pp_smu_status (*set_wm_ranges)(struct pp_smu *pp, [all …]
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | ctlreg.c | 57 struct ctlreg_parms *pp = info; in ctlreg_callback() local 62 regs[pp->cr].val = pp->val; in ctlreg_callback() 64 regs[pp->cr].val &= pp->andval; in ctlreg_callback() 65 regs[pp->cr].val |= pp->orval; in ctlreg_callback() 94 pp.orval = 1UL << data; in system_ctlreg_modify() 95 pp.andval = -1UL; in system_ctlreg_modify() 98 pp.orval = 0; in system_ctlreg_modify() 99 pp.andval = ~(1UL << data); in system_ctlreg_modify() 102 pp.val = data; in system_ctlreg_modify() 115 system_ctlreg_update(&pp); in system_ctlreg_modify() [all …]
|
| /linux-6.15/drivers/net/ethernet/intel/libeth/ |
| H A D | rx.c | 24 pp->max_len); in libeth_rx_hw_len_mtu() 51 pp->max_len); in libeth_rx_hw_len_truesize() 71 pp->offset = LIBETH_SKB_HEADROOM; in libeth_rx_page_pool_params() 73 pp->max_len = LIBETH_RX_PAGE_LEN(pp->offset); in libeth_rx_page_pool_params() 113 struct page_pool_params *pp) in libeth_rx_page_pool_params_zc() argument 117 pp->offset = 0; in libeth_rx_page_pool_params_zc() 133 pp->max_len); in libeth_rx_page_pool_params_zc() 150 struct page_pool_params pp = { in libeth_rx_fq_create() local 171 pool = page_pool_create(&pp); in libeth_rx_fq_create() 180 fq->pp = pool; in libeth_rx_fq_create() [all …]
|
| /linux-6.15/tools/net/ynl/samples/ |
| H A D | page-pool.c | 51 if (pp->_present.inflight) in count() 52 s->live[l].refs += pp->inflight; in count() 53 if (pp->_present.inflight_mem) in count() 80 ynl_dump_foreach(pools, pp) { in main() 83 count(s, 1, pp); in main() 84 if (pp->_present.detach_time) in main() 85 count(s, 0, pp); in main() 96 if (pp->_present.alloc_fast) in main() 98 if (pp->_present.alloc_refill) in main() 100 if (pp->_present.alloc_slow) in main() [all …]
|
| /linux-6.15/drivers/ata/ |
| H A D | sata_nv.c | 1120 pp = devm_kzalloc(dev, sizeof(*pp), GFP_KERNEL); in nv_adma_port_start() 1121 if (!pp) in nv_adma_port_start() 1128 pp->notifier_clear_block = pp->gen_block + in nv_adma_port_start() 1762 pp->qc_active, pp->defer_queue.defer_bits, pp->last_issue_tag, in nv_swncq_ncq_stop() 1763 pp->dhfis_bits, pp->dmafis_bits, pp->sdbfis_bits); in nv_swncq_ncq_stop() 1934 if (!pp) in nv_swncq_port_start() 2103 if (pp->qc_active & pp->dhfis_bits) in nv_swncq_sdbfis() 2107 (pp->qc_active ^ pp->dhfis_bits)) in nv_swncq_sdbfis() 2118 pp->dmafis_bits, pp->last_issue_tag); in nv_swncq_sdbfis() 2228 pp->qc_active, pp->dhfis_bits, in nv_swncq_host_interrupt() [all …]
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | nl_netdev.py | 65 return [pp for pp in pp_list if pp.get("ifindex") == nsim.ifindex] 75 refs = sum([pp["inflight"] for pp in pp_list]) 87 refs = sum([pp["inflight"] for pp in pp_list if pp.get("ifindex") == nsim.ifindex]) 94 refs = sum([pp["inflight"] for pp in pp_list]) 96 attached = [pp for pp in pp_list if "detach-time" not in pp] 102 attached = [pp for pp in pp_list if "detach-time" not in pp] 103 detached = [pp for pp in pp_list if "detach-time" in pp]
|
| /linux-6.15/drivers/of/ |
| H A D | kobj.c | 36 return memory_read_from_buffer(buf, count, &offset, pp->value, pp->length); in of_node_property_read() 76 sysfs_bin_attr_init(&pp->attr); in __of_add_property_sysfs() 77 pp->attr.attr.name = safe_name(&np->kobj, pp->name); in __of_add_property_sysfs() 78 pp->attr.attr.mode = secure ? 0400 : 0444; in __of_add_property_sysfs() 79 pp->attr.size = secure ? 0 : pp->length; in __of_add_property_sysfs() 119 struct property *pp; in __of_attach_node_sysfs() local 142 for_each_property_of_node(np, pp) in __of_attach_node_sysfs() 143 __of_add_property_sysfs(np, pp); in __of_attach_node_sysfs() 151 struct property *pp; in __of_detach_node_sysfs() local 159 for_each_property_of_node(np, pp) in __of_detach_node_sysfs() [all …]
|
| /linux-6.15/drivers/net/ethernet/cisco/enic/ |
| H A D | enic_pp.c | 57 struct enic_port_profile *pp; in enic_set_port_profile() local 70 if (!(pp->set & ENIC_SET_NAME) || !strlen(pp->name)) in enic_set_port_profile() 80 strlen(pp->name) + 1, pp->name); in enic_set_port_profile() 83 client_mac = pp->mac_addr; in enic_set_port_profile() 109 if (pp->set & ENIC_SET_HOST) { in enic_set_port_profile() 184 struct enic_port_profile *pp; in enic_pp_disassociate() local 194 pp->mac_addr); in enic_pp_disassociate() 205 struct enic_port_profile *pp; in enic_pp_preassociate_rr() local 245 struct enic_port_profile *pp; in enic_pp_associate() local 281 pp->mac_addr); in enic_pp_associate() [all …]
|
| /linux-6.15/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_cfg.c | 85 .pp = { 168 .pp = { 253 .pp = { 353 .pp = { 498 .pp = { 605 .pp = { 710 .pp = { 817 .pp = { 904 .pp = { 995 .pp = { [all …]
|
| /linux-6.15/drivers/net/hamradio/ |
| H A D | baycom_par.c | 196 pp->ops->write_data(pp, val); in par96_tx() 197 pp->ops->write_data(pp, val | PAR96_BURST); in par96_tx() 214 if (pp->ops->read_status(pp) & PAR96_RXBIT) in par96_rx() 219 pp->ops->write_data(pp, PAR97_POWER | PAR96_PTT); in par96_rx() 225 pp->ops->write_data(pp, PAR97_POWER | PAR96_PTT | PAR96_BURST); in par96_rx() 305 if (!pp) { in par96_open() 309 if (pp->irq < 0) { in par96_open() 348 pp->ops->data_forward(pp); in par96_open() 351 pp->ops->enable_irq(pp); in par96_open() 368 pp->ops->disable_irq(pp); in par96_close() [all …]
|
| /linux-6.15/drivers/macintosh/ |
| H A D | smu.c | 1085 if (!pp) in smu_open() 1118 if (pp->busy) in smu_write() 1145 pp->busy = 1; in smu_write() 1157 pp->cmd.data_buf = pp->buffer; in smu_write() 1158 pp->cmd.reply_buf = pp->buffer; in smu_write() 1160 pp->cmd.misc = pp; in smu_write() 1218 pp->busy = 0; in smu_read_command() 1252 if (!pp) in smu_fpoll() 1259 if (pp->busy && pp->cmd.status != 1) in smu_fpoll() 1275 if (!pp) in smu_release() [all …]
|
| /linux-6.15/fs/jffs2/ |
| H A D | compr_rubin.c | 42 struct pushpull pp; member 51 pp->buf = buf; in init_pushpull() 52 pp->buflen = buflen; in init_pushpull() 53 pp->ofs = ofs; in init_pushpull() 59 if (pp->ofs >= pp->buflen - (use_reserved?0:pp->reserve)) in pushbit() 63 pp->buf[pp->ofs >> 3] |= (1<<(7-(pp->ofs & 7))); in pushbit() 65 pp->buf[pp->ofs >> 3] &= ~(1<<(7-(pp->ofs & 7))); in pushbit() 67 pp->ofs++; in pushbit() 74 return pp->ofs; in pushedbits() 81 bit = (pp->buf[pp->ofs >> 3] >> (7-(pp->ofs & 7))) & 1; in pullbit() [all …]
|
| /linux-6.15/drivers/mtd/parsers/ |
| H A D | ofpart_core.c | 51 struct device_node *pp; in parse_fixed_partitions() local 110 reg = of_get_property(pp, "reg", &len); in parse_fixed_partitions() 114 master->name, pp, in parse_fixed_partitions() 123 a_cells = of_n_addr_cells(pp); in parse_fixed_partitions() 124 s_cells = of_n_size_cells(pp); in parse_fixed_partitions() 141 master->name, pp, mtd_node); in parse_fixed_partitions() 146 master->name, pp, in parse_fixed_partitions() 153 parts[i].of_node = pp; in parse_fixed_partitions() 163 if (of_property_read_bool(pp, "lock")) in parse_fixed_partitions() 183 master->name, pp, mtd_node); in parse_fixed_partitions() [all …]
|