| /OK3568_Linux_fs/kernel/drivers/net/wimax/i2400m/ |
| H A D | tx.c | 842 unsigned long flags, pls; in i2400m_tx_msg_get() local 897 pls = le32_to_cpu(tx_msg_moved->num_pls); in i2400m_tx_msg_get() 898 i2400m->tx_pl_num += pls; /* Update stats */ in i2400m_tx_msg_get() 899 if (pls > i2400m->tx_pl_max) in i2400m_tx_msg_get() 900 i2400m->tx_pl_max = pls; in i2400m_tx_msg_get() 901 if (pls < i2400m->tx_pl_min) in i2400m_tx_msg_get() 902 i2400m->tx_pl_min = pls; in i2400m_tx_msg_get()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci-hub.c | 748 u32 pls = status_reg & PORT_PLS_MASK; in xhci_hub_report_usb3_link_state() local 761 if (pls != USB_SS_PORT_LS_COMP_MOD && in xhci_hub_report_usb3_link_state() 762 pls != USB_SS_PORT_LS_SS_INACTIVE) { in xhci_hub_report_usb3_link_state() 763 pls = USB_SS_PORT_LS_COMP_MOD; in xhci_hub_report_usb3_link_state() 769 pls |= USB_PORT_STAT_CONNECTION; in xhci_hub_report_usb3_link_state() 776 if (pls == XDEV_RESUME) { in xhci_hub_report_usb3_link_state() 790 (pls == USB_SS_PORT_LS_COMP_MOD)) in xhci_hub_report_usb3_link_state() 791 pls |= USB_PORT_STAT_CONNECTION; in xhci_hub_report_usb3_link_state() 795 *status |= pls; in xhci_hub_report_usb3_link_state() 1334 u32 pls = temp & PORT_PLS_MASK; in xhci_hub_control() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | idle.c | 612 unsigned long pls; in power9_idle_stop() local 743 pls = (psscr & PSSCR_PLS) >> PSSCR_PLS_SHIFT; in power9_idle_stop() 744 if (likely(pls < deep_spr_loss_state)) { in power9_idle_stop() 763 if (pls >= pnv_first_tb_loss_level) { in power9_idle_stop() 901 unsigned long pls; in power10_idle_stop() local 951 pls = (psscr & PSSCR_PLS) >> PSSCR_PLS_SHIFT; in power10_idle_stop() 952 if (likely(pls < deep_spr_loss_state)) { in power10_idle_stop() 968 if (pls >= pnv_first_tb_loss_level) { in power10_idle_stop()
|
| /OK3568_Linux_fs/kernel/drivers/staging/nvec/ |
| H A D | nvec_power.c | 77 s16 pls; member 175 power->bat_current_now = res->pls * 1000; in nvec_power_bat_notifier() 178 power->bat_current_avg = res->pls * 1000; in nvec_power_bat_notifier()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/grilo/ |
| H A D | grilo_0.3.14.bb | 27 EXTRA_OEMESON = "-Denable-grl-pls=false"
|
| /OK3568_Linux_fs/kernel/net/l2tp/ |
| H A D | l2tp_ppp.c | 903 struct pppol2tp_session *pls; in pppol2tp_getname() local 916 pls = l2tp_session_priv(session); in pppol2tp_getname() 928 sp.pppol2tp.pid = pls->owner; in pppol2tp_getname() 946 sp.pppol2tp.pid = pls->owner; in pppol2tp_getname() 964 sp.pppol2tp.pid = pls->owner; in pppol2tp_getname() 983 sp.pppol2tp.pid = pls->owner; in pppol2tp_getname()
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | name_distr.c | 146 u32 dnode, struct list_head *pls, u16 seqno) in named_distribute() argument 156 list_for_each_entry(publ, pls, binding_node) { in named_distribute()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-fsl-layerscape/ |
| H A D | soc.h | 104 u32 pls; /* port link status */ member
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | tegra-xudc.c | 722 u32 pls, val; in tegra_xudc_device_mode_off() local 736 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_device_mode_off() 741 (pls == PORTSC_PLS_RESUME || pls == PORTSC_PLS_U2)) { in tegra_xudc_device_mode_off() 839 u32 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_plc_reset_work() local 842 if (pls == PORTSC_PLS_INACTIVE) { in tegra_xudc_plc_reset_work() 862 u32 pls; in tegra_xudc_port_reset_war_work() local 868 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_port_reset_war_work() 870 dev_dbg(xudc->dev, "pls = %x\n", pls); in tegra_xudc_port_reset_war_work() 872 if (pls == PORTSC_PLS_DISABLED) { in tegra_xudc_port_reset_war_work() 3025 u32 pls = (portsc & PORTSC_PLS_MASK) >> PORTSC_PLS_SHIFT; in __tegra_xudc_handle_port_status() local [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-ls102xa/ |
| H A D | immap_ls102xa.h | 442 u32 pls; /* port link status */ member
|
| /OK3568_Linux_fs/app/qfm/ |
| H A D | mimeapps.list | 46 audio/x-pls=qplayer.desktop
|
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A D | lpfc_sli4.h | 560 uint8_t pls; member
|
| H A D | lpfc_attr.c | 3500 phba->sli4_hba.pc_sli4_params.pls); in lpfc_pls_show() 3502 static DEVICE_ATTR(pls, 0444, 4081 (!phba->sli4_hba.pc_sli4_params.pls && in lpfc_topology_store()
|
| H A D | lpfc_mbox.c | 518 !(phba->sli4_hba.pc_sli4_params.pls) && in lpfc_init_link()
|
| H A D | lpfc_init.c | 12093 sli4_params->pls = bf_get(cfg_pvl, mbx_sli4_parameters); in lpfc_get_sli4_parameters()
|
| /OK3568_Linux_fs/kernel/Documentation/PCI/ |
| H A D | pcieaer-howto.rst | 58 depends on CONFIG_PCIEPORTBUS, so pls. set CONFIG_PCIEPORTBUS=y and
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 58744 http://labs.oracle.com/pls/apex/f?p=labs:49:::::P49_PROJECT_ID:13 ]
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 2546 …osvy{{wsplgfhighighigfd_XOE8-.--1343440,,//../01211220021124+O��pXMU|�����}pls|�����������}xzzx{��…
|