Home
last modified time | relevance | path

Searched refs:power_status (Results 1 – 21 of 21) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
Difx6x60.c154 if (!ifx_dev->power_status) in ifx_spi_power_state_set()
156 ifx_dev->power_status |= val; in ifx_spi_power_state_set()
175 if (ifx_dev->power_status) { in ifx_spi_power_state_clear()
176 ifx_dev->power_status &= ~val; in ifx_spi_power_state_clear()
177 if (!ifx_dev->power_status) in ifx_spi_power_state_clear()
1028 ifx_dev->power_status = 0; in ifx_spi_spi_probe()
1340 if (!ifx_dev->power_status) in ifx_spi_pm_runtime_idle()
Difx6x60.h97 unsigned char power_status; member
/linux-4.1.27/drivers/char/
Di8k.c98 static bool power_status; variable
99 module_param(power_status, bool, 0600);
100 MODULE_PARM_DESC(power_status, "Report power status in /proc/i8k");
494 if (power_status) in i8k_proc_show()
/linux-4.1.27/include/linux/
Denclosure.h102 int power_status; member
Dpci_hotplug.h86 u8 power_status; member
/linux-4.1.27/drivers/pci/hotplug/
Drpaphp_pci.c89 info->power_status = level; in rpaphp_enable_slot()
Dshpchp_core.c158 get_power_status(hotplug_slot, &info->power_status); in init_slots()
240 *value = hotplug_slot->info->power_status; in get_power_status()
Ds390_pci_hpc.c180 get_power_status(hotplug_slot, &info->power_status); in zpci_init_slot()
Dacpiphp_core.c308 slot->hotplug_slot->info->power_status = acpiphp_get_power_status(slot->acpi_slot); in acpiphp_register_hotplug_slot()
Dpcihp_skeleton.c295 get_power_status(hotplug_slot, &info->power_status); in init_slots()
Dpci_hotplug_core.c81 GET_STATUS(power_status, u8) in GET_STATUS() argument
Dcpci_hotplug_core.c277 info->power_status = cpci_get_power_status(slot); in cpci_hp_register_bus()
Dshpchp_ctrl.c472 slot->hpc_ops->get_power_status(slot, &(info->power_status)); in update_slot_info()
Dibmphp_core.c619 info->power_status = SLOT_PWRGD(slot_cur->status); in ibmphp_update_slot_info()
Dcpqphp_core.c701 hotplug_slot_info->power_status = get_slot_enabled(ctrl, slot); in ctrl_slot_setup()
Dibmphp_ebda.c692 hotplug_slot->info->power_status = SLOT_POWER(slot->status); in fillslotinfo()
Dcpqphp_ctrl.c1792 info->power_status = get_slot_enabled(ctrl, slot); in update_slot_info()
/linux-4.1.27/drivers/misc/
Denclosure.c151 edev->component[i].power_status = 1; in enclosure_register()
597 return snprintf(buf, 40, "%s\n", ecomp->power_status ? "on" : "off"); in get_component_power_status()
653 static DEVICE_ATTR(power_status, S_IRUGO | S_IWUSR, get_component_power_status,
/linux-4.1.27/drivers/crypto/ux500/cryp/
Dcryp.h243 int power_status; member
/linux-4.1.27/drivers/scsi/
Dses.c313 ecomp->power_status = (desc[3] & 0x10) ? 0 : 1; in ses_get_power_status()
341 ecomp->power_status = val; in ses_set_power_status()
/linux-4.1.27/Documentation/
Dkernel-parameters.txt1321 i8k.power_status