power_status      243 drivers/crypto/ux500/cryp/cryp.h 	int power_status;
power_status      105 drivers/hwmon/dell-smm-hwmon.c static bool power_status;
power_status      106 drivers/hwmon/dell-smm-hwmon.c module_param(power_status, bool, 0600);
power_status      107 drivers/hwmon/dell-smm-hwmon.c MODULE_PARM_DESC(power_status, "Report power status in /proc/i8k (default: 0)");
power_status      547 drivers/hwmon/dell-smm-hwmon.c 	if (power_status)
power_status      141 drivers/mfd/rave-sp.c 	u8  power_status;
power_status      138 drivers/misc/enclosure.c 		edev->component[i].power_status = -1;
power_status      591 drivers/misc/enclosure.c 	if (ecomp->power_status == -1)
power_status      594 drivers/misc/enclosure.c 	return snprintf(buf, 40, "%s\n", ecomp->power_status ? "on" : "off");
power_status      650 drivers/misc/enclosure.c static DEVICE_ATTR(power_status, S_IRUGO | S_IWUSR, get_component_power_status,
power_status      269 drivers/net/ethernet/mellanox/mlx5/core/events.c 	u8 power_status;
power_status      280 drivers/net/ethernet/mellanox/mlx5/core/events.c 	power_status = MLX5_GET(mpein_reg, out, pwr_status);
power_status      283 drivers/net/ethernet/mellanox/mlx5/core/events.c 	switch (power_status) {
power_status       62 drivers/pci/hotplug/pci_hotplug_core.c GET_STATUS(power_status, u8)
power_status      445 drivers/pci/hotplug/pnv_php.c 	uint8_t power_status = OPAL_PCI_SLOT_POWER_ON;
power_status      486 drivers/pci/hotplug/pnv_php.c 		ret = pnv_php_get_power_state(slot, &power_status);
power_status      490 drivers/pci/hotplug/pnv_php.c 		if (power_status != OPAL_PCI_SLOT_POWER_ON)
power_status      495 drivers/pci/hotplug/pnv_php.c 	ret = pnv_php_get_power_state(slot, &power_status);
power_status      499 drivers/pci/hotplug/pnv_php.c 	if (power_status == OPAL_PCI_SLOT_POWER_ON)
power_status      345 drivers/scsi/ses.c 		ecomp->power_status = 0;
power_status      351 drivers/scsi/ses.c 		ecomp->power_status = (desc[3] & 0x10) ? 0 : 1;
power_status      382 drivers/scsi/ses.c 	ecomp->power_status = val;
power_status      141 drivers/tty/serial/ifx6x60.c 	if (!ifx_dev->power_status)
power_status      143 drivers/tty/serial/ifx6x60.c 	ifx_dev->power_status |= val;
power_status      162 drivers/tty/serial/ifx6x60.c 	if (ifx_dev->power_status) {
power_status      163 drivers/tty/serial/ifx6x60.c 		ifx_dev->power_status &= ~val;
power_status      164 drivers/tty/serial/ifx6x60.c 		if (!ifx_dev->power_status)
power_status     1018 drivers/tty/serial/ifx6x60.c 	ifx_dev->power_status = 0;
power_status     1331 drivers/tty/serial/ifx6x60.c 	if (!ifx_dev->power_status)
power_status       81 drivers/tty/serial/ifx6x60.h 	unsigned char power_status;
power_status       95 include/linux/enclosure.h 	int power_status;