/linux-6.12.1/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_core.c | 81 #define VCHIQ_SERVICE_STATS_INC(service, stat) (service->stats. stat++) argument 82 #define VCHIQ_SERVICE_STATS_ADD(service, stat, addend) \ argument 83 (service->stats. stat += addend) 86 #define VCHIQ_SERVICE_STATS_INC(service, stat) ((void)0) argument 87 #define VCHIQ_SERVICE_STATS_ADD(service, stat, addend) ((void)0) argument 215 set_service_state(struct vchiq_service *service, int newstate) in set_service_state() argument 217 dev_dbg(service->state->dev, "core: %d: srv:%d %s->%s\n", in set_service_state() 218 service->state->id, service->localport, in set_service_state() 219 srvstate_names[service->srvstate], in set_service_state() 221 service->srvstate = newstate; in set_service_state() [all …]
|
D | vchiq_dev.c | 50 dev_dbg(user_service->service->state->dev, in close_delivered() 51 "arm: (handle=%x)\n", user_service->service->handle); in close_delivered() 54 /* Allow the underlying service to be culled */ in close_delivered() 55 vchiq_service_put(user_service->service); in close_delivered() 143 struct vchiq_service *service; in vchiq_ioc_create_service() local 169 service = vchiq_add_service_internal(instance->state, ¶ms, in vchiq_ioc_create_service() 172 if (!service) { in vchiq_ioc_create_service() 177 user_service->service = service; in vchiq_ioc_create_service() 191 status = vchiq_open_service_internal(service, instance->pid); in vchiq_ioc_create_service() 193 vchiq_remove_service(instance, service->handle); in vchiq_ioc_create_service() [all …]
|
D | vchiq_arm.c | 99 * This use count is not associated with a service, so needs to be 795 struct vchiq_service *service = NULL; in vchiq_add_service() local 804 service = vchiq_add_service_internal(state, params, srvstate, instance, NULL); in vchiq_add_service() 806 if (service) { in vchiq_add_service() 807 *phandle = service->handle; in vchiq_add_service() 824 struct vchiq_service *service = NULL; in vchiq_open_service() local 832 service = vchiq_add_service_internal(state, params, VCHIQ_SRVSTATE_OPENING, instance, NULL); in vchiq_open_service() 834 if (service) { in vchiq_open_service() 835 *phandle = service->handle; in vchiq_open_service() 836 ret = vchiq_open_service_internal(service, current->pid); in vchiq_open_service() [all …]
|
/linux-6.12.1/drivers/gpu/drm/xe/tests/ |
D | xe_gt_sriov_pf_service_test.c | 36 KUNIT_ASSERT_NE(test, 0, gt->sriov.pf.service.version.base.major); in pf_service_test_init() 37 KUNIT_ASSERT_NE(test, 0, gt->sriov.pf.service.version.latest.major); in pf_service_test_init() 38 KUNIT_ASSERT_LE(test, gt->sriov.pf.service.version.base.major, in pf_service_test_init() 39 gt->sriov.pf.service.version.latest.major); in pf_service_test_init() 40 if (gt->sriov.pf.service.version.base.major == gt->sriov.pf.service.version.latest.major) in pf_service_test_init() 41 KUNIT_ASSERT_LE(test, gt->sriov.pf.service.version.base.minor, in pf_service_test_init() 42 gt->sriov.pf.service.version.latest.minor); in pf_service_test_init() 57 KUNIT_ASSERT_EQ(test, major, gt->sriov.pf.service.version.latest.major); in pf_negotiate_any() 58 KUNIT_ASSERT_EQ(test, minor, gt->sriov.pf.service.version.latest.minor); in pf_negotiate_any() 68 gt->sriov.pf.service.version.base.major, in pf_negotiate_base_match() [all …]
|
/linux-6.12.1/net/caif/ |
D | cfsrvl.c | 30 struct cfsrvl *service = container_obj(layr); in cfservl_ctrlcmd() local 37 service->open = true; in cfservl_ctrlcmd() 42 service->open = false; in cfservl_ctrlcmd() 46 if (phyid != service->dev_info.id) in cfservl_ctrlcmd() 48 if (service->modem_flow_on) in cfservl_ctrlcmd() 51 service->phy_flow_on = false; in cfservl_ctrlcmd() 54 if (phyid != service->dev_info.id) in cfservl_ctrlcmd() 56 if (service->modem_flow_on) { in cfservl_ctrlcmd() 61 service->phy_flow_on = true; in cfservl_ctrlcmd() 64 if (service->phy_flow_on) { in cfservl_ctrlcmd() [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/gpio/ |
D | gpio_service.c | 58 struct gpio_service *service; in dal_gpio_service_create() local 61 service = kzalloc(sizeof(struct gpio_service), GFP_KERNEL); in dal_gpio_service_create() 63 if (!service) { in dal_gpio_service_create() 68 if (!dal_hw_translate_init(&service->translate, dce_version, in dal_gpio_service_create() 74 if (!dal_hw_factory_init(&service->factory, dce_version, in dal_gpio_service_create() 83 service->ctx = ctx; in dal_gpio_service_create() 87 service->factory.number_of_pins[index_of_id]; in dal_gpio_service_create() 91 service->busyness[index_of_id] = in dal_gpio_service_create() 95 if (!service->busyness[index_of_id]) { in dal_gpio_service_create() 101 service->busyness[index_of_id][i] = 0; in dal_gpio_service_create() [all …]
|
/linux-6.12.1/Documentation/PCI/ |
D | pciebus-howto.rst | 15 and provides information on how to enable the service drivers to 38 and handled by corresponding service drivers. 46 services. To maintain a clean and simple solution each service 47 may have its own software service driver. In this case several 48 service drivers will compete for a single PCI-PCI Bridge device. 49 For example, if the PCI Express Root Port native hotplug service 51 kernel therefore does not load other service drivers for that Root 52 Port. In other words, it is impossible to have multiple service 56 To enable multiple service drivers running simultaneously requires 58 PCI Express Ports and distributes all provided service requests [all …]
|
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/ |
D | adf_init.c | 19 static void adf_service_add(struct service_hndl *service) in adf_service_add() argument 22 list_add(&service->list, &service_table); in adf_service_add() 26 int adf_service_register(struct service_hndl *service) in adf_service_register() argument 28 memset(service->init_status, 0, sizeof(service->init_status)); in adf_service_register() 29 memset(service->start_status, 0, sizeof(service->start_status)); in adf_service_register() 30 adf_service_add(service); in adf_service_register() 34 static void adf_service_remove(struct service_hndl *service) in adf_service_remove() argument 37 list_del(&service->list); in adf_service_remove() 41 int adf_service_unregister(struct service_hndl *service) in adf_service_unregister() argument 45 for (i = 0; i < ARRAY_SIZE(service->init_status); i++) { in adf_service_unregister() [all …]
|
/linux-6.12.1/include/trace/events/ |
D | qrtr.h | 13 TP_PROTO(unsigned int service, unsigned int instance, 16 TP_ARGS(service, instance, node, port), 19 __field(unsigned int, service) 26 __entry->service = service; 33 __entry->service, __entry->instance, __entry->node, 40 TP_PROTO(unsigned int service, unsigned int instance, 43 TP_ARGS(service, instance, node, port), 46 __field(unsigned int, service) 53 __entry->service = service; 60 __entry->service, __entry->instance, __entry->node, [all …]
|
/linux-6.12.1/include/linux/firmware/intel/ |
D | stratix10-svc-client.h | 10 * Service layer driver supports client names 23 * Secure firmware accepts the request issued by one of service clients. 26 * Service client successfully submits data buffer to secure firmware. 33 * Secure firmware completes service request successfully. In case of 37 * Service request is still in process. 40 * Error encountered during the process of the service request. 64 * Timeout settings for service clients: 77 * enum stratix10_svc_command_code - supported service commands 112 * @COMMAND_POLL_SERVICE_STATUS: poll if the service request is complete, 177 * struct stratix10_svc_client_msg - message sent by client to service [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,apr-services.yaml | 13 Common parts of a static service in Qualcomm APR/GPR (Asynchronous/Generic 21 APR Service ID 22 3 = DSP Core Service 23 4 = Audio Front End Service. 24 5 = Voice Stream Manager Service. 26 7 = Audio Stream Manager Service. 27 8 = Audio Device Manager Service. 33 GPR Service ID 34 1 = Audio Process Manager Service 35 2 = Proxy Resource Manager Service. [all …]
|
/linux-6.12.1/block/ |
D | bfq-wf2q.c | 56 * expiration of the in-service entity 162 * as it must never become an in-service entity. in bfq_update_parent_budget() 176 * service, according to the restrictive definition of the field 178 * entity that is about to be set in service. 181 * next service according to the that definition, because entity is 182 * about to become the in-service queue. This function then returns 185 * In contrast, entity could still be a candidate for next service if 187 * even if one of its children is about to be set in service, other 190 * non-queue entity is not a candidate for next-service only if it has 206 * not account for the in-service entity in case the latter is in bfq_no_longer_next_in_service() [all …]
|
/linux-6.12.1/drivers/pci/pcie/ |
D | portdrv.c | 32 #define get_descriptor_id(type, service) (((type - 4) << 8) | service) argument 37 u32 service; member 41 * release_pcie_device - free PCI Express port service device structure 42 * @dev: Port service device to release 231 * by the BIOS and the hot-plug service driver is not loaded. in get_port_device_capability() 253 * by the BIOS (the PME service driver will enable it when in get_port_device_capability() 281 * pcie_device_init - allocate and initialize PCI Express port service device 282 * @pdev: PCI Express port to associate the service device with 283 * @service: Type of service to associate with the service device 284 * @irq: Interrupt vector to associate with the service device [all …]
|
/linux-6.12.1/net/qrtr/ |
D | ns.c | 44 unsigned int service; member 50 unsigned int service; member 58 unsigned int service; member 101 if (f->service != 0 && srv->service != f->service) in server_match() 116 trace_qrtr_ns_service_announce_new(srv->service, srv->instance, in service_announce_new() 124 pkt.server.service = cpu_to_le32(srv->service); in service_announce_new() 143 trace_qrtr_ns_service_announce_del(srv->service, srv->instance, in service_announce_del() 151 pkt.server.service = cpu_to_le32(srv->service); in service_announce_del() 161 pr_err("failed to announce del service\n"); in service_announce_del() 181 pkt.server.service = cpu_to_le32(srv->service); in lookup_notify() [all …]
|
/linux-6.12.1/drivers/staging/vc04_services/include/linux/raspberrypi/ |
D | vchiq.h | 11 VCHIQ_SERVICE_OPENED, /* service, -, - */ 12 VCHIQ_SERVICE_CLOSED, /* service, -, - */ 13 VCHIQ_MESSAGE_AVAILABLE, /* service, header, - */ 14 VCHIQ_BULK_TRANSMIT_DONE, /* service, -, bulk_userdata */ 15 VCHIQ_BULK_RECEIVE_DONE, /* service, -, bulk_userdata */ 16 VCHIQ_BULK_TRANSMIT_ABORTED, /* service, -, bulk_userdata */ 17 VCHIQ_BULK_RECEIVE_ABORTED /* service, -, bulk_userdata */ 90 unsigned int service); 91 extern int vchiq_use_service(struct vchiq_instance *instance, unsigned int service); 93 unsigned int service); [all …]
|
/linux-6.12.1/Documentation/admin-guide/device-mapper/ |
D | dm-service-time.rst | 2 dm-service-time 5 dm-service-time is a path selector module for device-mapper targets, 6 which selects a path with the shortest estimated service time for 9 The service time for each path is estimated by dividing the total size 14 The path selector name is 'service-time'. 49 dm-service-time adds the I/O size to 'in-flight-size' when the I/O is 51 Basically, dm-service-time selects a path having minimum service time 69 If such optimizations can't be applied, calculate service time, and 70 compare service time. 71 If calculated service time is equal, the path having maximum [all …]
|
/linux-6.12.1/net/tipc/ |
D | name_table.c | 52 * struct service_range - container for all bindings of a service range 53 * @lower: service range lower bound 54 * @upper: service range upper bound 55 * @tree_node: member of service range RB tree 72 * struct tipc_service - container for all published instances of a service type 73 * @type: 32 bit 'type' value for service 74 * @publ_cnt: increasing counter for publications in this service 75 * @ranges: rb tree containing all service ranges for this service 77 * @subscriptions: list of subscriptions for this service type 78 * @lock: spinlock controlling access to pertaining service ranges/publications [all …]
|
/linux-6.12.1/include/uapi/linux/ |
D | ip_vs.h | 19 * Virtual Service Flags 145 /* virtual service addresses */ 149 __u32 fwmark; /* firwall mark of service */ 151 /* virtual service options */ 153 unsigned int flags; /* virtual service flags */ 207 /* which service: user fills in these */ 211 __u32 fwmark; /* firwall mark of service */ 213 /* service options */ 215 unsigned int flags; /* virtual service flags */ 247 /* which service: user fills in these */ [all …]
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | configfs-tsm | 102 supports the concept of attestation reports from a service 104 Specifying the service provider via this attribute will create 105 an attestation report as specified by the service provider. 106 The only currently supported service provider is "svsm". 108 For the "svsm" service provider, see the Secure VM Service Module 110 "site:amd.com "Secure VM Service Module for SEV-SNP 119 supports the concept of attestation reports from a service 122 requests all active services within the service provider be 124 an attestation report of just the specified service using the 129 service guid. [all …]
|
/linux-6.12.1/drivers/firmware/ |
D | stratix10-svc.c | 26 * SVC_NUM_CHANNEL - number of channel supported by service layer driver 33 * service layer will return error to FPGA manager when timeout occurs, 42 /* stratix10 service layer clients */ 62 * struct stratix10_svc_sh_memory - service shared memory structure 72 * Service layer driver uses the physical address and size to create a memory 73 * pool, then allocates data buffer from that memory pool for service client. 83 * struct stratix10_svc_data_mem - service memory structure 90 * been allocated or freed from the memory pool. Service layer driver also 101 * struct stratix10_svc_data - service data structure 102 * @chan: service channel [all …]
|
/linux-6.12.1/drivers/soc/qcom/ |
D | qcom_pd_mapper.c | 55 struct qcom_pdm_service *service; in qcom_pdm_find() local 57 list_for_each_entry(service, &data->services, list) { in qcom_pdm_find() 58 if (!strcmp(service->name, name)) in qcom_pdm_find() 59 return service; in qcom_pdm_find() 70 struct qcom_pdm_service *service; in qcom_pdm_add_service_domain() local 73 service = qcom_pdm_find(data, service_name); in qcom_pdm_add_service_domain() 74 if (service) { in qcom_pdm_add_service_domain() 75 list_for_each_entry(domain, &service->domains, list) { in qcom_pdm_add_service_domain() 80 service = kzalloc(sizeof(*service), GFP_KERNEL); in qcom_pdm_add_service_domain() 81 if (!service) in qcom_pdm_add_service_domain() [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dmub/ |
D | dmub_srv.h | 39 * Initialization and usage of the DMUB service should be done in the 60 * Destroying the DMUB service can be done by calling dmub_srv_destroy(). 218 * struct dmub_srv_region_info - output region info from the dmub service 220 * @num_regions: number of regions used by the dmub service 241 * @region_info: region info calculated by dmub service 257 * struct dmub_srv_fb_info - output fb info from the dmub service 261 * Output from the dmub service helper that can be used by the 263 * hw init service. 267 * by the dmub service. 476 * struct dmub_srv_create_params - params for dmub service creation [all …]
|
/linux-6.12.1/include/linux/rpmsg/ |
D | ns.h | 12 * struct rpmsg_ns_msg - dynamic name service announcement message 13 * @name: name of remote service that is published 14 * @addr: address of remote service that is published 15 * @flags: indicates whether service is created or destroyed 17 * This message is sent across to publish a new service, or announce 30 * enum rpmsg_ns_flags - dynamic name service announcement flags 32 * @RPMSG_NS_CREATE: a new remote service was just created 33 * @RPMSG_NS_DESTROY: a known remote service was just destroyed
|
/linux-6.12.1/drivers/virt/acrn/ |
D | hypercall.h | 53 * hcall_sos_remove_cpu() - Remove a vCPU of Service VM 65 * @vminfo: Service VM GPA of info of User VM creation 121 * @regs_state: Service VM GPA of registers state 133 * @msi: Service VM GPA of MSI message 145 * @addr: Service VM GPA of the shared page 157 * @op: Service VM GPA of interrupt line operations 169 * @buffer: Service VM GPA of the shared buffer 192 * @regions_pa: Service VM GPA of &struct vm_memory_region_batch 204 * @addr: Service VM GPA of the &struct acrn_vdev 216 * @addr: Service VM GPA of the &struct acrn_vdev [all …]
|
/linux-6.12.1/include/net/ |
D | nsh.h | 7 * Network Service Header: 13 * | Service Path Identifier (SPI) | Service Index | 49 * for service plane loop detection. The initial TTL value SHOULD be 66 * Header, the Service Path Header, the Fixed Length Context Header or 74 * and the Service Path Header. MD Type defines the format of the 84 * Service Path Header, but may contain optional variable length Context 95 * protocol remain unchanged due to NSH service function chaining. 115 * Service Path Identifier (SPI): Identifies a service path. 116 * Participating nodes MUST use this identifier for Service Function 120 * Service Index (SI): Provides location within the SFP. The initial [all …]
|