Home
last modified time | relevance | path

Searched full:pds (Results 1 – 25 of 100) sorted by relevance

1234

/openbmc/linux/drivers/soc/qcom/
H A Dpdr_interface.c68 struct pdr_service *pds; member
77 struct pdr_service *pds; in pdr_locator_new_server() local
90 list_for_each_entry(pds, &pdr->lookups, node) { in pdr_locator_new_server()
91 if (pds->need_locator_lookup) in pdr_locator_new_server()
119 struct pdr_service *pds, in pdr_register_listener() argument
134 strscpy(req.service_path, pds->service_path, sizeof(req.service_path)); in pdr_register_listener()
136 ret = qmi_send_request(&pdr->notifier_hdl, &pds->addr, in pdr_register_listener()
149 pds->service_path, ret); in pdr_register_listener()
155 pds->service_path, resp.resp.error); in pdr_register_listener()
159 pds->state = resp.curr_state; in pdr_register_listener()
[all …]
H A Dapr.c489 struct pdr_service *pds; in of_apr_add_pd_lookups() local
506 pds = pdr_add_lookup(apr->pdr, service_name, service_path); in of_apr_add_pd_lookups()
507 if (IS_ERR(pds) && PTR_ERR(pds) != -EALREADY) { in of_apr_add_pd_lookups()
508 dev_err(dev, "pdr add lookup failed: %ld\n", PTR_ERR(pds)); in of_apr_add_pd_lookups()
510 return PTR_ERR(pds); in of_apr_add_pd_lookups()
/openbmc/linux/drivers/bus/
H A Dqcom-ssc-block-bus.c32 struct device *pds[ARRAY_SIZE(qcom_ssc_block_pd_names)]; member
189 static int qcom_ssc_block_bus_pds_attach(struct device *dev, struct device **pds, in qcom_ssc_block_bus_pds_attach() argument
196 pds[i] = dev_pm_domain_attach_by_name(dev, pd_names[i]); in qcom_ssc_block_bus_pds_attach()
197 if (IS_ERR_OR_NULL(pds[i])) { in qcom_ssc_block_bus_pds_attach()
198 ret = PTR_ERR(pds[i]) ? : -ENODATA; in qcom_ssc_block_bus_pds_attach()
207 dev_pm_domain_detach(pds[i], false); in qcom_ssc_block_bus_pds_attach()
212 static void qcom_ssc_block_bus_pds_detach(struct device *dev, struct device **pds, size_t num_pds) in qcom_ssc_block_bus_pds_detach() argument
217 dev_pm_domain_detach(pds[i], false); in qcom_ssc_block_bus_pds_detach()
220 static int qcom_ssc_block_bus_pds_enable(struct device **pds, size_t num_pds) in qcom_ssc_block_bus_pds_enable() argument
226 dev_pm_genpd_set_performance_state(pds[i], INT_MAX); in qcom_ssc_block_bus_pds_enable()
[all …]
/openbmc/linux/Documentation/networking/device_drivers/ethernet/amd/
H A Dpds_vfio_pci.rst14 The ``pds-vfio-pci`` module is a PCI driver that supports Live Migration
20 The pds-vfio-pci device is enabled via multiple configuration steps and
26 example assumes the pds_core and pds-vfio-pci modules are already
44 # Allow the VF to be bound to the pds-vfio-pci driver
45 echo "pds-vfio-pci" > /sys/class/pci_bus/$PF_BUS/device/$VF_BDF/driver_override
47 # Bind the VF to the pds-vfio-pci driver
48 echo "$VF_BDF" > /sys/bus/pci/drivers/pds-vfio-pci/bind
66 -> VFIO support for PDS PCI devices
/openbmc/linux/sound/soc/codecs/
H A Dlpass-macro-common.c58 void lpass_macro_pds_exit(struct lpass_macro *pds) in lpass_macro_pds_exit() argument
60 if (pds) { in lpass_macro_pds_exit()
61 pm_runtime_put(pds->macro_pd); in lpass_macro_pds_exit()
62 dev_pm_domain_detach(pds->macro_pd, false); in lpass_macro_pds_exit()
63 pm_runtime_put(pds->dcodec_pd); in lpass_macro_pds_exit()
64 dev_pm_domain_detach(pds->dcodec_pd, false); in lpass_macro_pds_exit()
/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dmain.c167 /* The device needs data about the antenna configuration. This information in provided by PDS
169 * integrators, the full process to create PDS files is described here:
170 * https://github.com/SiliconLabs/wfx-firmware/blob/master/PDS/README.md
172 * The PDS file is an array of Time-Length-Value structs.
179 dev_err(wdev->dev, "PDS: malformed file (legacy format?)\n"); in wfx_send_pds()
186 dev_err(wdev->dev, "PDS:%d: corrupted file\n", chunk_num); in wfx_send_pds()
190 dev_info(wdev->dev, "PDS:%d: skip unknown data\n", chunk_num); in wfx_send_pds()
194 dev_warn(wdev->dev, "PDS:%d: unexpectedly large chunk\n", chunk_num); in wfx_send_pds()
196 dev_warn(wdev->dev, "PDS:%d: unexpected content\n", chunk_num); in wfx_send_pds()
200 dev_err(wdev->dev, "PDS:%d: invalid data (unsupported options?)\n", chunk_num); in wfx_send_pds()
[all …]
H A Dbus_sdio.c26 .file_pds = "wfx/wf200.pds",
31 .file_pds = "wfx/brd4001a.pds",
36 .file_pds = "wfx/brd8022a.pds",
41 .file_pds = "wfx/brd8023a.pds",
H A Dbus_spi.c28 .file_pds = "wfx/wf200.pds",
34 .file_pds = "wfx/brd4001a.pds",
40 .file_pds = "wfx/brd8022a.pds",
46 .file_pds = "wfx/brd8023a.pds",
/openbmc/linux/drivers/vfio/pci/pds/
H A DKconfig5 tristate "VFIO support for PDS PCI devices"
9 This provides generic PCI support for PDS devices using the VFIO
17 will be called pds-vfio-pci.
H A Dpci_drv.c11 #include <linux/pds/pds_common.h>
12 #include <linux/pds/pds_core_if.h>
13 #include <linux/pds/pds_adminq.h>
110 "failed to register pds event handler: %pe\n", in pds_vfio_pci_register_event_handler()
114 dev_dbg(dev, "pds event handler registered\n"); in pds_vfio_pci_register_event_handler()
H A DMakefile4 obj-$(CONFIG_PDS_VFIO_PCI) += pds-vfio-pci.o
6 pds-vfio-pci-y := \
H A Dlm.h12 #include <linux/pds/pds_common.h>
13 #include <linux/pds/pds_adminq.h>
/openbmc/linux/drivers/pci/
H A Drom.c92 void __iomem *pds; in pci_get_rom_size() local
100 pds = image + readw(image + 24); in pci_get_rom_size()
101 if (readl(pds) != 0x52494350) { in pci_get_rom_size()
103 readl(pds)); in pci_get_rom_size()
106 last_image = readb(pds + 21) & 0x80; in pci_get_rom_size()
107 length = readw(pds + 16); in pci_get_rom_size()
/openbmc/linux/drivers/vdpa/pds/
H A Daux_drv.c9 #include <linux/pds/pds_common.h>
10 #include <linux/pds/pds_core_if.h>
11 #include <linux/pds/pds_adminq.h>
12 #include <linux/pds/pds_auxbus.h>
H A Dcmds.c7 #include <linux/pds/pds_common.h>
8 #include <linux/pds/pds_core_if.h>
9 #include <linux/pds/pds_adminq.h>
10 #include <linux/pds/pds_auxbus.h>
H A Ddebugfs.c7 #include <linux/pds/pds_common.h>
8 #include <linux/pds/pds_core_if.h>
9 #include <linux/pds/pds_adminq.h>
10 #include <linux/pds/pds_auxbus.h>
/openbmc/linux/drivers/pmdomain/sunxi/
H A Dsun20i-ppu.c107 struct sun20i_ppu_pd *pds; in sun20i_ppu_probe() local
117 pds = devm_kcalloc(dev, desc->num_domains, sizeof(*pds), GFP_KERNEL); in sun20i_ppu_probe()
118 if (!pds) in sun20i_ppu_probe()
150 struct sun20i_ppu_pd *pd = &pds[i]; in sun20i_ppu_probe()
/openbmc/qemu/migration/
H A Dpostcopy-ram.c1470 static PostcopyDiscardState pds = {0}; variable
1473 pds.ramblock_name = name; in postcopy_discard_send_init()
1474 pds.cur_entry = 0; in postcopy_discard_send_init()
1475 pds.nsentwords = 0; in postcopy_discard_send_init()
1476 pds.nsentcmds = 0; in postcopy_discard_send_init()
1493 pds.start_list[pds.cur_entry] = start * tp_size; in postcopy_discard_send_range()
1494 pds.length_list[pds.cur_entry] = length * tp_size; in postcopy_discard_send_range()
1495 trace_postcopy_discard_send_range(pds.ramblock_name, start, length); in postcopy_discard_send_range()
1496 pds.cur_entry++; in postcopy_discard_send_range()
1497 pds.nsentwords++; in postcopy_discard_send_range()
[all …]
/openbmc/linux/drivers/remoteproc/
H A Dqcom_wcnss.c87 struct device *pds[WCNSS_MAX_PDS]; member
241 dev_pm_genpd_set_performance_state(wcnss->pds[i], INT_MAX); in wcnss_start()
242 ret = pm_runtime_get_sync(wcnss->pds[i]); in wcnss_start()
244 pm_runtime_put_noidle(wcnss->pds[i]); in wcnss_start()
285 pm_runtime_put(wcnss->pds[i]); in wcnss_start()
286 dev_pm_genpd_set_performance_state(wcnss->pds[i], 0); in wcnss_start()
406 wcnss->pds[i] = dev_pm_domain_attach_by_name(wcnss->dev, pd_names[i]); in wcnss_init_pds()
407 if (IS_ERR_OR_NULL(wcnss->pds[i])) { in wcnss_init_pds()
408 ret = PTR_ERR(wcnss->pds[i]) ? : -ENODATA; in wcnss_init_pds()
410 dev_pm_domain_detach(wcnss->pds[i], false); in wcnss_init_pds()
[all …]
H A Dqcom_q6v5_adsp.c164 static void qcom_rproc_pds_detach(struct qcom_adsp *adsp, struct device **pds, in qcom_rproc_pds_detach() argument
177 dev_pm_domain_detach(pds[i], false); in qcom_rproc_pds_detach()
180 static int qcom_rproc_pds_enable(struct qcom_adsp *adsp, struct device **pds, in qcom_rproc_pds_enable() argument
187 dev_pm_genpd_set_performance_state(pds[i], INT_MAX); in qcom_rproc_pds_enable()
188 ret = pm_runtime_resume_and_get(pds[i]); in qcom_rproc_pds_enable()
190 dev_pm_genpd_set_performance_state(pds[i], 0); in qcom_rproc_pds_enable()
199 dev_pm_genpd_set_performance_state(pds[i], 0); in qcom_rproc_pds_enable()
200 pm_runtime_put(pds[i]); in qcom_rproc_pds_enable()
206 static void qcom_rproc_pds_disable(struct qcom_adsp *adsp, struct device **pds, in qcom_rproc_pds_disable() argument
212 dev_pm_genpd_set_performance_state(pds[i], 0); in qcom_rproc_pds_disable()
[all …]
H A Dqcom_q6v5_pas.c137 static int adsp_pds_enable(struct qcom_adsp *adsp, struct device **pds, in adsp_pds_enable() argument
144 dev_pm_genpd_set_performance_state(pds[i], INT_MAX); in adsp_pds_enable()
145 ret = pm_runtime_get_sync(pds[i]); in adsp_pds_enable()
147 pm_runtime_put_noidle(pds[i]); in adsp_pds_enable()
148 dev_pm_genpd_set_performance_state(pds[i], 0); in adsp_pds_enable()
157 dev_pm_genpd_set_performance_state(pds[i], 0); in adsp_pds_enable()
158 pm_runtime_put(pds[i]); in adsp_pds_enable()
164 static void adsp_pds_disable(struct qcom_adsp *adsp, struct device **pds, in adsp_pds_disable() argument
170 dev_pm_genpd_set_performance_state(pds[i], 0); in adsp_pds_disable()
171 pm_runtime_put(pds[i]); in adsp_pds_disable()
[all …]
/openbmc/linux/arch/m68k/include/asm/
H A Dmacintosh.h81 #define MAC_EXP_PDS 1 /* Accepts only a PDS card */
83 #define MAC_EXP_PDS_NUBUS 3 /* Accepts PDS card and/or NuBus card(s) */
84 #define MAC_EXP_PDS_COMM 4 /* Accepts PDS card or Comm Slot card */
/openbmc/linux/drivers/net/ethernet/amd/pds_core/
H A Dcore.h10 #include <linux/pds/pds_common.h>
11 #include <linux/pds/pds_core_if.h>
12 #include <linux/pds/pds_adminq.h>
13 #include <linux/pds/pds_intr.h>
/openbmc/qemu/hw/pci/
H A Dtrace-events21 … *pds, const char *old_pic, const char *new_pic, const char *old_aic, const char *new_aic, const c…
/openbmc/linux/include/uapi/linux/
H A Dnubus.h57 * SONIC LC-PDS Ethernet (Dayna, but like Apple 16-bit, sort of): <4,1,1,271>
58 * Apple SONIC LC-PDS Ethernet ("Apple Ethernet LC Twisted-Pair Card"): <4,1,0,281>
65 * API Engineering EtherRun_LCa PDS enet card: <4,1,282,256>

1234