Searched refs:lpm (Results 26 - 50 of 53) sorted by relevance

123

/linux-master/drivers/usb/chipidea/
H A Dhost.c150 ehci->has_hostpc = ci->hw_bank.lpm;
151 ehci->has_tdi_phy_lpm = ci->hw_bank.lpm;
H A Dci.h146 * @lpm: set if the device is LPM capable
155 unsigned lpm; member in struct:hw_bank
/linux-master/arch/arm/mach-pxa/
H A Dmfp-pxa2xx.h141 extern void pxa2xx_mfp_set_lpm(int mfp, unsigned long lpm);
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is.h247 * @lpm: low power mode flag
282 u8 lpm; member in struct:fimc_is
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.h40 } lpm; member in struct:mlxsw_sp_router
H A Dspectrum_router.c540 lpm_tree = mlxsw_sp->router->lpm.proto_trees[proto];
580 for (i = 0; i < mlxsw_sp->router->lpm.tree_count; i++) {
581 lpm_tree = &mlxsw_sp->router->lpm.trees[i];
680 for (i = 0; i < mlxsw_sp->router->lpm.tree_count; i++) {
681 lpm_tree = &mlxsw_sp->router->lpm.trees[i];
719 mlxsw_sp->router->lpm.tree_count = max_trees - MLXSW_SP_LPM_TREE_MIN;
720 mlxsw_sp->router->lpm.trees = kcalloc(mlxsw_sp->router->lpm.tree_count,
723 if (!mlxsw_sp->router->lpm.trees)
726 for (i = 0; i < mlxsw_sp->router->lpm
[all...]
/linux-master/drivers/s390/cio/
H A Ddevice_id.c221 req->lpm = sch->schib.pmcw.pam & sch->opm;
H A Ddevice.c557 if (!sch->lpm)
1012 sch->lpm = sch->schib.pmcw.pam & sch->opm;
1161 sch->lpm &= ~mask;
1168 sch->lpm |= mask;
1183 sch->lpm |= mask & sch->opm;
H A Ddevice_status.c67 sch->lpm &= ~sch->schib.pmcw.pnom;
H A Dtrace.h56 __entry->pmcw_lpm = schib->pmcw.lpm;
66 "lpm=0x%02x pnom=0x%02x lpum=0x%02x pim=0x%02x pam=0x%02x "
H A Dchsc.c243 sch->lpm = 0;
/linux-master/arch/s390/include/asm/
H A Dccwdev.h189 unsigned long intparm, u8 lpm, u8 key);
H A Dfcx.h195 * @lpm: Logical-Path Mask
209 u32 lpm:8; member in struct:dcw_intrg_data
/linux-master/drivers/s390/block/
H A Ddasd.c1402 cqr->lpm &= dasd_path_get_opm(device);
1403 if (!cqr->lpm)
1404 cqr->lpm = dasd_path_get_opm(device);
1415 (long) cqr, cqr->lpm);
1418 (long) cqr, cqr->lpm, 0);
1430 * available paths and all these paths are gone. If the lpm of
1439 cqr->lpm);
1440 } else if (cqr->lpm != dasd_path_get_opm(device)) {
1441 cqr->lpm = dasd_path_get_opm(device);
1807 if (cqr->lpm
3827 dasd_generic_verify_path(struct dasd_device *device, __u8 lpm) argument
[all...]
H A Ddasd_devmap.c2565 u8 lpm, opm; local
2568 for (lpm = 0x80; lpm; lpm >>= 1) {
2569 if (!(lpm & opm))
2571 dasd_path_create_kobj(device, pathmask_to_pos(lpm));
H A Ddasd_int.h142 char lpm; /* logical path mask */ member in struct:dasd_ccw_req
/linux-master/arch/powerpc/include/asm/
H A Dps3.h364 } lpm; member in struct:ps3_system_bus_device
458 * @PS3_LPM_RIGHTS_USE_LPM: The right to use the lpm.
/linux-master/drivers/ps3/
H A Dps3-lpm.c77 * The initial value of the shadow registers at lpm creation is
91 * struct ps3_lpm_priv - Private lpm device data.
93 * @open: An atomic variable indicating the lpm driver has been opened.
94 * @rights: The lpm rigths granted by the system policy module. A logical
99 * @lpm_id: The lv1 id of this lpm instance.
100 * @outlet_id: The outlet created by lv1 for this lpm instance.
137 * lpm_priv - Static instance of the lpm data.
1065 * @tb_type: Specifies the type of trace buffer lv1 should use for this lpm
1155 * ps3_lpm_close - Close the lpm device.
1190 lpm_priv->node_id = dev->lpm
[all...]
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi.c376 bool lpm = msg->flags & MIPI_DSI_MSG_USE_LPM; local
390 if (lpm)
396 if (lpm)
/linux-master/drivers/usb/dwc2/
H A Dcore.h364 * @lpm: Enable LPM support.
463 bool lpm; member in struct:dwc2_core_params
H A Ddebugfs.c704 print_param(seq, p, lpm);
H A Dgadget.c5003 if (hsotg->params.lpm)
5272 if (!hsotg->params.lpm)
/linux-master/drivers/gpu/drm/bridge/
H A Dsamsung-dsim.c1068 static void samsung_dsim_set_cmd_lpm(struct samsung_dsim *dsi, bool lpm) argument
1072 if (lpm)
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h201 __be16 lpm; member in struct:fw_filter_wr
233 __be16 lpm; member in struct:fw_filter2_wr
H A Dcxgb4_filter.c910 fwr->lpm = htons(f->fs.mask.lport);

Completed in 741 milliseconds

123