Searched refs:psd (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/base/power/ |
A D | clock_ops.c | 53 __acquires(&psd->lock) in pm_clk_list_lock() 65 __releases(&psd->lock) in pm_clk_list_unlock() 96 __release(&psd->lock); in pm_clk_op_lock() 201 if (!psd) in __pm_clk_add() 224 pm_clk_list_lock(psd); in __pm_clk_add() 392 if (!psd) in pm_clk_remove() 432 if (!psd || !clk) in pm_clk_remove_clk() 465 if (psd) { in pm_clk_init() 500 if (!psd) in pm_clk_destroy() 552 if (!psd) in pm_clk_suspend() [all …]
|
A D | common.c | 27 struct pm_subsys_data *psd; in dev_pm_get_subsys_data() local 29 psd = kzalloc(sizeof(*psd), GFP_KERNEL); in dev_pm_get_subsys_data() 30 if (!psd) in dev_pm_get_subsys_data() 39 psd->refcount = 1; in dev_pm_get_subsys_data() 42 psd = NULL; in dev_pm_get_subsys_data() 48 kfree(psd); in dev_pm_get_subsys_data() 67 psd = dev_to_psd(dev); in dev_pm_put_subsys_data() 68 if (!psd) in dev_pm_put_subsys_data() 71 if (--psd->refcount == 0) in dev_pm_put_subsys_data() 74 psd = NULL; in dev_pm_put_subsys_data() [all …]
|
/linux/drivers/acpi/ |
A D | processor_perflib.c | 512 union acpi_object *psd = NULL; in acpi_processor_get_psd() local 519 psd = buffer.pointer; in acpi_processor_get_psd() 520 if (!psd || (psd->type != ACPI_TYPE_PACKAGE)) { in acpi_processor_get_psd() 526 if (psd->package.count != 1) { in acpi_processor_get_psd() 535 status = acpi_extract_package(&(psd->package.elements[0]), in acpi_processor_get_psd()
|
A D | cppc_acpi.c | 358 union acpi_object *psd = NULL; in acpi_get_psd() local 368 psd = buffer.pointer; in acpi_get_psd() 369 if (!psd || psd->package.count != 1) { in acpi_get_psd() 379 status = acpi_extract_package(&(psd->package.elements[0]), in acpi_get_psd()
|
/linux/arch/sparc/kernel/ |
A D | pci.c | 1021 struct dev_archdata *psd; in pcibios_device_add() local 1024 psd = &pdev->dev.archdata; in pcibios_device_add() 1025 pci_init_dev_archdata(&dev->dev.archdata, psd->iommu, in pcibios_device_add() 1026 psd->stc, psd->host_controller, NULL, in pcibios_device_add() 1027 psd->numa_node); in pcibios_device_add()
|
/linux/drivers/block/ |
A D | pktcdvd.c | 2295 struct packet_stacked_data *psd = bio->bi_private; in pkt_end_io_read_cloned() local 2296 struct pktcdvd_device *pd = psd->pd; in pkt_end_io_read_cloned() 2298 psd->bio->bi_status = bio->bi_status; in pkt_end_io_read_cloned() 2300 bio_endio(psd->bio); in pkt_end_io_read_cloned() 2301 mempool_free(psd, &psd_pool); in pkt_end_io_read_cloned() 2308 struct packet_stacked_data *psd = mempool_alloc(&psd_pool, GFP_NOIO); in pkt_make_request_read() local 2310 psd->pd = pd; in pkt_make_request_read() 2311 psd->bio = bio; in pkt_make_request_read() 2313 cloned_bio->bi_private = psd; in pkt_make_request_read()
|
/linux/drivers/nvme/target/ |
A D | admin-cmd.c | 477 id->psd[0].max_power = cpu_to_le16(0x9c4); in nvmet_execute_identify_ctrl() 478 id->psd[0].entry_lat = cpu_to_le32(0x10); in nvmet_execute_identify_ctrl() 479 id->psd[0].exit_lat = cpu_to_le32(0x4); in nvmet_execute_identify_ctrl()
|
/linux/drivers/nvme/host/ |
A D | core.c | 2392 if (!(ctrl->psd[state].flags & NVME_PS_FLAGS_NON_OP_STATE)) in nvme_configure_apst() 2395 exit_latency_us = (u64)le32_to_cpu(ctrl->psd[state].exit_lat); in nvme_configure_apst() 2400 le32_to_cpu(ctrl->psd[state].entry_lat); in nvme_configure_apst() 3027 memcpy(ctrl->psd, id->psd, sizeof(ctrl->psd)); in nvme_init_identify()
|
A D | nvme.h | 303 struct nvme_id_power_state psd[32]; member
|
/linux/include/linux/ |
A D | nvme.h | 324 struct nvme_id_power_state psd[32]; member
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-class-typec | 190 psd Power Bank
|
Completed in 51 milliseconds