/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dispc-compat.c | 77 #define PIS(x) \ in dispc_dump_irqs() macro 80 PIS(FRAMEDONE); in dispc_dump_irqs() 81 PIS(VSYNC); in dispc_dump_irqs() 82 PIS(EVSYNC_EVEN); in dispc_dump_irqs() 83 PIS(EVSYNC_ODD); in dispc_dump_irqs() 84 PIS(ACBIAS_COUNT_STAT); in dispc_dump_irqs() 85 PIS(PROG_LINE_NUM); in dispc_dump_irqs() 86 PIS(GFX_FIFO_UNDERFLOW); in dispc_dump_irqs() 87 PIS(GFX_END_WIN); in dispc_dump_irqs() 88 PIS(PAL_GAMMA_MASK); in dispc_dump_irqs() [all …]
|
H A D | dsi.c | 610 #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/drivers/gpu/drm/omapdrm/dss/ |
H A D | dsi.c | 233 #define PIS(x) (status & DSI_IRQ_##x) ? (#x " ") : "" in print_irq_status() macro 237 verbose_irq ? PIS(VC0) : "", in print_irq_status() 238 verbose_irq ? PIS(VC1) : "", in print_irq_status() 239 verbose_irq ? PIS(VC2) : "", in print_irq_status() 240 verbose_irq ? PIS(VC3) : "", in print_irq_status() 241 PIS(WAKEUP), in print_irq_status() 242 PIS(RESYNC), in print_irq_status() 243 PIS(PLL_LOCK), in print_irq_status() 244 PIS(PLL_UNLOCK), in print_irq_status() 245 PIS(PLL_RECALL), in print_irq_status() [all …]
|
/linux/Documentation/devicetree/bindings/net/pse-pd/ |
H A D | pse-controller.yaml | 26 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 D | ti,tps23881.yaml | 93 pse-pis {
|
/linux/drivers/net/pse-pd/ |
H A D | pse_core.c | 125 * of_load_pse_pis - load all the PSE PIs 133 struct device_node *node, *pis; in of_load_pse_pis() local 143 pis = of_get_child_by_name(np, "pse-pis"); in of_load_pse_pis() 144 if (!pis) { in of_load_pse_pis() 145 /* no description of PSE PIs */ in of_load_pse_pis() 150 for_each_child_of_node(pis, node) { in of_load_pse_pis() 200 of_node_put(pis); in of_load_pse_pis() 206 of_node_put(pis); in of_load_pse_pis() 466 /* Do not register regulator for PIs not described */ in pse_controller_register()
|
H A D | tps23881.c | 581 /* Update with values for every PSE PIs */ in tps23881_set_ports_matrix()
|
H A D | pd692x0.c | 897 /* Update with values for every PSE PIs */ in pd692x0_set_ports_matrix()
|
/linux/drivers/tty/serial/ |
H A D | sunsab.h | 36 u8 pis; /* Port Interrupt Status */ member 310 /* Port Interrupt Status Register (PIS) */
|
/linux/fs/smb/client/ |
H A D | sess.c | 234 cifs_dbg(VFS, "failed to open extra channel on iface:%pIS rc=%d\n", in cifs_try_adding_channels() 245 cifs_dbg(VFS, "successfully opened new channel on iface:%pIS\n", in cifs_try_adding_channels() 406 cifs_dbg(FYI, "unable to get the interface matching: %pIS\n", in cifs_chan_update_iface() 409 cifs_dbg(FYI, "unable to find another interface to replace: %pIS\n", in cifs_chan_update_iface() 419 cifs_dbg(FYI, "replacing iface: %pIS with %pIS\n", in cifs_chan_update_iface() 432 cifs_dbg(FYI, "referencing primary channel iface: %pIS\n", in cifs_chan_update_iface()
|
/linux/Documentation/translations/zh_CN/core-api/ |
H A D | printk-formats.rst | 336 %pIS 1.2.3.4 or 0001:0002:0003:0004:0005:0006:0007:0008 337 %piS 001.002.003.004 or 00010002000300040005000600070008
|
/linux/include/linux/pse-pd/ |
H A D | pse.h | 151 * @pi: table of PSE PIs described in this controller device
|
/linux/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_transport.c | 560 dprintk(" local address : %pIS:%u\n", sap, rpc_get_port(sap)); in svc_rdma_accept() 562 dprintk(" remote address : %pIS:%u\n", sap, rpc_get_port(sap)); in svc_rdma_accept()
|
/linux/drivers/net/ethernet/renesas/ |
H A D | rswitch.c | 1124 u32 pis, lsc; in rswitch_rmac_setting() local 1130 pis = MPIC_PIS_GMII; in rswitch_rmac_setting() 1134 pis = MPIC_PIS_XGMII; in rswitch_rmac_setting() 1137 pis = FIELD_GET(MPIC_PIS, ioread32(etha->addr + MPIC)); in rswitch_rmac_setting() 1157 FIELD_PREP(MPIC_PIS, pis) | FIELD_PREP(MPIC_LSC, lsc)); in rswitch_rmac_setting()
|
/linux/Documentation/core-api/ |
H A D | printk-formats.rst | 383 %pIS 1.2.3.4 or 0001:0002:0003:0004:0005:0006:0007:0008 384 %piS 001.002.003.004 or 00010002000300040005000600070008
|
/linux/lib/ |
H A D | test_printf.c | 494 test("127.000.000.001|127.0.0.1", "%piS|%pIS", &sa, &sa); in ip4()
|
/linux/fs/smb/server/ |
H A D | transport_ipc.c | 675 snprintf(req->peer_addr, sizeof(req->peer_addr), "%pIS", peer_addr); in ksmbd_ipc_tree_connect_request()
|
/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 899 netdev_dbg(vxlan->dev, "add %pM -> %pIS\n", mac, ip); in vxlan_fdb_create() 1094 netdev_dbg(vxlan->dev, "add %pM -> %pIS\n", mac, ip); in vxlan_fdb_update_create() 1479 "%pM migrated from %pIS to %pIS\n", in vxlan_snoop()
|
/linux/arch/loongarch/kernel/ |
H A D | traps.c | 263 case EXCCODE_TLBS: return "PIS"; in humanize_exc_name()
|
/linux/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.c | 3743 PFX "Already connected to target port with id_ext=%016llx;ioc_guid=%016llx;dest=%pIS\n", in add_target_store() 3847 snprintf(dst, sizeof(dst), "%pIS", in add_target_store() 3877 "new target: id_ext %016llx ioc_guid %016llx sgid %pI6 dest %pIS\n", in add_target_store()
|
/linux/drivers/staging/gpib/gpio/ |
H A D | gpib_bitbang.c | 238 // for bcm27xx based pis (b b+ 2b 3b 3b+ 4 5)
|
/linux/drivers/scsi/cxgbi/ |
H A D | libcxgbi.c | 2840 len = sprintf(buf, "%pIS", in cxgbi_get_host_param()
|
/linux/lib/zstd/compress/ |
H A D | zstd_compress.c | 5685 …DEBUGLOG(5, "ZSTD_copySequencesToSeqStore: idx: %u PIS: %u blockSize: %zu", idx, startPosInSequenc… in ZSTD_copySequencesToSeqStoreNoBlockDelim() 5711 DEBUGLOG(6, "Require a split: diff: %u, idx: %u PIS: %u", in ZSTD_copySequencesToSeqStoreNoBlockDelim()
|
/linux/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 2631 snprintf(src_addr, sizeof(src_addr), "%pIS", in srpt_rdma_cm_req_recv()
|