Home
last modified time | relevance | path

Searched full:pis (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c610 #define PIS(x) (status & DSI_IRQ_##x) ? (#x " ") : "" in print_irq_status() macro
614 verbose_irq ? PIS(VC0) : "", in print_irq_status()
615 verbose_irq ? PIS(VC1) : "", in print_irq_status()
616 verbose_irq ? PIS(VC2) : "", in print_irq_status()
617 verbose_irq ? PIS(VC3) : "", in print_irq_status()
618 PIS(WAKEUP), in print_irq_status()
619 PIS(RESYNC), in print_irq_status()
620 PIS(PLL_LOCK), in print_irq_status()
621 PIS(PLL_UNLOCK), in print_irq_status()
622 PIS(PLL_RECALL), in print_irq_status()
[all …]
/linux/Documentation/devicetree/bindings/net/pse-pd/
H A Dpse-controller.yaml26 controlling several outputs which are not described in the pse-pis
27 subnode. This property is deprecated, please use pse-pis instead.
30 pse-pis:
33 Overview of the PSE PIs provided by the controller.
124 - pse-pis
H A Dti,tps23881.yaml35 be referenced by PSE PIs through their "pairsets" property. The actual
36 port matrix mapping is created when PSE PIs reference these channels in
103 pse-pis {
H A Dmicrochip,pd692x0.yaml106 - pse-pis
170 pse-pis {
/linux/drivers/net/pse-pd/
H A Dpse_core.c151 * of_load_pse_pis - load all the PSE PIs
159 struct device_node *node, *pis; in of_load_pse_pis() local
169 pis = of_get_child_by_name(np, "pse-pis"); in of_load_pse_pis()
170 if (!pis) { in of_load_pse_pis()
171 /* no description of PSE PIs */ in of_load_pse_pis()
176 for_each_child_of_node(pis, node) { in of_load_pse_pis()
226 of_node_put(pis); in of_load_pse_pis()
232 of_node_put(pis); in of_load_pse_pis()
314 * which PIs need to have power delivery attempted again.
506 * pse_disable_pi_prio - Disable all PIs of a given priority inside a PSE
[all …]
H A Dtps23881.c919 /* Update with values for every PSE PIs */ in tps23881_set_ports_matrix()
H A Dpd692x0.c1117 /* Update with values for every PSE PIs */ in pd692x0_set_ports_matrix()
/linux/include/linux/pse-pd/
H A Dpse.h163 * The PSE PIs devicetree nodes have already been parsed by
292 * @pi: table of PSE PIs described in this controller device
295 * @pis_prio_max: Maximum value allowed for the PSE PIs priority
/linux/drivers/tty/serial/
H A Dsunsab.h36 u8 pis; /* Port Interrupt Status */ member
310 /* Port Interrupt Status Register (PIS) */
/linux/fs/smb/client/
H A Dsess.c234 cifs_dbg(VFS, "failed to open extra channel on iface:%pIS rc=%d\n", in cifs_try_adding_channels()
245 cifs_info("successfully opened new channel on iface:%pIS\n", in cifs_try_adding_channels()
415 cifs_dbg(FYI, "unable to get the interface matching: %pIS\n", in cifs_chan_update_iface()
418 cifs_dbg(FYI, "unable to find another interface to replace: %pIS\n", in cifs_chan_update_iface()
428 cifs_dbg(FYI, "replacing iface: %pIS with %pIS\n", in cifs_chan_update_iface()
441 cifs_dbg(FYI, "referencing primary channel iface: %pIS\n", in cifs_chan_update_iface()
/linux/Documentation/translations/zh_CN/core-api/
H A Dprintk-formats.rst336 %pIS 1.2.3.4 or 0001:0002:0003:0004:0005:0006:0007:0008
337 %piS 001.002.003.004 or 00010002000300040005000600070008
/linux/fs/smb/server/
H A Dtransport_ipc.c688 snprintf(req->peer_addr, sizeof(req->peer_addr), "%pIS", peer_addr); in ksmbd_ipc_tree_connect_request()
/linux/drivers/net/vxlan/
H A Dvxlan_core.c871 netdev_dbg(vxlan->dev, "add %pM -> %pIS\n", mac, ip); in vxlan_fdb_create()
1084 netdev_dbg(vxlan->dev, "add %pM -> %pIS\n", mac, ip); in vxlan_fdb_update_create()
1463 "%pM migrated from %pIS to %pIS\n", in vxlan_snoop()
/linux/arch/loongarch/kernel/
H A Dtraps.c264 case EXCCODE_TLBS: return "PIS"; in humanize_exc_name()
/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c3745 PFX "Already connected to target port with id_ext=%016llx;ioc_guid=%016llx;dest=%pIS\n", in add_target_store()
3849 snprintf(dst, sizeof(dst), "%pIS", in add_target_store()
3879 "new target: id_ext %016llx ioc_guid %016llx sgid %pI6 dest %pIS\n", in add_target_store()
/linux/drivers/scsi/cxgbi/
H A Dlibcxgbi.c2840 len = sprintf(buf, "%pIS", in cxgbi_get_host_param()
/linux/lib/zstd/compress/
H A Dzstd_compress.c6563 …DEBUGLOG(5, "ZSTD_transferSequences_noDelim: idx: %u PIS: %u blockSize: %zu", idx, startPosInSeque… in ZSTD_transferSequences_noDelim()
6588 DEBUGLOG(6, "Require a split: diff: %u, idx: %u PIS: %u", in ZSTD_transferSequences_noDelim()