/kernel/linux/linux-6.6/drivers/usb/typec/tipd/ |
H A D | trace.h | 144 #define show_power_status_source_sink(power_status) \ 145 __print_symbolic(TPS_POWER_STATUS_SOURCESINK(power_status), \ 149 #define show_power_status_typec_status(power_status) \ 150 __print_symbolic(TPS_POWER_STATUS_PWROPMODE(power_status), \ 156 #define show_power_status_bc12_status(power_status) \ 157 __print_symbolic(TPS_POWER_STATUS_BC12_STATUS(power_status), \ 261 TP_PROTO(u16 power_status), 262 TP_ARGS(power_status), 265 __field(u16, power_status) 269 __entry->power_status [all...] |
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | ifx6x60.c | 140 if (!ifx_dev->power_status) in ifx_spi_power_state_set() 142 ifx_dev->power_status |= val; in ifx_spi_power_state_set() 161 if (ifx_dev->power_status) { in ifx_spi_power_state_clear() 162 ifx_dev->power_status &= ~val; in ifx_spi_power_state_clear() 163 if (!ifx_dev->power_status) in ifx_spi_power_state_clear() 1018 ifx_dev->power_status = 0; in ifx_spi_spi_probe() 1275 if (!ifx_dev->power_status) in ifx_spi_pm_runtime_idle()
|
H A D | ifx6x60.h | 83 unsigned char power_status; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | events.c | 269 u8 power_status; in mlx5_pcie_event() local 280 power_status = MLX5_GET(mpein_reg, out, pwr_status); in mlx5_pcie_event() 283 switch (power_status) { in mlx5_pcie_event()
|
/kernel/linux/linux-5.10/drivers/misc/ |
H A D | enclosure.c | 140 edev->component[i].power_status = -1; in enclosure_register() 593 if (ecomp->power_status == -1) in get_component_power_status() 596 return snprintf(buf, 40, "%s\n", ecomp->power_status ? "on" : "off"); in get_component_power_status() 652 static DEVICE_ATTR(power_status, S_IRUGO | S_IWUSR, get_component_power_status,
|
/kernel/linux/linux-6.6/drivers/misc/ |
H A D | enclosure.c | 140 edev->component[i].power_status = -1; in enclosure_register() 592 if (ecomp->power_status == -1) in get_component_power_status() 595 return sysfs_emit(buf, "%s\n", ecomp->power_status ? "on" : "off"); in get_component_power_status() 651 static DEVICE_ATTR(power_status, S_IRUGO | S_IWUSR, get_component_power_status,
|
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | pnv_php.c | 447 uint8_t power_status = OPAL_PCI_SLOT_POWER_ON; in pnv_php_enable() local 488 ret = pnv_php_get_power_state(slot, &power_status); in pnv_php_enable() 492 if (power_status != OPAL_PCI_SLOT_POWER_ON) in pnv_php_enable() 497 ret = pnv_php_get_power_state(slot, &power_status); in pnv_php_enable() 501 if (power_status == OPAL_PCI_SLOT_POWER_ON) in pnv_php_enable()
|
H A D | pci_hotplug_core.c | 62 GET_STATUS(power_status, u8)
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | pnv_php.c | 449 uint8_t power_status = OPAL_PCI_SLOT_POWER_ON; in pnv_php_enable() local 490 ret = pnv_php_get_power_state(slot, &power_status); in pnv_php_enable() 494 if (power_status != OPAL_PCI_SLOT_POWER_ON) in pnv_php_enable() 499 ret = pnv_php_get_power_state(slot, &power_status); in pnv_php_enable() 503 if (power_status == OPAL_PCI_SLOT_POWER_ON) in pnv_php_enable()
|
H A D | pci_hotplug_core.c | 62 GET_STATUS(power_status, u8)
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | enclosure.h | 95 int power_status; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | enclosure.h | 95 int power_status; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_dpp_cm.c | 136 uint32_t power_status; in dpp3_power_on_gamcor_lut() local 143 REG_GET(CM_MEM_PWR_STATUS, GAMCOR_MEM_PWR_STATE, &power_status); in dpp3_power_on_gamcor_lut() 144 if (power_status != 0) in dpp3_power_on_gamcor_lut()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | events.c | 276 u8 power_status; in mlx5_pcie_event() local 287 power_status = MLX5_GET(mpein_reg, out, pwr_status); in mlx5_pcie_event() 290 switch (power_status) { in mlx5_pcie_event()
|
/kernel/linux/linux-5.10/drivers/crypto/ux500/cryp/ |
H A D | cryp.h | 228 * @power_status: Current status of the power. 243 int power_status; member
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | dell-smm-hwmon.c | 107 static bool power_status; variable 108 module_param(power_status, bool, 0600); 109 MODULE_PARM_DESC(power_status, "Report power status in /proc/i8k (default: 0)"); 567 if (power_status) in i8k_proc_show()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | dell-smm-hwmon.c | 113 static bool power_status; variable 114 module_param(power_status, bool, 0600); 115 MODULE_PARM_DESC(power_status, "Report power status in /proc/i8k (default: 0)"); 548 if (power_status) in i8k_proc_show()
|
/kernel/linux/linux-5.10/drivers/usb/typec/tcpm/ |
H A D | tcpci_maxim.c | 419 u8 power_status; in max_tcpci_probe() local 435 ret = max_tcpci_read8(chip, TCPC_POWER_STATUS, &power_status); in max_tcpci_probe()
|
/kernel/linux/linux-6.6/drivers/usb/typec/tcpm/ |
H A D | tcpci_maxim_core.c | 433 u8 power_status; in max_tcpci_probe() local 449 ret = max_tcpci_read8(chip, TCPC_POWER_STATUS, &power_status); in max_tcpci_probe()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ses.c | 359 ecomp->power_status = 0; in ses_get_power_status() 365 ecomp->power_status = (desc[3] & 0x10) ? 0 : 1; in ses_get_power_status() 396 ecomp->power_status = val; in ses_set_power_status()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ses.c | 365 ecomp->power_status = 0; in ses_get_power_status() 371 ecomp->power_status = (desc[3] & 0x10) ? 0 : 1; in ses_get_power_status() 402 ecomp->power_status = val; in ses_set_power_status()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | rave-sp.c | 141 u8 power_status; member
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | rave-sp.c | 141 u8 power_status; member
|