Home
last modified time | relevance | path

Searched refs:clients (Results 1 – 25 of 104) sorted by relevance

12345

/linux-3.4.99/drivers/isdn/hardware/eicon/
Ddebug.c53 static diva_maint_client_t clients[MAX_DESCRIPTORS]; variable
290 for (i = 1; i < ARRAY_SIZE(clients); i++) { in diva_maint_finit()
291 if (clients[i].pmem) { in diva_maint_finit()
292 diva_os_free(0, clients[i].pmem); in diva_maint_finit()
394 for (id = 1; id < ARRAY_SIZE(clients); id++) { in DI_register()
395 if (clients[id].hDbg == hDbg) { in DI_register()
402 if (clients[id].hDbg) { /* slot is busy */ in DI_register()
406 if (!strcmp(clients[id].drvName, hDbg->drvName)) { in DI_register()
414 if (!clients[id].hDbg) { /* slot is busy */ in DI_register()
428 clients[free_id].hDbg = hDbg; in DI_register()
[all …]
/linux-3.4.99/drivers/gpu/vga/
Dvga_switcheroo.c55 struct vga_switcheroo_client clients[VGA_SWITCHEROO_MAX_CLIENTS]; member
96 ret = vgasr_priv.handler->get_client_id(vgasr_priv.clients[i].pdev); in vga_switcheroo_enable()
100 vgasr_priv.clients[i].id = ret; in vga_switcheroo_enable()
120 vgasr_priv.clients[index].pwr_state = VGA_SWITCHEROO_ON; in vga_switcheroo_register_client()
121 vgasr_priv.clients[index].pdev = pdev; in vga_switcheroo_register_client()
122 vgasr_priv.clients[index].set_gpu_state = set_gpu_state; in vga_switcheroo_register_client()
123 vgasr_priv.clients[index].reprobe = reprobe; in vga_switcheroo_register_client()
124 vgasr_priv.clients[index].can_switch = can_switch; in vga_switcheroo_register_client()
125 vgasr_priv.clients[index].id = -1; in vga_switcheroo_register_client()
127 vgasr_priv.clients[index].active = true; in vga_switcheroo_register_client()
[all …]
/linux-3.4.99/drivers/char/agp/
Dfrontend.c341 client = controller->clients; in agp_remove_all_clients()
407 struct agp_client *clients; in agp_controller_make_current() local
409 clients = controller->clients; in agp_controller_make_current()
411 while (clients != NULL) { in agp_controller_make_current()
414 priv = agp_find_private(clients->pid); in agp_controller_make_current()
420 clients = clients->next; in agp_controller_make_current()
429 struct agp_client *clients; in agp_controller_release_current() local
432 clients = controller->clients; in agp_controller_release_current()
434 while (clients != NULL) { in agp_controller_release_current()
437 priv = agp_find_private(clients->pid); in agp_controller_release_current()
[all …]
/linux-3.4.99/drivers/hsi/clients/
DKconfig2 # HSI clients configuration
5 comment "HSI clients"
/linux-3.4.99/fs/nfsd/
DKconfig25 available to clients mounting the NFS server on this system.
51 This protocol extension allows applications on NFS clients to
57 NFSv3 ACL protocol extension allowing NFS clients to manipulate
59 clients which support the Solaris NFSv3 ACL protocol can then
/linux-3.4.99/Documentation/filesystems/nfs/
Dnfs41-server.txt33 does support ordinary file operations on clients we have tested against
36 interoperability problems with future clients. Known issues:
45 available and clients confused by the incomplete
50 servers to support this, though no clients use it yet.
52 DESTROY_CLIENTID, are not currently used by clients, but will be
54 clients should not be expected to know how to recover from the
185 CLAIM_DELEG_PREV_FH (which allows clients to keep delegations that
/linux-3.4.99/drivers/pps/clients/
DKconfig2 # PPS clients configuration
7 comment "PPS clients support"
/linux-3.4.99/drivers/media/video/
Dsh_mobile_csi2.c216 if (&pdata->clients[i].pdev->dev == icd->pdev) in sh_csi2_client_connect()
229 if (pdata->clients[i].lanes != 1) in sh_csi2_client_connect()
233 switch (pdata->clients[i].lanes) { in sh_csi2_client_connect()
258 priv->client = pdata->clients + i; in sh_csi2_client_connect()
/linux-3.4.99/arch/cris/arch-v32/mach-a3/
Darbiter.c363 unsigned long clients, unsigned long accesses, in crisv32_arbiter_watch() argument
381 if (clients & 0xffff) in crisv32_arbiter_watch()
383 if (clients & 0xffff0000) in crisv32_arbiter_watch()
421 clients & 0xffff); in crisv32_arbiter_watch()
436 rw_clients, clients >> 16); in crisv32_arbiter_watch()
/linux-3.4.99/drivers/hsi/
DMakefile6 obj-y += clients/
DKconfig17 source "drivers/hsi/clients/Kconfig"
/linux-3.4.99/drivers/pps/
DMakefile8 obj-y += clients/ generators/
/linux-3.4.99/arch/cris/include/arch-v32/mach-fs/mach/
Darbiter.h24 unsigned long clients, unsigned long accesses,
/linux-3.4.99/include/media/
Dsh_mobile_csi2.h43 struct sh_csi2_client_config *clients; member
/linux-3.4.99/net/irda/
Dirlmp.c87 irlmp->clients = hashbin_new(HB_LOCK); in irlmp_init()
93 if ((irlmp->clients == NULL) || in irlmp_init()
132 hashbin_delete(irlmp->clients, (FREE_FUNC) kfree); in irlmp_cleanup()
1025 client = (irlmp_client_t *) hashbin_get_first(irlmp->clients); in irlmp_discovery_confirm()
1026 while (NULL != hashbin_find_next(irlmp->clients, (long) client, NULL, in irlmp_discovery_confirm()
1057 client = (irlmp_client_t *) hashbin_get_first(irlmp->clients); in irlmp_discovery_expiry()
1058 while (NULL != hashbin_find_next(irlmp->clients, (long) client, NULL, in irlmp_discovery_expiry()
1577 hashbin_insert(irlmp->clients, (irda_queue_t *) client, in irlmp_register_client()
1601 client = hashbin_lock_find(irlmp->clients, (long) handle, NULL); in irlmp_update_client()
1632 client = hashbin_lock_find(irlmp->clients, (long) handle, NULL); in irlmp_unregister_client()
[all …]
/linux-3.4.99/arch/cris/include/arch-v32/mach-a3/mach/
Darbiter.h30 unsigned long clients, unsigned long accesses,
/linux-3.4.99/Documentation/zh_CN/
Demail-clients.txt1 Chinese translated version of Documentation/email-clients.txt
11 Documentation/email-clients.txt 的中文翻译
/linux-3.4.99/Documentation/ABI/removed/
Draw13948 of abstraction that required userspace clients to duplicate much
/linux-3.4.99/arch/um/drivers/
Dmconsole_kern.c610 static LIST_HEAD(clients);
619 if (list_empty(&clients)) in console_write()
628 list_for_each(ele, &clients) { in console_write()
658 list_add(&entry.list, &clients); in with_console()
/linux-3.4.99/drivers/staging/mei/
Dinit.c423 struct mei_me_client *clients; in mei_allocate_me_clients_storage() local
441 clients = kcalloc(dev->me_clients_num, in mei_allocate_me_clients_storage()
443 if (!clients) { in mei_allocate_me_clients_storage()
449 dev->me_clients = clients; in mei_allocate_me_clients_storage()
/linux-3.4.99/sound/core/seq/
Dseq_queue.c520 queue->clients++; in snd_seq_queue_use()
523 queue->clients--; in snd_seq_queue_use()
525 if (queue->clients) { in snd_seq_queue_use()
526 if (use && queue->clients == 1) in snd_seq_queue_use()
/linux-3.4.99/sound/ppc/
Dkeywest.c79 &keywest_ctx->client->driver->clients); in keywest_attach_adapter()
/linux-3.4.99/fs/9p/
DKconfig19 caching support for 9p clients using FS-Cache
/linux-3.4.99/arch/cris/arch-v32/mach-fs/
Darbiter.c264 unsigned long clients, unsigned long accesses, in crisv32_arbiter_watch() argument
296 clients); in crisv32_arbiter_watch()
/linux-3.4.99/Documentation/
Demail-clients.txt1 Email clients info for Linux
13 Email clients that are used for Linux kernel patches should send the
23 Email clients should not modify the character set encoding of the text.
28 Email clients should generate and maintain References: or In-Reply-To:

12345