/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | debug.c | 53 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-4.4.14/drivers/net/ethernet/qlogic/qed/ |
D | qed_cxt.c | 124 struct qed_ilt_client_cfg clients[ILT_CLI_MAX]; member 225 p_cli = &p_mngr->clients[ILT_CLI_CDUC]; in qed_cxt_cfg_ilt_compute() 243 p_cli = &p_mngr->clients[ILT_CLI_QM]; in qed_cxt_cfg_ilt_compute() 271 #define for_each_ilt_valid_client(pos, clients) \ argument 292 struct qed_ilt_client_cfg *p_cli = p_hwfn->p_cxt_mngr->clients; in qed_ilt_shadow_free() 359 struct qed_ilt_client_cfg *clients = p_mngr->clients; in qed_ilt_shadow_alloc() local 364 size = qed_cxt_ilt_shadow_size(clients); in qed_ilt_shadow_alloc() 377 for_each_ilt_valid_client(i, clients) { in qed_ilt_shadow_alloc() 378 if (!clients[i].active) in qed_ilt_shadow_alloc() 381 p_blk = &clients[i].pf_blks[j]; in qed_ilt_shadow_alloc() [all …]
|
/linux-4.4.14/drivers/gpu/vga/ |
D | vga_switcheroo.c | 141 struct list_head clients; member 157 .clients = LIST_HEAD_INIT(vgasr_priv.clients), 176 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_enable() 253 list_add_tail(&client->list, &vgasr_priv.clients); in register_client() 356 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_get_client_state() 377 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_unregister_client() 407 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_client_fb_set() 456 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_show() 505 client = find_client_from_id(&vgasr_priv.clients, id | ID_BIT_AUDIO); in set_audio_state() 517 active = find_active_client(&vgasr_priv.clients); in vga_switchto_stage1() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | renesas,rcar-dmac.txt | 4 controller instances named DMAC capable of serving multiple clients. Channels 5 can be dedicated to specific clients or shared between a large number of 6 clients. 10 256 clients in total. When the number of hardware channels is lower than the 11 number of clients to be served, channels must be shared between multiple DMA 12 clients. The association of DMA clients to DMAC channels is fully dynamic and
|
D | atmel-xdma.txt | 29 * DMA clients 30 DMA clients connected to the Atmel XDMA controller must use the format
|
D | jz4780-dma.txt | 11 DMA clients (see below). 37 DMA clients must use the format described in dma.txt, giving a phandle to the
|
D | moxa,moxart-dma.txt | 25 DMA clients connected to the MOXA ART DMA controller must use the format
|
D | qcom_bam_dma.txt | 29 DMA clients must use the format described in the dma.txt file, using a two cell
|
D | mpc512x-dma.txt | 29 DMA clients must use the format described in dma/dma.txt file.
|
D | brcm,bcm2835-dma.txt | 44 DMA clients connected to the BCM2835 DMA controller must use the format
|
D | atmel-dma.txt | 19 DMA clients connected to the Atmel DMA controller must use the format
|
D | fsl-mxs-dma.txt | 49 DMA clients connected to the MXS DMA controller must use the format
|
D | sun4i-dma.txt | 25 DMA clients connected to the Allwinner A10 DMA controller must use the
|
D | sun6i-dma.txt | 30 DMA clients connected to the A31 DMA controller must use the format
|
D | qcom_adm.txt | 38 DMA clients must use the format descripted in the dma.txt file, using a three
|
D | snps-dma.txt | 44 DMA clients connected to the Designware DMA controller must use the format
|
D | ti-dma-crossbar.txt | 22 For ti,am335x-edma-crossbar: the meaning of parameters of dmas for clients:
|
D | adi,axi-dmac.txt | 36 DMA clients connected to the AXI-DMAC DMA controller must use the format
|
D | fsl-imx-sdma.txt | 71 DMA clients connected to the i.MX SDMA controller must use the format
|
D | fsl-edma.txt | 58 * DMA clients
|
/linux-4.4.14/drivers/char/agp/ |
D | frontend.c | 340 client = controller->clients; in agp_remove_all_clients() 406 struct agp_client *clients; in agp_controller_make_current() local 408 clients = controller->clients; in agp_controller_make_current() 410 while (clients != NULL) { in agp_controller_make_current() 413 priv = agp_find_private(clients->pid); in agp_controller_make_current() 419 clients = clients->next; in agp_controller_make_current() 428 struct agp_client *clients; in agp_controller_release_current() local 431 clients = controller->clients; in agp_controller_release_current() 433 while (clients != NULL) { in agp_controller_release_current() 436 priv = agp_find_private(clients->pid); in agp_controller_release_current() [all …]
|
/linux-4.4.14/drivers/gpu/host1x/ |
D | bus.c | 26 static LIST_HEAD(clients); 106 list_move_tail(&client->list, &device->clients); in host1x_subdev_register() 173 list_for_each_entry(client, &device->clients, list) { in host1x_device_init() 199 list_for_each_entry_reverse(client, &device->clients, list) { in host1x_device_exit() 340 list_add_tail(&client->list, &clients); in __host1x_device_del() 354 list_for_each_entry_safe(client, cl, &device->clients, list) in __host1x_device_del() 355 list_move_tail(&client->list, &clients); in __host1x_device_del() 390 INIT_LIST_HEAD(&device->clients); in host1x_device_add() 411 list_for_each_entry_safe(client, tmp, &clients, list) { in host1x_device_add() 565 list_add_tail(&client->list, &clients); in host1x_client_register() [all …]
|
D | Kconfig | 9 by host1x are referred to as clients. host1x includes some other
|
/linux-4.4.14/drivers/mfd/ |
D | tps80031.c | 441 tps80031->clients[i] = client; in tps80031_probe() 443 tps80031->clients[i] = i2c_new_dummy(client->adapter, in tps80031_probe() 445 if (!tps80031->clients[i]) { in tps80031_probe() 451 i2c_set_clientdata(tps80031->clients[i], tps80031); in tps80031_probe() 452 tps80031->regmap[i] = devm_regmap_init_i2c(tps80031->clients[i], in tps80031_probe() 515 if (tps80031->clients[i] && (tps80031->clients[i] != client)) in tps80031_probe() 516 i2c_unregister_device(tps80031->clients[i]); in tps80031_probe() 536 if (tps80031->clients[i] != client) in tps80031_remove() 537 i2c_unregister_device(tps80031->clients[i]); in tps80031_remove()
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_cfg.c | 36 .clients = { 107 .clients = { 178 .clients = { 257 .clients = { 318 .clients = {
|
D | mdp5_cfg.h | 62 uint32_t clients[MAX_CLIENTS]; /* SMP port allocation /pipe */ member
|
D | mdp5_smp.c | 134 return mdp5_cfg->smp.clients[pipe] + plane; in pipe2client()
|
/linux-4.4.14/include/soc/tegra/ |
D | mc.h | 55 const struct tegra_mc_client *clients; member 90 const struct tegra_mc_client *clients; member
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | pnfs-block-server.txt | 6 to the clients to directly access the underlying block devices that are 12 to the clients in addition to the MDS. As of now the file system needs to 14 volumes on the MDS and clients is not supported yet.
|
D | nfs.txt | 22 NFSv4 requires clients to identify themselves to servers with a unique 38 nfs.nfs4_unique_id stays the same, preventing collision with other clients 42 anything that is believed to be unique across all NFS clients. An 54 clients running in containers.
|
D | fault_injection.txt | 35 The NFS server keeps a list of clients that have placed a mount call. If
|
D | nfs41-server.txt | 154 CLAIM_DELEG_PREV_FH (which allows clients to keep delegations that
|
/linux-4.4.14/drivers/hsi/clients/ |
D | Kconfig | 2 # HSI clients configuration 5 comment "HSI clients"
|
/linux-4.4.14/drivers/pps/clients/ |
D | Kconfig | 2 # PPS clients configuration 7 comment "PPS clients support"
|
/linux-4.4.14/drivers/media/platform/soc_camera/ |
D | sh_mobile_csi2.c | 270 if ((pdata->clients[i].pdev && in sh_csi2_client_connect() 271 &pdata->clients[i].pdev->dev == icd->pdev) || in sh_csi2_client_connect() 273 strcmp(pdata->clients[i].name, dev_name(icd->control)))) in sh_csi2_client_connect() 281 priv->client = pdata->clients + i; in sh_csi2_client_connect()
|
/linux-4.4.14/arch/cris/arch-v32/mach-a3/ |
D | arbiter.c | 363 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-4.4.14/fs/nfsd/ |
D | Kconfig | 26 available to clients mounting the NFS server on this system. 52 This protocol extension allows applications on NFS clients to 58 NFSv3 ACL protocol extension allowing NFS clients to manipulate 60 clients which support the Solaris NFSv3 ACL protocol can then
|
/linux-4.4.14/drivers/hsi/ |
D | Makefile | 7 obj-y += clients/
|
D | Kconfig | 18 source "drivers/hsi/clients/Kconfig"
|
D | hsi.c | 326 void hsi_add_clients_from_dt(struct hsi_port *port, struct device_node *clients) in hsi_add_clients_from_dt() argument 333 for_each_available_child_of_node(clients, child) in hsi_add_clients_from_dt()
|
/linux-4.4.14/drivers/pps/ |
D | Makefile | 8 obj-y += clients/ generators/
|
D | Kconfig | 43 source drivers/pps/clients/Kconfig
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-fs/mach/ |
D | arbiter.h | 24 unsigned long clients, unsigned long accesses,
|
/linux-4.4.14/drivers/iommu/ |
D | exynos-iommu.c | 205 struct list_head clients; /* list of sysmmu_drvdata.domain_node */ member 696 INIT_LIST_HEAD(&domain->clients); in exynos_iommu_domain_alloc() 718 WARN_ON(!list_empty(&domain->clients)); in exynos_iommu_domain_free() 722 list_for_each_entry_safe(data, next, &domain->clients, domain_node) { in exynos_iommu_domain_free() 760 list_add_tail(&data->domain_node, &domain->clients); in exynos_iommu_attach_device() 790 list_for_each_entry_safe(data, next, &domain->clients, domain_node) { in exynos_iommu_detach_device() 853 list_for_each_entry(data, &domain->clients, domain_node) in alloc_lv2entry() 894 list_for_each_entry(data, &domain->clients, domain_node) in lv1set_section() 1006 list_for_each_entry(data, &domain->clients, domain_node) in exynos_iommu_tlb_invalidate_entry()
|
D | tegra-smmu.c | 335 const struct tegra_mc_client *client = &smmu->soc->clients[i]; in tegra_smmu_enable() 372 const struct tegra_mc_client *client = &smmu->soc->clients[i]; in tegra_smmu_disable() 818 const struct tegra_mc_client *client = &smmu->soc->clients[i]; in tegra_smmu_clients_show()
|
/linux-4.4.14/include/media/ |
D | sh_mobile_csi2.h | 44 struct sh_csi2_client_config *clients; member
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/ |
D | arbiter.h | 30 unsigned long clients, unsigned long accesses,
|
/linux-4.4.14/net/irda/ |
D | irlmp.c | 93 irlmp->clients = hashbin_new(HB_LOCK); in irlmp_init() 99 if ((irlmp->clients == NULL) || in irlmp_init() 138 hashbin_delete(irlmp->clients, (FREE_FUNC) kfree); in irlmp_cleanup() 1016 client = (irlmp_client_t *) hashbin_get_first(irlmp->clients); in irlmp_discovery_confirm() 1017 while (NULL != hashbin_find_next(irlmp->clients, (long) client, NULL, in irlmp_discovery_confirm() 1046 client = (irlmp_client_t *) hashbin_get_first(irlmp->clients); in irlmp_discovery_expiry() 1047 while (NULL != hashbin_find_next(irlmp->clients, (long) client, NULL, in irlmp_discovery_expiry() 1551 hashbin_insert(irlmp->clients, (irda_queue_t *) client, in irlmp_register_client() 1575 client = hashbin_lock_find(irlmp->clients, (long) handle, NULL); in irlmp_update_client() 1604 client = hashbin_lock_find(irlmp->clients, (long) handle, NULL); in irlmp_unregister_client() [all …]
|
/linux-4.4.14/Documentation/zh_CN/ |
D | email-clients.txt | 1 Chinese translated version of Documentation/email-clients.txt 11 Documentation/email-clients.txt 的中文翻译
|
/linux-4.4.14/drivers/memory/tegra/ |
D | mc.c | 93 const struct tegra_mc_la *la = &mc->soc->clients[i].la; in tegra_mc_setup_latency_allowance() 291 if (mc->soc->clients[i].id == id) { in tegra_mc_irq() 292 client = mc->soc->clients[i].name; in tegra_mc_irq()
|
D | tegra124.c | 1004 .clients = tegra124_mc_clients, 1014 .clients = tegra124_mc_clients, 1027 .clients = tegra124_mc_clients, 1038 .clients = tegra124_mc_clients,
|
D | tegra114.c | 916 .clients = tegra114_mc_clients, 927 .clients = tegra114_mc_clients,
|
D | tegra30.c | 938 .clients = tegra30_mc_clients, 949 .clients = tegra30_mc_clients,
|
D | tegra210.c | 1063 .clients = tegra210_mc_clients, 1074 .clients = tegra210_mc_clients,
|
/linux-4.4.14/drivers/staging/lustre/ |
D | README.txt | 10 can scale to thousands of clients, petabytes of storage and 14 Lustre has independent Metadata and Data servers that clients can access
|
D | sysfs-fs-lustre | 98 a case where clients timeout due to server-reported processing 124 This is a way for the servers to ask the clients not to time 189 compute cluster-local or remote. Remote clients have 504 if you have too many clients like this.
|
/linux-4.4.14/include/linux/hsi/ |
D | hsi.h | 306 struct device_node *clients); 309 struct device_node *clients) in hsi_add_clients_from_dt() argument
|
/linux-4.4.14/Documentation/ABI/removed/ |
D | raw1394 | 8 of abstraction that required userspace clients to duplicate much
|
/linux-4.4.14/Documentation/devicetree/bindings/spi/ |
D | spi-gpio.txt | 29 /* clients */
|
/linux-4.4.14/include/linux/ |
D | agpgart.h | 105 struct agp_client *clients; member
|
D | host1x.h | 287 struct list_head clients; member
|
D | i2c.h | 197 struct list_head clients; member
|
/linux-4.4.14/arch/um/drivers/ |
D | mconsole_kern.c | 553 static LIST_HEAD(clients); 562 if (list_empty(&clients)) in console_write() 571 list_for_each(ele, &clients) { in console_write() 601 list_add(&entry.list, &clients); in with_console()
|
/linux-4.4.14/sound/core/seq/ |
D | seq_queue.c | 520 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()
|
D | seq_queue.h | 56 unsigned int clients; /* users of this queue */ member
|
D | seq_clientmgr.c | 1138 info.clients = SNDRV_SEQ_MAX_CLIENTS; in snd_seq_ioctl_system_info()
|
/linux-4.4.14/arch/cris/arch-v32/mach-fs/ |
D | arbiter.c | 264 unsigned long clients, unsigned long accesses, in crisv32_arbiter_watch() argument 296 clients); in crisv32_arbiter_watch()
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/ti/ |
D | keystone-navigator-dma.txt | 6 the actual data movements across clients using destination queues. Every 53 - ti,enable-all: Enable all DMA channels vs clients opening specific channels
|
/linux-4.4.14/fs/ceph/ |
D | Kconfig | 25 caching support for Ceph clients using FS-Cache
|
/linux-4.4.14/sound/ppc/ |
D | keywest.c | 85 &to_i2c_driver(keywest_ctx->client->dev.driver)->clients); in keywest_attach_adapter()
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,tegra30-actmon.txt | 6 from the monitored clients.
|
/linux-4.4.14/Documentation/ |
D | email-clients.txt | 1 Email clients info for Linux 7 email clients. The man page for this is quite good. On the receiving 24 Email clients that are used for Linux kernel patches should send the 34 Email clients should not modify the character set encoding of the text. 39 Email clients should generate and maintain References: or In-Reply-To:
|
D | ntb.txt | 16 clients interested in NTB features to discover NTB the devices supported by 102 registering, clients probe and remove functions will be called.
|
D | vgaarbiter.txt | 15 when these devices are trying to be accessed by different userspace clients 44 The kernel exports a char device interface (/dev/vga_arbiter) to the clients,
|
D | Changes | 265 would take information about active clients from /var/lib/nfs/rmtab. 276 currently active clients.
|
D | 00-INDEX | 180 email-clients.txt
|
D | SubmittingPatches | 356 See Documentation/email-clients.txt for hints about configuring 730 unmanageable forest of references in email clients. If a link is
|
D | kernel-parameters.txt | 2302 ification string that NFSv4 clients can insert into 2338 clients using auth_sys, and will accept numeric uids 2339 and gids from such clients. This is intended to ease
|
/linux-4.4.14/Documentation/devicetree/bindings/iio/adc/ |
D | qcom,spmi-iadc.txt | 3 QPNP PMIC current ADC (IADC) provides interface to clients to read current.
|
D | qcom,spmi-vadc.txt | 3 SPMI PMIC voltage ADC (VADC) provides interface to clients to read
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | msi.txt | 54 MSI clients 57 MSI clients are devices which generate MSIs. For each MSI they wish to
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_drm.c | 400 INIT_LIST_HEAD(&drm->clients); in nouveau_drm_load() 570 list_for_each_entry(cli, &drm->clients, head) { in nouveau_do_suspend() 584 list_for_each_entry_continue_reverse(cli, &drm->clients, head) { in nouveau_do_suspend() 612 list_for_each_entry(cli, &drm->clients, head) { in nouveau_do_resume() 823 list_add(&cli->head, &drm->clients); in nouveau_drm_open()
|
D | nouveau_drm.h | 113 struct list_head clients; member
|
/linux-4.4.14/Documentation/devicetree/bindings/hsi/ |
D | client-devices.txt | 3 following properties are standardized for HSI clients:
|
/linux-4.4.14/fs/9p/ |
D | Kconfig | 18 caching support for 9p clients using FS-Cache
|
/linux-4.4.14/drivers/staging/android/ion/ |
D | ion.c | 61 struct rb_root clients; member 783 client->display_serial = ion_get_client_serial(&dev->clients, name); in ion_client_create() 790 p = &dev->clients.rb_node; in ion_client_create() 801 rb_insert_color(&client->node, &dev->clients); in ion_client_create() 846 rb_erase(&client->node, &dev->clients); in ion_client_destroy() 1408 for (n = rb_first(&dev->clients); n; n = rb_next(n)) { in ion_debug_heap_show() 1609 idev->clients = RB_ROOT; in ion_device_create()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | configfs-stp-policy | 30 Policy node is a string identifier that software clients will
|
D | sysfs-bus-rpmsg | 70 creation of the channel (this way remote clients know they
|
D | sysfs-class-net-mesh | 76 is used to classify clients as "isolated" by the
|
/linux-4.4.14/fs/ncpfs/ |
D | Kconfig | 9 used by Novell NetWare clients to talk to file servers. It is to 17 file *server* for Novell NetWare clients.
|
/linux-4.4.14/net/ax25/ |
D | Kconfig | 57 from clients (called "slaves") and redistributes it to other slaves. 72 from clients (called "slaves") and redistributes it to other slaves.
|
/linux-4.4.14/include/net/irda/ |
D | irlmp.h | 184 hashbin_t *clients; member
|
/linux-4.4.14/Documentation/video4linux/ |
D | README.ir | 61 clients.
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_init_ops.h | 638 struct ilt_client_info *ilt_cli = &ilt->clients[cli_num]; in bnx2x_ilt_client_mem_op() 791 struct ilt_client_info *ilt_cli = &ilt->clients[cli_num]; in bnx2x_ilt_client_id_init_op() 815 struct ilt_client_info *ilt_cli = &ilt->clients[cli_num]; in bnx2x_ilt_init_client_psz()
|
D | bnx2x_init.h | 522 struct ilt_client_info clients[4]; member
|
D | bnx2x_main.c | 7963 cdu_ilt_start = ilt->clients[ILT_CLIENT_CDU].start; in bnx2x_init_hw_func() 7972 cdu_ilt_start = ilt->clients[ILT_CLIENT_CDU].start; in bnx2x_init_hw_func() 8597 ilt_client = &ilt->clients[ILT_CLIENT_CDU]; in bnx2x_ilt_set_info() 8617 ilt_client = &ilt->clients[ILT_CLIENT_QM]; in bnx2x_ilt_set_info() 8640 ilt_client = &ilt->clients[ILT_CLIENT_SRC]; in bnx2x_ilt_set_info() 8657 ilt_client = &ilt->clients[ILT_CLIENT_TM]; in bnx2x_ilt_set_info()
|
/linux-4.4.14/Documentation/filesystems/ |
D | relay.txt | 11 clients write into the channel buffers using efficient write 20 hooks which allow kernel clients to impose some structure on the 146 clients to create or use channels - it only needs to be 154 Here's a summary of the API the relay interface provides to in-kernel clients: 292 The private_data passed into relay_open() allows clients to associate 418 Kernel clients write data into the current cpu's channel buffer using
|
D | ceph.txt | 22 on symmetric access by all clients to shared block devices, Ceph
|
D | xfs.txt | 223 where failover must not result in clients seeing
|
D | vfs.txt | 1047 dentry (optional). This allows autofs, for example, to hold up clients
|
D | coda.txt | 722 clients enforce the security of the system. The result of this call
|
/linux-4.4.14/drivers/mailbox/ |
D | Kconfig | 56 PCC clients mentioned above.
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | Procfile.txt | 190 seq/clients 191 Shows the list of currently available sequencer clients and
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | drm.h | 47 struct list_head clients; member
|
D | drm.c | 146 INIT_LIST_HEAD(&tegra->clients); in tegra_drm_load() 539 list_for_each_entry(client, &tegra->clients, list) in tegra_open_channel() 968 list_add_tail(&client->list, &tegra->clients); in tegra_drm_register_client()
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | AUTHORS | 14 for proving years ago that very good smb/cifs clients could be done on Unix-like
|
D | TODO | 38 in the Extended Attribute format their SFU clients would recognize.
|
D | README | 69 Linux clients is useful in mapping Uids and Gids consistently across the 141 are also useful (on the Samba server) when the majority of clients are Unix or 182 that is ignored by local server applications and non-cifs clients and that will 185 later, but only for remote clients using the CIFS Unix extensions, and will 186 be invisbile to Windows clients and typically will not affect local 270 specified unless the server and clients uid and gid
|
D | CHANGES | 625 Fix caching problem when files opened by multiple clients in which 979 clients. basic posix file i/o tests now work on big endian machines, not just le
|
/linux-4.4.14/Documentation/scsi/ |
D | bnx2fc.txt | 72 based DCBX/LLDP clients (e.g. lldpad) must be disabled. To disable lldpad on a
|
D | osd.txt | 20 as its back-end data storage. Other clients are the other osd parts listed below.
|
/linux-4.4.14/Documentation/dmaengine/ |
D | client.txt | 52 is in struct dma_slave_config. This allows the clients to specify 78 interleaved_dma - This is common to Slave as well as M2M clients. For slave
|
/linux-4.4.14/Documentation/fb/ |
D | udlfb.txt | 49 interface to allow mmap clients to report damage, for the benefit 113 Can be disabled if fbcon and other clients
|
/linux-4.4.14/include/uapi/sound/ |
D | asequencer.h | 313 int clients; /* maximum clients count */ member
|
D | asound.h | 696 unsigned int clients; /* active timer clients */ member
|
/linux-4.4.14/drivers/media/common/siano/ |
D | smscoreapi.c | 605 while (!list_empty(&coredev->clients)) { in smscore_notify_clients() 606 client = (struct smscore_client_t *) coredev->clients.next; in smscore_notify_clients() 674 INIT_LIST_HEAD(&dev->clients); in smscore_register_device() 1457 first = &coredev->clients; in smscore_find_client() 1742 list_add_locked(&newclient->entry, &coredev->clients, in smscore_register_client()
|
D | smscoreapi.h | 165 struct list_head clients; member
|
/linux-4.4.14/Documentation/i2c/ |
D | i2c-protocol | 72 probably confuse all other clients on your bus, so don't try this.
|
D | slave-interface | 33 I2C slave backends behave like standard I2C clients. So, you can instantiate
|
D | writing-clients | 23 all clients from it. Remember, a driver structure contains general access
|
/linux-4.4.14/Documentation/mic/ |
D | scif_overview.txt | 29 kernel mode clients which are functionally equivalent.
|
/linux-4.4.14/Documentation/pps/ |
D | pps.txt | 128 Please see the file drivers/pps/clients/pps-ktimer.c for example code. 198 computers (master) and PPS clients on others (slaves), and use very simple
|
/linux-4.4.14/include/linux/mfd/ |
D | tps80031.h | 513 struct i2c_client *clients[TPS80031_NUM_SLAVES]; member
|
/linux-4.4.14/Documentation/filesystems/pohmelfs/ |
D | design_notes.txt | 58 POHMELFS clients operate with a working set of servers and are capable of balancing read-only
|
D | network_protocol.txt | 169 Command is only received by clients. It contains information about
|
/linux-4.4.14/Documentation/ja_JP/ |
D | SubmittingPatches | 249 のヒントについては Documentation/email-clients.txt を参照してください。
|
/linux-4.4.14/Documentation/power/regulator/ |
D | overview.txt | 150 regulator events to clients.
|
/linux-4.4.14/net/ |
D | Kconfig | 125 clients. Proxy-based firewalls don't need support by the kernel, but 297 with many clients some protection against DoS by a single (spoofed)
|
/linux-4.4.14/Documentation/networking/ |
D | operstates.txt | 34 backward compatibility, routing daemons, dhcp clients can use this
|
D | arcnet.txt | 246 oak.oakland.edu:/simtel/msdos/nfs has some nice DOS clients. There 277 Using the freeware Samba server and clients for Linux, you can now
|
D | l2tp.txt | 46 clients/servers and are used to setup / teardown tunnels and
|
D | ixgb.txt | 201 # set the MTU (max transmission unit) - it requires your switch and clients
|
D | ip-sysctl.txt | 186 option can harm clients of your server. 551 but your clients and relays, contacting you. While you see 1547 that ensures that clients don't synchronize with each
|
D | rxrpc.txt | 177 may handle calls from many clients.
|
D | bonding.txt | 682 clients. The updelay parameter (detailed below) must
|
/linux-4.4.14/fs/nfs/ |
D | Kconfig | 59 applications on NFS clients to manipulate POSIX Access Control
|
/linux-4.4.14/net/wireless/ |
D | Kconfig | 129 non P2P clients.
|
/linux-4.4.14/drivers/net/ppp/ |
D | Kconfig | 96 configuring PPTP clients and servers to utilize this method.
|
/linux-4.4.14/sound/drivers/ |
D | Kconfig | 105 sequencer clients.
|
/linux-4.4.14/drivers/usb/usbip/ |
D | usbip_protocol.txt | 5 USB devices and the clients imports them. The device driver for the exported
|
/linux-4.4.14/fs/cifs/ |
D | Kconfig | 105 user namespace prefix, but their names are seen by Linux cifs clients
|
/linux-4.4.14/Documentation/crypto/ |
D | async-tx-api.txt | 50 3/ dmaengine extensions to support multiple clients and operation types
|
/linux-4.4.14/Documentation/development-process/ |
D | 5.Posting | 239 Documentation/email-clients.txt has some helpful hints on making 240 specific mail clients work for sending patches.
|
/linux-4.4.14/drivers/i2c/ |
D | i2c-core.c | 1730 list_for_each_entry_safe(client, _n, &driver->clients, detected) { in i2c_do_del_adapter() 1889 INIT_LIST_HEAD(&driver->clients); in i2c_register_driver() 2435 list_add_tail(&client->detected, &driver->clients); in i2c_detect_address()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | omap3-pandora-common.dtsi | 472 /* no clients so we should disable clock */
|
/linux-4.4.14/arch/tile/ |
D | Kconfig | 416 allow it to run a kernel at PL1, but clients running at PL1
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | Kconfig | 280 clients in ftp connections directly, so FTP protocol helper is
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | head.S | 382 ;; Init DMA channel muxing (set to unused clients).
|
/linux-4.4.14/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 177 * Ensure that you have sufficient insulation between different clients. By
|
/linux-4.4.14/drivers/dma/ |
D | Kconfig | 536 # clients
|
/linux-4.4.14/Documentation/vm/ |
D | frontswap.txt | 99 how much of the RAM is available for each of the clients!
|
/linux-4.4.14/sound/soc/ |
D | soc-pcm.c | 2445 struct list_head *clients = in soc_dpcm_be_digital_mute() local 2448 list_for_each_entry(dpcm, clients, list_be) { in soc_dpcm_be_digital_mute()
|
/linux-4.4.14/drivers/char/ipmi/ |
D | ipmi_ssif.c | 186 struct list_head clients; member
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_pm.c | 4530 while (!list_empty(&dev_priv->rps.clients)) in gen6_rps_idle() 4531 list_del_init(dev_priv->rps.clients.next); in gen6_rps_idle() 4563 list_add(&rps->link, &dev_priv->rps.clients); in gen6_rps_boost() 7337 INIT_LIST_HEAD(&dev_priv->rps.clients); in intel_pm_setup()
|
D | i915_drv.h | 1152 struct list_head clients; member
|
/linux-4.4.14/net/ipv4/ |
D | Kconfig | 284 SYN cookies may prevent correct error reporting on clients when the
|
/linux-4.4.14/sound/core/ |
D | timer.c | 1507 ginfo->clients++; in snd_timer_user_ginfo()
|
/linux-4.4.14/Documentation/DocBook/ |
D | device-drivers.xml.db | 1133 API-hsi-port-unregister-clients
|
/linux-4.4.14/drivers/video/fbdev/ |
D | Kconfig | 2115 Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and 2131 Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and
|
/linux-4.4.14/Documentation/gpio/ |
D | gpio-legacy.txt | 71 in this document, but drivers acting as clients to the GPIO interface must
|
/linux-4.4.14/net/netfilter/ |
D | Kconfig | 642 if you need to work around old applications such as dhcp clients,
|