Home
last modified time | relevance | path

Searched refs:service (Results 1 – 200 of 234) sorted by relevance

12

/linux-4.1.27/drivers/crypto/qat/qat_common/
Dadf_init.c58 static void adf_service_add(struct service_hndl *service) in adf_service_add() argument
61 list_add(&service->list, &service_table); in adf_service_add()
74 int adf_service_register(struct service_hndl *service) in adf_service_register() argument
76 service->init_status = 0; in adf_service_register()
77 service->start_status = 0; in adf_service_register()
78 adf_service_add(service); in adf_service_register()
83 static void adf_service_remove(struct service_hndl *service) in adf_service_remove() argument
86 list_del(&service->list); in adf_service_remove()
99 int adf_service_unregister(struct service_hndl *service) in adf_service_unregister() argument
101 if (service->init_status || service->start_status) { in adf_service_unregister()
[all …]
Dadf_common_drv.h90 int adf_service_register(struct service_hndl *service);
91 int adf_service_unregister(struct service_hndl *service);
/linux-4.1.27/net/caif/
Dcfsrvl.c31 struct cfsrvl *service = container_obj(layr); in cfservl_ctrlcmd() local
38 service->open = true; in cfservl_ctrlcmd()
43 service->open = false; in cfservl_ctrlcmd()
47 if (phyid != service->dev_info.id) in cfservl_ctrlcmd()
49 if (service->modem_flow_on) in cfservl_ctrlcmd()
52 service->phy_flow_on = false; in cfservl_ctrlcmd()
55 if (phyid != service->dev_info.id) in cfservl_ctrlcmd()
57 if (service->modem_flow_on) { in cfservl_ctrlcmd()
62 service->phy_flow_on = true; in cfservl_ctrlcmd()
65 if (service->phy_flow_on) { in cfservl_ctrlcmd()
[all …]
Dcfutill.c43 struct cfsrvl *service = container_obj(layr); in cfutill_receive() local
68 service->open = false; in cfutill_receive()
83 struct cfsrvl *service = container_obj(layr); in cfutill_transmit() local
88 if (!cfsrvl_ready(service, &ret)) { in cfutill_transmit()
96 info->channel_id = service->layer.id; in cfutill_transmit()
102 info->dev_info = &service->dev_info; in cfutill_transmit()
Dcfdbgl.c40 struct cfsrvl *service = container_obj(layr); in cfdbgl_transmit() local
44 if (!cfsrvl_ready(service, &ret)) { in cfdbgl_transmit()
51 info->channel_id = service->layer.id; in cfdbgl_transmit()
52 info->dev_info = &service->dev_info; in cfdbgl_transmit()
Dcfvidl.c49 struct cfsrvl *service = container_obj(layr); in cfvidl_transmit() local
54 if (!cfsrvl_ready(service, &ret)) { in cfvidl_transmit()
62 info->channel_id = service->layer.id; in cfvidl_transmit()
63 info->dev_info = &service->dev_info; in cfvidl_transmit()
Dcfveil.c80 struct cfsrvl *service = container_obj(layr); in cfvei_transmit() local
81 if (!cfsrvl_ready(service, &ret)) in cfvei_transmit()
94 info->channel_id = service->layer.id; in cfvei_transmit()
96 info->dev_info = &service->dev_info; in cfvei_transmit()
Dcfdgml.c87 struct cfsrvl *service = container_obj(layr); in cfdgml_transmit() local
90 if (!cfsrvl_ready(service, &ret)) { in cfdgml_transmit()
107 info->channel_id = service->layer.id; in cfdgml_transmit()
112 info->dev_info = &service->dev_info; in cfdgml_transmit()
Dcfcnfg.c279 strncpy(l->u.utility.name, s->sockaddr.u.util.service, in caif_connect_req_to_link_param()
293 l->endpoint = s->sockaddr.u.dbg.service; in caif_connect_req_to_link_param()
/linux-4.1.27/Documentation/PCI/
DPCIEBUS-HOWTO.txt8 and provides information on how to enable the service drivers to
31 and handled by corresponding service drivers.
38 services. To maintain a clean and simple solution each service
39 may have its own software service driver. In this case several
40 service drivers will compete for a single PCI-PCI Bridge device.
41 For example, if the PCI Express Root Port native hotplug service
43 kernel therefore does not load other service drivers for that Root
44 Port. In other words, it is impossible to have multiple service
48 To enable multiple service drivers running simultaneously requires
50 PCI Express Ports and distributes all provided service requests
[all …]
Dpcieaer-howto.txt45 The PCI Express AER Root driver is a Root Port service driver attached
139 fatal error happens. The root port aer service driver provides a
193 to reset link, AER port service driver is required to provide the
200 they should provide their own aer service drivers with reset_link
230 Q: What happens if an upstream port service driver does not provide
234 upstream ports who are attached by the service driver.
/linux-4.1.27/Documentation/device-mapper/
Ddm-service-time.txt1 dm-service-time
4 dm-service-time is a path selector module for device-mapper targets,
5 which selects a path with the shortest estimated service time for
8 The service time for each path is estimated by dividing the total size
13 The path selector name is 'service-time'.
39 dm-service-time adds the I/O size to 'in-flight-size' when the I/O is
41 Basically, dm-service-time selects a path having minimum service time
59 If such optimizations can't be applied, calculate service time, and
60 compare service time.
61 If calculated service time is equal, the path having maximum
[all …]
Ddm-io.txt21 The first I/O service type takes a list of memory pages as the data buffer for
36 The second I/O service type takes an array of bio vectors as the data buffer
37 for the I/O. This service can be handy if the caller has a pre-assembled bio,
47 The third I/O service type takes a pointer to a vmalloc'd memory buffer as the
48 data buffer for the I/O. This service can be handy if the caller needs to do
/linux-4.1.27/drivers/s390/char/
Dtape_3590.c963 char *exception, *service; in tape_3590_print_mim_msg_f0() local
966 service = kmalloc(BUFSIZE, GFP_ATOMIC); in tape_3590_print_mim_msg_f0()
968 if (!exception || !service) in tape_3590_print_mim_msg_f0()
1003 snprintf(service, BUFSIZE, "Reference Media maintenance " in tape_3590_print_mim_msg_f0()
1007 snprintf(service, BUFSIZE, "0x%02x", in tape_3590_print_mim_msg_f0()
1013 "service %s\n", exception, service); in tape_3590_print_mim_msg_f0()
1017 kfree(service); in tape_3590_print_mim_msg_f0()
1027 char *exception, *service; in tape_3590_print_io_sim_msg_f1() local
1030 service = kmalloc(BUFSIZE, GFP_ATOMIC); in tape_3590_print_io_sim_msg_f1()
1032 if (!exception || !service) in tape_3590_print_io_sim_msg_f1()
[all …]
DKconfig88 gives you a nice name for the system on the service element.
100 the service element and connected organisations about a kernel panic.
183 prompt "API for reading z/VM monitor service records"
186 Character device driver for reading z/VM monitor service records
190 prompt "API for writing z/VM monitor service records"
193 Character device driver for writing z/VM monitor service records
/linux-4.1.27/net/ceph/
Dauth_x.c97 get_ticket_handler(struct ceph_auth_client *ac, int service) in get_ticket_handler() argument
106 if (service < th->service) in get_ticket_handler()
108 else if (service > th->service) in get_ticket_handler()
118 th->service = service; in get_ticket_handler()
129 dout("remove_ticket_handler %p %d\n", th, th->service); in remove_ticket_handler()
242 xi->have_keys |= th->service; in process_one_ticket()
295 ceph_entity_type_name(th->service), au); in ceph_x_build_authorizer()
316 au->service = th->service; in ceph_x_build_authorizer()
322 msg_a->service_id = cpu_to_le32(th->service); in ceph_x_build_authorizer()
382 int service; in ceph_x_validate_tickets() local
[all …]
Dauth_x.h16 unsigned int service; member
31 unsigned int service; member
/linux-4.1.27/arch/powerpc/boot/
Doflib.c24 __be32 service; /* Address of service name string. */ member
45 int of_call_prom(const char *service, int nargs, int nret, ...) in of_call_prom() argument
51 args.service = cpu_to_be32(ADDR(service)); in of_call_prom()
69 static int of_call_prom_ret(const char *service, int nargs, int nret, in of_call_prom_ret() argument
76 args.service = cpu_to_be32(ADDR(service)); in of_call_prom_ret()
Dof.h10 int of_call_prom(const char *service, int nargs, int nret, ...);
/linux-4.1.27/net/sunrpc/auth_gss/
Dgss_mech_switch.c283 u32 service) in gss_svc_to_pseudoflavor() argument
289 gm->gm_pfs[i].service == service) { in gss_svc_to_pseudoflavor()
312 pseudoflavor = gss_svc_to_pseudoflavor(gm, info->qop, info->service); in gss_mech_info2flavor()
341 info->service = gm->gm_pfs[i].service; in gss_mech_flavor2info()
358 return gm->gm_pfs[i].service; in gss_pseudoflavor_to_service()
365 gss_service_to_auth_domain_name(struct gss_api_mech *gm, u32 service) in gss_service_to_auth_domain_name() argument
370 if (gm->gm_pfs[i].service == service) in gss_service_to_auth_domain_name()
Dgss_krb5_mech.c736 .service = RPC_GSS_SVC_NONE,
742 .service = RPC_GSS_SVC_INTEGRITY,
748 .service = RPC_GSS_SVC_PRIVACY,
Dauth_gss.c94 enum rpc_gss_svc service; member
1010 gss_auth->service = gss_pseudoflavor_to_service(gss_auth->mech, flavor); in gss_create_new()
1011 if (gss_auth->service == 0) in gss_create_new()
1325 cred->gc_service = gss_auth->service; in gss_create_cred()
/linux-4.1.27/net/irda/
Dirlmp.c1357 __u8 *service;
1364 service = kmalloc(16, GFP_ATOMIC);
1365 if (!service)
1370 kfree(service);
1381 service[i++] = S_PRINTER;
1389 service[i++] = S_LAN;
1399 service[i++] = S_TELEPHONY;
1406 service[i++] = S_COMM;
1410 service[i++] = S_OBEX;
1416 service[i++] = S_ANY;
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dservice.c687 struct ptlrpc_service *service; in ptlrpc_register_service() local
734 OBD_ALLOC(service, offsetof(struct ptlrpc_service, srv_parts[ncpts])); in ptlrpc_register_service()
735 if (service == NULL) { in ptlrpc_register_service()
741 service->srv_cptable = cptable; in ptlrpc_register_service()
742 service->srv_cpts = cpts; in ptlrpc_register_service()
743 service->srv_ncpts = ncpts; in ptlrpc_register_service()
745 service->srv_cpt_bits = 0; /* it's zero already, easy to read... */ in ptlrpc_register_service()
746 while ((1 << service->srv_cpt_bits) < cfs_cpt_number(cptable)) in ptlrpc_register_service()
747 service->srv_cpt_bits++; in ptlrpc_register_service()
750 spin_lock_init(&service->srv_lock); in ptlrpc_register_service()
[all …]
Devents.c287 struct ptlrpc_service *service = svcpt->scp_service; in request_in_callback() local
294 rqbd->rqbd_buffer + service->srv_buf_size); in request_in_callback()
298 ev->type, ev->status, service->srv_name); in request_in_callback()
317 service->srv_name, in request_in_callback()
360 service->srv_name); in request_in_callback()
Dniobuf.c685 struct ptlrpc_service *service = rqbd->rqbd_svcpt->scp_service; in ptlrpc_register_rqbd() local
692 service->srv_req_portal); in ptlrpc_register_rqbd()
700 rc = LNetMEAttach(service->srv_req_portal, in ptlrpc_register_rqbd()
713 md.length = service->srv_buf_size; in ptlrpc_register_rqbd()
714 md.max_size = service->srv_max_req_size; in ptlrpc_register_rqbd()
DMakefile12 ptlrpc_objs += events.o ptlrpc_module.o service.o pinger.o
/linux-4.1.27/include/linux/sunrpc/
Dgss_api.h41 u32 service; member
74 u32 service);
76 char *gss_service_to_auth_domain_name(struct gss_api_mech *, u32 service);
81 u32 service; member
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
Dselftest.h98 srpc_service2request (int service) in srpc_service2request() argument
100 switch (service) { in srpc_service2request()
133 srpc_service2reply (int service) in srpc_service2reply() argument
135 return srpc_service2request(service) + 1; in srpc_service2reply()
412 sfw_create_rpc(lnet_process_id_t peer, int service,
429 srpc_create_client_rpc(lnet_process_id_t peer, int service,
519 int service, int nbulkiov, int bulklen, in srpc_init_client_rpc() argument
536 rpc->crpc_service = service; in srpc_init_client_rpc()
552 rpc->crpc_reqstmsg.msg_type = srpc_service2request(service); in srpc_init_client_rpc()
Dframework.c138 sfw_register_test(srpc_service_t *service, sfw_test_client_ops_t *cliops) in sfw_register_test() argument
142 if (sfw_find_test_case(service->sv_id) != NULL) { in sfw_register_test()
144 service->sv_name, service->sv_id); in sfw_register_test()
153 tsc->tsc_srv_service = service; in sfw_register_test()
1382 sfw_create_rpc(lnet_process_id_t peer, int service, in sfw_create_rpc() argument
1391 LASSERT(service <= SRPC_FRAMEWORK_SERVICE_MAX_ID); in sfw_create_rpc()
1398 srpc_init_client_rpc(rpc, peer, service, 0, 0, in sfw_create_rpc()
1405 rpc = srpc_create_client_rpc(peer, service, in sfw_create_rpc()
Drpc.c448 srpc_post_active_rqtbuf(lnet_process_id_t peer, int service, void *buf, in srpc_post_active_rqtbuf() argument
451 return srpc_post_active_rdma(srpc_serv_portal(service), service, in srpc_post_active_rqtbuf()
457 srpc_post_passive_rqtbuf(int service, int local, void *buf, int len, in srpc_post_passive_rqtbuf() argument
465 return srpc_post_passive_rdma(srpc_serv_portal(service), in srpc_post_passive_rqtbuf()
466 local, service, buf, len, in srpc_post_passive_rqtbuf()
1304 srpc_create_client_rpc(lnet_process_id_t peer, int service, in srpc_create_client_rpc() argument
1316 srpc_init_client_rpc(rpc, peer, service, nbulkiov, in srpc_create_client_rpc()
Dconrpc.c92 lstcon_rpc_init(lstcon_node_t *nd, int service, unsigned feats, in lstcon_rpc_init() argument
95 crpc->crp_rpc = sfw_create_rpc(nd->nd_id, service, in lstcon_rpc_init()
117 lstcon_rpc_prep(lstcon_node_t *nd, int service, unsigned feats, in lstcon_rpc_prep() argument
139 rc = lstcon_rpc_init(nd, service, feats, bulk_npg, bulk_len, 0, crpc); in lstcon_rpc_prep()
/linux-4.1.27/drivers/staging/unisys/Documentation/
Doverview.txt12 device is owned and managed by a small, single-purpose service
28 firmware in the adapter service partition.
41 events from the Command service partition of s-Par, as well as
50 destruction messages sent by s-Par's Command service partition through
54 more IO service partitions to perform device IO on behalf of the
61 guest and the service partition that owns the shared SCSI adapter,
62 using a channel between the guest and the service partition. The disks
64 and enforced by the service partition, while the guest driver handles
67 resiliency; should the device encounter an error, only the service
74 guest by proxying buffer information between the guest and the service
[all …]
Dproc-entries.txt23 These entries provide status of the devices shared by a service partition.
93 installation and at runtime for s-Par service partitions.
/linux-4.1.27/drivers/pci/pcie/
Dportdrv_core.c324 static int pcie_device_init(struct pci_dev *pdev, int service, int irq) in pcie_device_init() argument
335 pcie->service = service; in pcie_device_init()
343 get_descriptor_id(pci_pcie_type(pdev), service)); in pcie_device_init()
397 int service = 1 << i; in pcie_port_device_register() local
398 if (!(capabilities & service)) in pcie_port_device_register()
400 if (!pcie_device_init(dev, service, irqs[i])) in pcie_port_device_register()
Dportdrv_bus.c37 if (driver->service != pciedev->service) in pcie_port_bus_match()
Dportdrv.h21 #define get_descriptor_id(type, service) (((type - 4) << 4) | service) argument
DKconfig14 # Include service Kconfig here
Dpme.c465 .service = PCIE_PORT_SERVICE_PME,
/linux-4.1.27/Documentation/security/
D00-INDEX18 - description of the kernel key request service.
20 - info on the Trusted and Encrypted keys in the kernel key ring service.
22 - description of the kernel key retention service.
Dkeys-request-key.txt5 The key request service is part of the key retention service (refer to
9 The process starts by either the kernel requesting a service by calling
Dkeys.txt5 This service allows cryptographic keys, authentication tokens, cross-domain
11 kernel service can search for relevant keys.
13 The key service can be configured on by enabling:
20 - Key service overview
28 - Request-key callback service
58 kernel by a kernel service (such as a filesystem) before keys of that type
73 whether a kernel service will be able to find the key.
124 The key service provides a number of features besides keys:
126 (*) The key service defines three special key types:
290 about the status of the key service:
[all …]
Dkeys-trusted-encrypted.txt4 key ring service. Both of these new types are variable length symmetric keys,
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd_modparams.c43 static int service = 987; variable
44 module_param(service, int, 0444);
45 MODULE_PARM_DESC(service, "service number (within RDMA_PS_TCP)");
154 .kib_service = &service,
/linux-4.1.27/include/uapi/linux/caif/
Dcaif_socket.h148 char service[16]; member
160 __u8 service; /* service:caif_debug_service */ member
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-firmware-opal-elog13 Log entries may be purged by the service processor
19 the service processor needs more room for log entries,
26 The service processor may be able to store more log
56 the service processor, if applicable).
Dsysfs-driver-ib_srp21 InfiniBand service ID used to establish communication with
22 the SRP target. How to find out the value of the service ID
172 Description: InfiniBand service ID used for establishing communication with
Dsysfs-firmware-opal-dump37 dump to the service processor. It will
/linux-4.1.27/include/linux/
Dpcieport_if.h28 u32 service; /* Port service this device represents */ member
58 u32 service; /* Port service this device represents */ member
Ddccp.h206 const __be32 service) in dccp_list_has_service() argument
211 if (sl->dccpsl_list[i] == service) in dccp_list_has_service()
/linux-4.1.27/arch/x86/pci/
Dpcbios.c88 static unsigned long __init bios32_service(unsigned long service) in bios32_service() argument
102 : "0" (service), in bios32_service()
111 printk(KERN_WARNING "bios32_service(0x%lx): not present\n", service); in bios32_service()
115 service, return_code); in bios32_service()
/linux-4.1.27/Documentation/ia64/
Defirtc.txt22 at first, the time of day service. This is required in order to access, in a
47 To allow for a uniform interface between the legacy RTC and EFI time service,
53 III/ Time of day service
55 The part of the driver gives access to the time of day service of EFI.
91 IV/ Wakeup Alarm service
96 the same ioctl()s to get access to the service. Instead we have
Dmca.txt28 then it cannot service the MCA interrupt. SAL waits ~20 seconds then
/linux-4.1.27/include/net/caif/
Dcfsrvl.h41 void cfsrvl_init(struct cfsrvl *service,
45 bool cfsrvl_ready(struct cfsrvl *service, int *err);
/linux-4.1.27/drivers/scsi/
Dgdth_ioctl.h142 u16 service; member
147 u16 service; member
154 u16 service; member
187 u16 service; /* controller service */ member
Dgdth.c148 static int gdth_sync_event(gdth_ha_str *ha, int service, u8 index,
174 static int gdth_internal_cmd(gdth_ha_str *ha, u8 service, u16 opcode,
1325 ha->cmd_tab[i].service = ha->pccb->Service; in gdth_get_cmd_index()
1473 static int gdth_internal_cmd(gdth_ha_str *ha, u8 service, u16 opcode, in gdth_internal_cmd() argument
1479 TRACE2(("gdth_internal_cmd() service %d opcode %d\n",service,opcode)); in gdth_internal_cmd()
1486 cmd_ptr->Service = service; in gdth_internal_cmd()
1495 if (service == CACHESERVICE) { in gdth_internal_cmd()
1510 } else if (service == SCSIRAWSERVICE) { in gdth_internal_cmd()
1522 } else if (service == SCREENSERVICE) { in gdth_internal_cmd()
1536 printk("GDT: Initialization error (timeout service %d)\n",service); in gdth_internal_cmd()
[all …]
Dgdth.h775 u16 service; /* service */ member
804 u16 service; /* service */ member
869 u16 service; /* service/firmware ver./.. */ member
902 u16 service; /* service */ member
Daha152x.c462 int service; /* bh needs to be run */ member
1357 if( HOSTDATA(shpnt)->service==0 ) { in intr()
1358 HOSTDATA(shpnt)->service=1; in intr()
2297 if( HOSTDATA(shpnt)->service==0 ) { in is_complete()
2302 HOSTDATA(shpnt)->service = 0; in is_complete()
/linux-4.1.27/drivers/net/wireless/zd1211rw/
Dzd_mac.h35 u8 service; member
238 __le16 service; member
263 u8 service; member
Dzd_mac.c609 static int zd_calc_tx_length_us(u8 *service, u8 zd_rate, u16 tx_length) in zd_calc_tx_length_us() argument
642 if (service) { in zd_calc_tx_length_us()
644 *service &= ~ZD_PLCP_SERVICE_LENGTH_EXTENSION; in zd_calc_tx_length_us()
646 *service |= ZD_PLCP_SERVICE_LENGTH_EXTENSION; in zd_calc_tx_length_us()
916 cs->service = 0; in fill_ctrlset()
917 r = zd_calc_tx_length_us(&cs->service, ZD_RATE(cs->modulation), in fill_ctrlset()
/linux-4.1.27/Documentation/scsi/
Dufs.txt71 service access points for higher layers.
72 * UDM_SAP: Device manager service access point is exposed to device
75 * UTP_CMD_SAP: Command service access point is exposed to UFS command
77 * UTP_TM_SAP: Task management service access point is exposed to task
85 MIPI UniPro and MIPI M-PHY. UIC provides 2 service access points
Dbnx2fc.txt36 4. Start fcoe service. (service fcoe start). If Broadcom devices are present in
Daic7xxx.txt322 provide more efficient service by accurately identifying your
341 To expedite your service, have your computer with you.
Daic79xx.txt425 provide more efficient service by accurately identifying your
444 To expedite your service, have your computer with you.
Darcmsr_spec.txt212 ** GUI_HTTP : HTTP interface (reserved for Http proxy service)(0x16)
DLICENSE.qla4xxx35 this service if you wish), that you receive source code or can get it
/linux-4.1.27/arch/arm/mach-omap2/
Domap-smc.S69 mov r12, r0 @ Copy the secure service ID
72 smc #1 @ Call PPA service
Dsleep34xx.S110 mov r0, #25 @ set service ID for PPA
111 mov r12, r0 @ copy secure service ID in r12
442 mov r0, #40 @ set service ID for PPA
451 mov r0, #42 @ set service ID for PPA
464 @ set service ID for PPA
466 mov r12, r0 @ copy service ID in r12
/linux-4.1.27/tools/usb/usbip/src/
Dusbip_network.c261 int usbip_net_tcp_connect(char *hostname, char *service) in usbip_net_tcp_connect() argument
272 ret = getaddrinfo(hostname, service, &hints, &res); in usbip_net_tcp_connect()
274 dbg("getaddrinfo: %s service %s: %s", hostname, service, in usbip_net_tcp_connect()
/linux-4.1.27/Documentation/isdn/
DREADME.concap81 semantics of the connection (i.e the ISO layer where connection service
83 the encapsulation protocol used, e.g. for a ppp module using our service
92 service primitives to the network device.
146 some service primitives to the encapsulation protocol:
169 The network interface does not explicitly provide a receive service
177 struct net_device *net_dev; /* net device using our service */
229 then the interface of the service function could be changed
231 type (struct concap_proto*). Doing so would make many of the service
234 e.g. instead of the concap protocol's service function
DREADME.diversion50 with a special (or all) service identifiers are forwarded if the
60 The rules include primary and secondary service identifiers, called
DREADME.audio88 with ATA, depending on the calling service, the emulator
DREADME.x2571 circuit / packet mode service). The latter mode (which in theory
DREADME256 and if the service is "audio", the
261 select the outgoing service octet.
DINTERFACE.CAPI13 lingo) with Kernel CAPI to indicate their readiness to provide their service
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dal,alpine.txt78 - compatible : Should contain "al,alpine-sysfabric-service" and "syscon".
84 compatible = "al,alpine-sysfabric-service", "syscon";
/linux-4.1.27/block/
DKconfig.iosched20 CSCAN service with FIFO expiration of requests, switching to
21 a new point in the service tree and doing a batch of IO from there
/linux-4.1.27/drivers/mfd/
Dezx-pcap.c181 u32 msr, isr, int_sel, service; in pcap_isr_work() local
198 service = isr & ~msr; in pcap_isr_work()
199 for (irq = pcap->irq_base; service; service >>= 1, irq++) { in pcap_isr_work()
200 if (service & 1) in pcap_isr_work()
/linux-4.1.27/drivers/staging/vt6656/
Dcard.c322 data[3] = phy[0].service; in vnt_set_rspinf()
326 data[7] = phy[1].service; in vnt_set_rspinf()
330 data[11] = phy[2].service; in vnt_set_rspinf()
334 data[15] = phy[3].service; in vnt_set_rspinf()
Dbaseband.h86 u8 service; member
Dbaseband.c323 phy->service = 0x00; in vnt_get_phy_field()
325 phy->service |= 0x80; in vnt_get_phy_field()
328 phy->service = 0x00; in vnt_get_phy_field()
/linux-4.1.27/drivers/atm/
Dlanai.c274 struct lanai_buffer service; member
1585 lanai_buf_allocate(&lanai->service, SERVICE_ENTRIES * 4, 8, in service_buffer_allocate()
1587 if (unlikely(lanai->service.start == NULL)) in service_buffer_allocate()
1590 (unsigned long) lanai->service.start, in service_buffer_allocate()
1591 lanai_buf_size(&lanai->service), in service_buffer_allocate()
1592 lanai_buf_size_cardorder(&lanai->service)); in service_buffer_allocate()
1597 SSTUFF_SET_SIZE(lanai_buf_size_cardorder(&lanai->service)) | in service_buffer_allocate()
1598 SSTUFF_SET_ADDR(lanai->service.dmaaddr), in service_buffer_allocate()
1605 lanai_buf_deallocate(&lanai->service, lanai->pci); in service_buffer_deallocate()
1718 const u32 *end = lanai->service.start + wreg; in run_service()
[all …]
Deni.h82 void __iomem *service; /* service list */ member
Deni.c689 vci = readl(eni_dev->service+eni_dev->serv_read*4); in get_service()
1837 eni_dev->service = eni_dev->tx_dma+NR_DMA_TX*8; in eni_start()
1838 buf = eni_dev->service+NR_SERVICE*4; in eni_start()
1841 eni_dev->service,buf); in eni_start()
/linux-4.1.27/arch/arm/boot/dts/
Dste-href-ab8505.dtsi172 service {
175 function = "service";
Dalpine.dtsi109 sysfabric-service@fb070000 {
110 compatible = "al,alpine-sysfabric-service", "syscon";
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-firmware-efi11 Description: It shows the physical address of runtime service table entry in
Dsysfs-bus-rpmsg47 is attached to this channel is exposing a service to the
68 When that happens, a "name service" announcement is sent
Dsysfs-bus-usb172 L1 sleep state now use a best effort service latency value (BESL) to
173 indicate the best effort to resumption of service to the device after the
177 value in order to tune power saving and service latency.
/linux-4.1.27/arch/powerpc/include/asm/
Drtas.h338 extern int rtas_token(const char *service);
339 extern int rtas_service_present(const char *service);
/linux-4.1.27/drivers/isdn/
DKconfig11 is a fully digital telephone service that can be used for voice and
13 adapter you can use it to connect to your Internet service provider
/linux-4.1.27/arch/sparc/kernel/
Dhead_64.S169 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "peer"
193 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "getprop"
217 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "finddevice"
236 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "getprop"
256 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "call-method"
344 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "finddevice"
365 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "getprop"
/linux-4.1.27/Documentation/s390/
Dmonreader.txt20 order to allow IUCV connections to the *MONITOR service, i.e. it needs the
69 there are other users already connected to the *MONITOR service (e.g.
73 *MONITOR service.
86 This API provides no interface to control the *MONITOR service, e.g. specify
186 The open function may also fail if an IUCV connection to the *MONITOR service
Dkvm.txt93 service processor calls and virtio interrupts. Valid interrupt types are:
/linux-4.1.27/Documentation/networking/
Ddccp.txt70 DCCP_SOCKOPT_SERVICE sets the service. The specification mandates use of
71 service codes (RFC 4340, sec. 8.1.2); if this socket option is not set,
72 the socket will fall back to 0 (which means that no meaningful service code
74 than one code has no effect (all subsequent service codes are ignored). The
75 case is different for passive sockets, where multiple service codes (up to 32)
Dx25-iface.txt73 The X.25 packet layer protocol depends on a reliable datalink service.
74 The LAPB protocol provides such reliable service. But this reliability
123 of the LAPB protocol's flow-control service.
Dde4x5.txt128 (runs the service routine with interrupts turned off) vs. this card
129 which really needs to run the service routine with interrupts turned on.
130 This driver will now add the interrupt service routine as a fast
134 interrupt service code is fixed. YOU SHOULD SEPARATE OUT THE FAST
Drxrpc.txt102 (*) Each connection goes to a particular "service". A connection may not go
103 to multiple services. A service may be considered the RxRPC equivalent of
111 local transport endpoint and one service on one remote endpoint. An RxRPC
127 which the service receives; then the service transmits the reply data
135 (*) The first four bytes of the request data are the service operation ID.
176 make multiple simultaneous calls to the same service. One server socket
210 non-zero service ID.
468 rxkad key for the AFS VL service). When such a key is created, it should be
595 .srx_service = VL_SERVICE_ID, /* RxRPC service ID */
665 Note that all the communications for a particular service take place through
Dmac80211-auth-assoc-deauth.txt5 # This can be converted into a diagram using the service
Dtcp-thin.txt10 the service quality. Extreme latencies are caused by TCP's
Dvortex.txt179 The driver's interrupt service routine can handle many receive and
182 service routine will loop. The default value is 32 loops. If this
183 is exceeded the interrupt service routine gives up and generates a
Dcdc_mbim.txt228 service. Userspace applications supporting specific MBIM DSS services
230 that service.
Diphase.txt18 - UBR, ABR and CBR service categories are supported.
Dipvs-sysctl.txt78 5 - service lookup
Dudplite.txt39 UDP-Lite provides a connectionless, unreliable datagram service and hence
Dlapb-module.txt8 the Linux operating system that require a LAPB service. This document
DLICENSE.qlge34 this service if you wish), that you receive source code or can get it
/linux-4.1.27/drivers/isdn/divert/
Disdn_divert.h91 u_char service; /* basically coded service, 0 = all */ member
Disdn_divert.c113 u_char service, char *fwd_nr, ulong *procid) in cf_command() argument
132 *p++ = service; /* service to handle */ in cf_command()
183 service & 0xFF, in cf_command()
Ddivert_procfs.c256 dioctl.cf_ctrl.service, in isdn_divert_ioctl_unlocked()
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dste,abx500.txt194 service {
197 function = "service";
/linux-4.1.27/Documentation/block/
Dcfq-iosched.txt18 (for sequential workloads) and service trees (for random workloads) before
22 queues/service trees. This can be very helpful on highly seeky media like
26 Setting slice_idle to 0 will remove all the idling on queues/service tree
236 CFQ has following service trees and various queues are put on these trees.
244 request which are marked with REQ_NOIDLE go on this service tree. On this
248 no more IO on this service tree.
250 All async writes go on async service tree. There is no idling on async
Ddeadline-iosched.txt21 service time for a request. As we focus mainly on read latencies, this is
Dioprio.txt25 process needs the disk for on each service. In the future this might change
/linux-4.1.27/drivers/net/wireless/
Dwl3501.h275 u8 service; member
296 u8 service; member
544 u8 service; member
Dadm8211.h457 u8 service; member
/linux-4.1.27/drivers/staging/vt6655/
Dbaseband.c1902 phy->service = 0x00; in vnt_get_phy_field()
1904 phy->service |= 0x80; in vnt_get_phy_field()
1907 phy->service = 0x00; in vnt_get_phy_field()
Ddesc.h303 u8 service; member
/linux-4.1.27/net/dccp/
Dproto.c396 static int dccp_setsockopt_service(struct sock *sk, const __be32 service, in dccp_setsockopt_service() argument
402 if (service == DCCP_SERVICE_INVALID_VALUE || in dccp_setsockopt_service()
406 if (optlen > sizeof(service)) { in dccp_setsockopt_service()
413 optval + sizeof(service), in dccp_setsockopt_service()
414 optlen - sizeof(service)) || in dccp_setsockopt_service()
422 dp->dccps_service = service; in dccp_setsockopt_service()
Ddccp.h329 const __be32 service) in dccp_bad_service_code() argument
333 if (dp->dccps_service == service) in dccp_bad_service_code()
335 return !dccp_list_has_service(dp->dccps_service_list, service); in dccp_bad_service_code()
Dipv4.c598 const __be32 service = dccp_hdr_request(skb)->dccph_req_service; in dccp_v4_conn_request() local
605 if (dccp_bad_service_code(sk, service)) { in dccp_v4_conn_request()
658 dreq->dreq_service = service; in dccp_v4_conn_request()
Dipv6.c335 const __be32 service = dccp_hdr_request(skb)->dccph_req_service; in dccp_v6_conn_request() local
344 if (dccp_bad_service_code(sk, service)) { in dccp_v6_conn_request()
401 dreq->dreq_service = service; in dccp_v6_conn_request()
/linux-4.1.27/Documentation/cgroups/
Dblkio-controller.txt214 this time represents the actual service time. When queue_depth > 1,
216 may cause the service time for a given IO to include the service time
226 scheduler queues for service. This can be greater than the total time
230 this metric does not include the time spent waiting for service once
287 from service tree of the device. First two fields specify the major
378 If one disables idling on individual cfq queues and cfq service trees by
393 still system wide and not per group. Hence we will not see service
/linux-4.1.27/Documentation/devicetree/bindings/arm/cpu-enable-method/
Dal,alpine-smp17 "al,alpine-cpu-resume" and "al,alpine-nb-service"[1].
/linux-4.1.27/net/lapb/
DKconfig10 connection service to exchange data frames with one other host, and
/linux-4.1.27/net/rxrpc/
DKconfig42 through the use of the key retention service.
/linux-4.1.27/drivers/pci/hotplug/
Dpciehp_acpi.c108 .service = PCIE_PORT_SERVICE_HP,
Dpciehp_core.c354 .service = PCIE_PORT_SERVICE_HP,
/linux-4.1.27/net/wimax/
DKconfig15 for a service plan with a provider.
/linux-4.1.27/Documentation/
Drpmsg.txt280 processor supports dynamic name service announcement messages.
284 remote rpmsg service by sending a name service message (which contains
285 the name and rpmsg addr of the remote service, see struct rpmsg_ns_msg).
288 creates and registers an rpmsg channel (which represents the remote service).
290 by the bus, and can then start sending messages to the remote service.
Dunshare.txt222 b) unshare system call service function
238 7.2) unshare system call service function
Drobust-futex-ABI.txt111 essential service available for robust_futexes, which is to help clean
Dnommu-mmap.txt258 filesystem providing the service will probably allocate a contiguous collection
Dcpu-hotplug.txt261 "It is expected that each service cleans up when the CPU_DOWN_PREPARE
/linux-4.1.27/net/bluetooth/bnep/
Dbnep.h87 __u8 service[0]; member
/linux-4.1.27/sound/
DKconfig40 appropriate module using sound-slot/service-* and char-major-*
48 /proc/devices. sound-slot/service-* module aliases are scheduled
/linux-4.1.27/arch/s390/kernel/
Dsclp.S75 chi %r7,EXT_IRQ_SERVICE_SIG # service int?
101 # Subroutine to synchronously issue a service call.
158 bras %r14,_sclp_servc # issue service call
/linux-4.1.27/net/ipv6/
DKconfig171 mechanisms of 6to4 (RFC3056) to enable a service provider to rapidly
172 deploy IPv6 unicast service to IPv4 sites to which it provides
175 infrastructure. Unlike 6to4, a 6rd service provider uses an IPv6
/linux-4.1.27/drivers/pinctrl/nomadik/
Dpinctrl-ab8505.c208 AB8505_FUNC_GROUPS(service, "service_d_1");
230 FUNCTION(service),
Dpinctrl-ab8540.c264 AB8540_FUNC_GROUPS(service, "service_d_1");
285 FUNCTION(service),
Dpinctrl-ab9540.c314 AB9540_FUNC_GROUPS(service, "service_d_1");
339 FUNCTION(service),
/linux-4.1.27/arch/powerpc/kernel/
Drtas.c323 int rtas_token(const char *service) in rtas_token() argument
328 tokp = of_get_property(rtas.dev, service, NULL); in rtas_token()
333 int rtas_service_present(const char *service) in rtas_service_present() argument
335 return rtas_token(service) != RTAS_UNKNOWN_SERVICE; in rtas_service_present()
Dprom_init.c110 __be32 service; member
218 static int __init call_prom(const char *service, int nargs, int nret, ...) in call_prom() argument
224 args.service = cpu_to_be32(ADDR(service)); in call_prom()
242 static int __init call_prom_ret(const char *service, int nargs, int nret, in call_prom_ret() argument
249 args.service = cpu_to_be32(ADDR(service)); in call_prom_ret()
/linux-4.1.27/Documentation/hwmon/
Dzl610049 http://archive.ericsson.net/service/internet/picov/get?DocNo=28701-EN/LZT146401
54 http://archive.ericsson.net/service/internet/picov/get?DocNo=28701-EN/LZT146256
Dpmbus9 http://archive.ericsson.net/service/internet/picov/get?DocNo=28701-EN/LZT146395
/linux-4.1.27/drivers/char/pcmcia/
DKconfig53 is shipped for service called UMTS 4G.
/linux-4.1.27/Documentation/x86/x86_64/
Duefi.txt38 reboot_type=k turn off EFI reboot runtime service
Dboot-options.txt118 efi Use efi reset_system runtime service. If EFI is not configured or the
/linux-4.1.27/Documentation/filesystems/
Dafs.txt193 Assuming it's successful, this adds a key of type RxRPC, named for the service
240 mount -t afs "#grand.central.org:root.service." /afs/grand.central.org/service
Dcoda.txt159 service the request for the process. Venus manages a persistent
161 related servers (such as authentication servers) to service these
196 The service of a request for a Coda file system service originates in
207 service parts of the request. Usually the information in the path
270 requesting Coda file service and Venus relies on blocking and waking
407 inputArgs start with the opcode which defines the type of service
/linux-4.1.27/drivers/isdn/i4l/
DKconfig98 charged by your service-provider for lots of phone calls.
116 work in all countries if the service has been subscribed to.
/linux-4.1.27/drivers/md/
DMakefile45 obj-$(CONFIG_DM_MULTIPATH_ST) += dm-service-time.o
/linux-4.1.27/Documentation/devicetree/bindings/arm/omap/
Dcrossbar.txt1 Some socs have a large number of interrupts requests to service
/linux-4.1.27/include/net/irda/
Dirlmp.h200 __u16 irlmp_service_to_hint(int service);
/linux-4.1.27/drivers/net/wireless/rt2x00/
Drt2x00queue.h312 u16 service; member
Drt2x00queue.c265 txdesc->u.plcp.service = 0x04; in rt2x00queue_create_tx_descriptor_plcp()
284 txdesc->u.plcp.service |= 0x80; in rt2x00queue_create_tx_descriptor_plcp()
/linux-4.1.27/Documentation/ide/
Dide-tape.txt50 overlap method which enables ide.c to service requests from the
DChangeLog.ide-tape.1995-200237 * service all of them after this single tape request.
97 * service time, based on the tape's parameters. In
151 * to compute the request service time.
/linux-4.1.27/Documentation/prctl/
Dno_new_privs.txt32 service launcher to set no_new_privs before execing daemons may
/linux-4.1.27/drivers/staging/lustre/
DREADME.txt31 where mgs is the host name or ip address of your Lustre MGS(management service)
/linux-4.1.27/Documentation/virtual/kvm/devices/
Ds390_flic.txt4 FLIC handles floating (non per-cpu) interrupts, i.e. I/O, service and some
/linux-4.1.27/drivers/isdn/hisax/
DKconfig27 telephone service company provides.
68 telephone service company provides.
358 comment "HiSax PCMCIA card service modules"
/linux-4.1.27/drivers/misc/
DKconfig96 tristate "Device driver for IBM RSA service processor"
100 IBM RSA (Condor) service processor in eServer xSeries systems.
102 ASM (Advanced Systems Management) functions on the service
106 service processor board as a regular serial port. To make use of
/linux-4.1.27/drivers/pci/pcie/aer/
Daerdrv.c59 .service = PCIE_PORT_SERVICE_AER,
Daer_inject.c307 if (pcie_dev->service & PCIE_PORT_SERVICE_AER) { in find_aer_device_iter()
Daerdrv_core.c391 if (service_driver->service == PCIE_PORT_SERVICE_AER) { in find_aer_service_iter()
/linux-4.1.27/Documentation/ptp/
Dptp.txt70 driver's interrupt service routine.
/linux-4.1.27/drivers/net/slip/
DKconfig10 connect to your Internet service provider or to connect to some
/linux-4.1.27/tools/lguest/
Dlguest.c223 void (*service)(struct virtqueue *vq); member
1129 vq->service(vq); in do_thread()
2377 void (*service)(struct virtqueue *), in add_pci_virtqueue()
2392 vq->service = service; in add_pci_virtqueue()
/linux-4.1.27/Documentation/sound/oss/
DIntroduction32 1.1.1 19991031 Added notes on sound-slot- and sound-service.
401 a midi synth in all cases then it will request "sound-service-0-n" where n
424 alias sound-service-2-0 tvmixer
/linux-4.1.27/arch/arm/plat-omap/
DKconfig132 PPA routine service ID for setting L2 auxiliary control register.
/linux-4.1.27/Documentation/powerpc/
Dfirmware-assisted-dump.txt25 service start/stop init scripts.
197 easily integrated with kdump service start/stop.
/linux-4.1.27/net/netfilter/ipvs/
DKconfig224 on the ith server and Ui is the fixed service rate (weight)
271 virtual service.
/linux-4.1.27/Documentation/sound/alsa/
DOSS-Emulation.txt16 These modules are loaded automatically when the corresponding service
17 is called. The alias is defined sound-service-x-y, where x and y are
/linux-4.1.27/Documentation/filesystems/nfs/
Dnfs.txt70 upcall to allow userland to provide this service.
Dnfs41-server.txt11 control file, the nfsd service must be taken down. You can use rpc.nfsd
Dknfsd-stats.txt62 an nfsd thread to service it, i.e. no nfsd thread was considered
Dnfs-rdma.txt254 $ service nfs start
/linux-4.1.27/net/
DKconfig331 tristate "Network packet drop alerting service"
334 This feature provides an alerting service to userspace in the
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
Dd11.h673 u16 service; member
707 u8 service; member
/linux-4.1.27/Documentation/timers/
Dhighres.txt88 service handler, which is almost inherently hardware dependent.
118 interrupt, clock event device notification service and support for suspend and
/linux-4.1.27/Documentation/cpu-freq/
Duser-guide.txt211 triggered through a service processor or other
/linux-4.1.27/Documentation/console/
Dconsole.txt135 impossible for the driver to service console requests. This can happen
/linux-4.1.27/Documentation/nfc/
Dnfc-hci.txt44 A gate defines the 'port' where some service can be found. In order to access
45 a service, one must create a pipe to that gate and open it. In this
/linux-4.1.27/Documentation/arm/
DInterrupts33 finish processing before you can service the new interrupt. Eg, an
/linux-4.1.27/arch/frv/mm/
Dtlb-miss.S620 # we can now resume normal service
/linux-4.1.27/net/netfilter/
DKconfig238 tristate "NetBIOS name service protocol support"
241 NetBIOS name service requests are sent as broadcast messages from an
245 originating NetBIOS name service requests and the corresponding
257 tristate "SNMP service protocol support"
261 SNMP service requests are sent as broadcast messages from an
265 originating SNMP service requests and the corresponding
/linux-4.1.27/Documentation/spi/
Dpxa2xx39 tx_channel. The rx_channel has a higher DMA service priority the tx_channel.
/linux-4.1.27/Documentation/rapidio/
Drapidio.txt84 one or more common service layers for all participating RapidIO devices. These
86 device-specific drivers. Example of such service provider is the RIONET driver
/linux-4.1.27/Documentation/sysctl/
Dkernel.txt165 to a service organization (callhome) in case of an operating system panic.
169 the complete kernel oops message is send to the IBM customer service
171 on has a service contract with IBM.
Dnet.txt123 denial-of-service attack impossible. A higher message_cost factor, results in
/linux-4.1.27/Documentation/arm64/
Dacpi_object_usage.txt94 table is not present, UEFI run time service will be utilized to save
524 GetMemoryMap() boot service is the only mechanism that will be used.
/linux-4.1.27/Documentation/wimax/
DREADME.i2400m119 to make things work. See the network service's README for instructions
/linux-4.1.27/Documentation/virtual/kvm/
Dmsr.txt5 KVM makes use of some custom MSRs to service some requests.
Dapi.txt1293 Identification in succeeding service requests is done via assigned_dev_id. The
1464 KVM_DEASSIGN_DEV_IRQ. Calling this service more than once at any earlier
2295 the interrupt if the device making use of it still requires service.
2635 service in order to allow it to be handled in the kernel. The
2636 argument struct gives the name of the service, which must be the name
2637 of a service that has a kernel-side implementation. If the token
2638 value is non-zero, it will be associated with that service, and
2641 associated with the service will be forgotten, and subsequent RTAS
2642 calls by the guest for that service will be passed to userspace to be
Dtimekeeping.txt262 accessed through memory-mapped registers and provides interrupt service to each
414 inactive, the P-state may be raised temporarily to service cache misses from
/linux-4.1.27/Documentation/filesystems/caching/
Dobject.txt268 withdraw the object from service, perhaps to make space, but also due to
/linux-4.1.27/net/ipv4/netfilter/
DKconfig53 fields such as the source, destination, type of service and
/linux-4.1.27/net/ipv4/
DKconfig266 flooding". This denial-of-service attack prevents legitimate remote
323 and RSS) can be leveraged to provide better service.
/linux-4.1.27/Documentation/RCU/
DwhatisRCU.txt204 of denial-of-service attacks. Code using call_rcu() should limit
344 to remote denial-of-service attacks.
912 example, is your code subject to network-based denial-of-service

12