/linux/drivers/staging/vc04_services/interface/vchiq_arm/ |
H A D | vchiq_core.c | 87 #define VCHIQ_SERVICE_STATS_INC(service, stat) (service->stats. stat++) argument 88 #define VCHIQ_SERVICE_STATS_ADD(service, stat, addend) \ argument 89 (service->stats. stat += addend) 92 #define VCHIQ_SERVICE_STATS_INC(service, stat) ((void)0) argument 93 #define VCHIQ_SERVICE_STATS_ADD(service, stat, addend) ((void)0) argument 221 set_service_state(struct vchiq_service *service, int newstate) in set_service_state() argument 223 dev_dbg(service->state->dev, "core: %d: srv:%d %s->%s\n", in set_service_state() 224 service->state->id, service->localport, in set_service_state() 225 srvstate_names[service->srvstate], in set_service_state() 227 service->srvstate = newstate; in set_service_state() [all …]
|
H A D | vchiq_arm.c | 96 * This use count is not associated with a service, so needs to be 448 struct vchiq_service *service = NULL; in vchiq_add_service() local 457 service = vchiq_add_service_internal(state, params, srvstate, instance, NULL); in vchiq_add_service() 459 if (service) { in vchiq_add_service() 460 *phandle = service->handle; in vchiq_add_service() 477 struct vchiq_service *service = NULL; in vchiq_open_service() local 485 service = vchiq_add_service_internal(state, params, VCHIQ_SRVSTATE_OPENING, instance, NULL); in vchiq_open_service() 487 if (service) { in vchiq_open_service() 488 *phandle = service->handle; in vchiq_open_service() 489 ret = vchiq_open_service_internal(service, current->pid); in vchiq_open_service() [all …]
|
/linux/drivers/gpu/drm/xe/tests/ |
H A D | xe_sriov_pf_service_kunit.c | 33 KUNIT_ASSERT_NE(test, 0, xe->sriov.pf.service.version.base.major); in pf_service_test_init() 34 KUNIT_ASSERT_NE(test, 0, xe->sriov.pf.service.version.latest.major); in pf_service_test_init() 35 KUNIT_ASSERT_LE(test, xe->sriov.pf.service.version.base.major, in pf_service_test_init() 36 xe->sriov.pf.service.version.latest.major); in pf_service_test_init() 37 if (xe->sriov.pf.service.version.base.major == xe->sriov.pf.service.version.latest.major) in pf_service_test_init() 38 KUNIT_ASSERT_LE(test, xe->sriov.pf.service.version.base.minor, in pf_service_test_init() 39 xe->sriov.pf.service.version.latest.minor); in pf_service_test_init() 52 KUNIT_ASSERT_EQ(test, major, xe->sriov.pf.service.version.latest.major); in pf_negotiate_any() 53 KUNIT_ASSERT_EQ(test, minor, xe->sriov.pf.service.version.latest.minor); in pf_negotiate_any() 63 xe->sriov.pf.service.version.base.major, in pf_negotiate_base_match() [all …]
|
/linux/include/trace/events/ |
H A 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 [all...] |
/linux/include/linux/firmware/intel/ |
H A 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 …]
|
H A D | stratix10-smc.h | 14 * service layer driver in normal world (EL1) to communicate with secure 57 * Secure monitor software accepts the service client's request. 60 * Secure monitor software is still processing service client's request. 63 * Secure monitor software reject the service client's request. 66 * There is error during the process of service request. 81 * Sync call used by service driver at EL1 to request the FPGA in EL3 to 101 * Async call used by service driver at EL1 to provide FPGA configuration data 127 * Sync call used by service driver at EL1 to track the completed write 151 * Sync call used by service driver at EL1 to inform secure world that all 171 * Sync call used by service driver at EL1 to query the physical address of [all …]
|
/linux/block/ |
H A 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/drivers/pci/pcie/ |
H A 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 won't be loaded in get_port_device_capability() 255 * by the BIOS (the PME service driver will enable it when in get_port_device_capability() 285 * pcie_device_init - allocate and initialize PCI Express port service device 286 * @pdev: PCI Express port to associate the service device with 287 * @service: Type of service to associate with the service device 288 * @irq: Interrupt vector to associate with the service device [all …]
|
/linux/Documentation/devicetree/bindings/soc/qcom/ |
H A 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/net/qrtr/ |
H A 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/Documentation/admin-guide/device-mapper/ |
H A 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/include/uapi/linux/ |
H A 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/Documentation/ABI/testing/ |
H A D | configfs-tsm-report | 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/drivers/firmware/ |
H A 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/drivers/soc/qcom/ |
H A 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 …]
|
H A D | qmi_interface.c | 24 * @service: service id of the new server 30 * server matching the currently registered service lookup. 33 unsigned int service, unsigned int instance, in qmi_recv_new_server() argument 51 svc->service = service; in qmi_recv_new_server() 147 le32_to_cpu(pkt->server.service), in qmi_recv_ctrl_pkt() 175 pkt.server.service = cpu_to_le32(svc->service); in qmi_send_new_lookup() 195 * qmi_add_lookup() - register a new lookup with the name service 197 * @service: service id of the request 207 int qmi_add_lookup(struct qmi_handle *qmi, unsigned int service, in qmi_add_lookup() argument 216 svc->service = service; in qmi_add_lookup() [all …]
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_sriov_pf_service.c | 17 * xe_sriov_pf_service_init - Early initialization of the SR-IOV PF service. 20 * Performs early initialization of the SR-IOV PF service. 32 xe->sriov.pf.service.version.base.major = GUC_RELAY_VERSION_BASE_MAJOR; in xe_sriov_pf_service_init() 33 xe->sriov.pf.service.version.base.minor = GUC_RELAY_VERSION_BASE_MINOR; in xe_sriov_pf_service_init() 36 xe->sriov.pf.service.version.latest.major = GUC_RELAY_VERSION_LATEST_MAJOR; in xe_sriov_pf_service_init() 37 xe->sriov.pf.service.version.latest.minor = GUC_RELAY_VERSION_LATEST_MINOR; in xe_sriov_pf_service_init() 45 struct xe_sriov_pf_service_version base = xe->sriov.pf.service.version.base; in pf_negotiate_version() 46 struct xe_sriov_pf_service_version latest = xe->sriov.pf.service.version.latest; in pf_negotiate_version() 111 * Performs early initialization of the SR-IOV PF service. 129 * @wanted_major: the major service version expected by the VF [all …]
|
H A D | xe_gt_sriov_pf_service.c | 140 xe_gt_assert(gt, !gt->sriov.pf.service.runtime.size); in pf_alloc_runtime_info() 141 xe_gt_assert(gt, !gt->sriov.pf.service.runtime.regs); in pf_alloc_runtime_info() 142 xe_gt_assert(gt, !gt->sriov.pf.service.runtime.values); in pf_alloc_runtime_info() 155 gt->sriov.pf.service.runtime.size = size; in pf_alloc_runtime_info() 156 gt->sriov.pf.service.runtime.regs = regs; in pf_alloc_runtime_info() 157 gt->sriov.pf.service.runtime.values = values; in pf_alloc_runtime_info() 175 if (!gt->sriov.pf.service.runtime.size) in pf_prepare_runtime_info() 178 size = gt->sriov.pf.service.runtime.size; in pf_prepare_runtime_info() 179 regs = gt->sriov.pf.service.runtime.regs; in pf_prepare_runtime_info() 180 values = gt->sriov.pf.service.runtime.values; in pf_prepare_runtime_info() [all …]
|
/linux/include/linux/rpmsg/ |
H A 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/drivers/virt/acrn/ |
H A 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/include/net/ |
H A 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 …]
|
/linux/drivers/gpu/drm/amd/display/dc/gpio/ |
H A D | gpio_base.c | 111 return dal_gpio_service_lock(gpio->service, gpio->id, gpio->en); in dal_gpio_lock_pin() 117 return dal_gpio_service_unlock(gpio->service, gpio->id, gpio->en); in dal_gpio_unlock_pin() 160 return gpio->service->translate.funcs->id_to_offset( in dal_gpio_get_pin_info() 257 dal_gpio_service_close(gpio->service, &gpio->pin); in dal_gpio_close() 268 struct gpio_service *service, in dal_gpio_create() argument 280 gpio->service = service; in dal_gpio_create() 290 gpio->service->factory.funcs->init_ddc_data(&gpio->hw_container.ddc, service->ctx, id, en); in dal_gpio_create() 293 gpio->service->factory.funcs->init_ddc_data(&gpio->hw_container.ddc, service->ctx, id, en); in dal_gpio_create() 296 gpio->service->factory.funcs->init_generic(&gpio->hw_container.generic, service->ctx, id, en); in dal_gpio_create() 299 gpio->service->factory.funcs->init_hpd(&gpio->hw_container.hpd, service->ctx, id, en); in dal_gpio_create()
|
/linux/include/uapi/linux/caif/ |
H A D | caif_socket.h | 64 * the service to connect to on the modem. 78 * enum caif_at_type - AT Service Endpoint 98 * enum caif_debug_service - Debug Service Endpoint 99 * @CAIF_RADIO_DEBUG_SERVICE: Debug service on the Radio sub-system 118 * @u.util.service: Utility service name. 137 * @u.dbg.service: Service sub-system to connect (caif_debug_service 140 * CAIF Channel. It defines the service to connect to on the modem. 149 char service[16]; member 161 __u8 service; /* service:caif_debug_service */ member
|
/linux/net/ceph/ |
H A D | auth_x.c | 120 get_ticket_handler(struct ceph_auth_client *ac, int service) in get_ticket_handler() argument 129 if (service < th->service) in get_ticket_handler() 131 else if (service > th->service) in get_ticket_handler() 141 th->service = service; in get_ticket_handler() 152 dout("remove_ticket_handler %p %d\n", th, th->service); in remove_ticket_handler() 219 /* ticket blob for service */ in process_one_ticket() 257 dout(" got ticket service %d (%s) secret_id %lld len %d\n", in process_one_ticket() 260 xi->have_keys |= th->service; in process_one_ticket() 363 ceph_entity_type_name(th->service), au); in ceph_x_build_authorizer() 384 au->service = th->service; in ceph_x_build_authorizer() [all …]
|
/linux/drivers/s390/char/ |
H A D | tape_3590.c | 960 char *exception, *service; in tape_3590_print_mim_msg_f0() local 963 service = kmalloc(BUFSIZE, GFP_ATOMIC); in tape_3590_print_mim_msg_f0() 965 if (!exception || !service) in tape_3590_print_mim_msg_f0() 997 /* Service Message */ in tape_3590_print_mim_msg_f0() 1000 snprintf(service, BUFSIZE, "Reference Media maintenance " in tape_3590_print_mim_msg_f0() 1004 snprintf(service, BUFSIZE, "0x%02x", in tape_3590_print_mim_msg_f0() 1010 "service %s\n", exception, service); in tape_3590_print_mim_msg_f0() 1014 kfree(service); in tape_3590_print_mim_msg_f0() 1018 * Print an I/O Subsystem Service Information Message (message code f1) 1024 char *exception, *service; in tape_3590_print_io_sim_msg_f1() local [all …]
|