Searched refs:power_status (Results 1 - 20 of 20) sorted by relevance

/linux-4.4.14/drivers/tty/serial/
H A Difx6x60.h97 unsigned char power_status; member in struct:ifx_spi_device
H A Difx6x60.c154 if (!ifx_dev->power_status) ifx_spi_power_state_set()
156 ifx_dev->power_status |= val; ifx_spi_power_state_set()
175 if (ifx_dev->power_status) { ifx_spi_power_state_clear()
176 ifx_dev->power_status &= ~val; ifx_spi_power_state_clear()
177 if (!ifx_dev->power_status) ifx_spi_power_state_clear()
1028 ifx_dev->power_status = 0; ifx_spi_spi_probe()
1339 if (!ifx_dev->power_status) ifx_spi_pm_runtime_idle()
/linux-4.4.14/include/linux/
H A Denclosure.h106 int power_status; member in struct:enclosure_component
H A Dpci_hotplug.h78 * @power_status: if power is enabled or not (1/0)
86 u8 power_status; member in struct:hotplug_slot_info
/linux-4.4.14/drivers/crypto/ux500/cryp/
H A Dcryp.h228 * @power_status: Current status of the power.
243 int power_status; member in struct:cryp_device_data
/linux-4.4.14/drivers/hwmon/
H A Ddell-smm-hwmon.c101 static bool power_status; variable
102 module_param(power_status, bool, 0600);
103 MODULE_PARM_DESC(power_status, "Report power status in /proc/i8k");
492 if (power_status) i8k_proc_show()
/linux-4.4.14/drivers/pci/hotplug/
H A Drpaphp_pci.c89 info->power_status = level; rpaphp_enable_slot()
H A Ds390_pci_hpc.c180 get_power_status(hotplug_slot, &info->power_status); zpci_init_slot()
H A Dshpchp_core.c158 get_power_status(hotplug_slot, &info->power_status); init_slots()
240 *value = hotplug_slot->info->power_status; get_power_status()
H A Dpcihp_skeleton.c295 get_power_status(hotplug_slot, &info->power_status); init_slots()
H A Dacpiphp_core.c308 slot->hotplug_slot->info->power_status = acpiphp_get_power_status(slot->acpi_slot); acpiphp_register_hotplug_slot()
H A Dcpci_hotplug_core.c277 info->power_status = cpci_get_power_status(slot); cpci_hp_register_bus()
H A Dpci_hotplug_core.c81 GET_STATUS(power_status, u8)
H A Dshpchp_ctrl.c472 slot->hpc_ops->get_power_status(slot, &(info->power_status)); update_slot_info()
H A Dcpqphp_core.c701 hotplug_slot_info->power_status = get_slot_enabled(ctrl, slot); ctrl_slot_setup()
H A Dibmphp_core.c619 info->power_status = SLOT_PWRGD(slot_cur->status); ibmphp_update_slot_info()
H A Dibmphp_ebda.c692 hotplug_slot->info->power_status = SLOT_POWER(slot->status); fillslotinfo()
H A Dcpqphp_ctrl.c1792 info->power_status = get_slot_enabled(ctrl, slot); update_slot_info()
/linux-4.4.14/drivers/misc/
H A Denclosure.c151 edev->component[i].power_status = 1; enclosure_register()
597 return snprintf(buf, 40, "%s\n", ecomp->power_status ? "on" : "off"); get_component_power_status()
653 static DEVICE_ATTR(power_status, S_IRUGO | S_IWUSR, get_component_power_status,
/linux-4.4.14/drivers/scsi/
H A Dses.c331 ecomp->power_status = (desc[3] & 0x10) ? 0 : 1; ses_get_power_status()
359 ecomp->power_status = val; ses_set_power_status()

Completed in 423 milliseconds