Home
last modified time | relevance | path

Searched full:clients (Results 1 – 25 of 708) sorted by relevance

12345678910>>...29

/Linux-v5.15/include/dt-bindings/memory/
Dtegra194-mc.h4 /* special clients */
8 /* host1x clients */
25 /* GPU clients */
28 /* other SoC clients */
45 /* GPC DMA clients */
55 /* APE DMA clients */
65 /* APE DMA clients */
147 /* MSS internal memqual MIU7 read clients */
149 /* MSS internal memqual MIU7 write clients */
151 /* High-definition audio (HDA) read clients */
[all …]
Dtegra186-mc.h4 /* special clients */
8 /* host1x clients */
25 /* GPU clients */
28 /* other SoC clients */
45 /* GPC DMA clients */
55 /* APE DMA clients */
65 /* APE DMA clients */
/Linux-v5.15/fs/nfsd/
DKconfig28 available to clients mounting the NFS server on this system.
54 This protocol extension allows applications on NFS clients to
60 NFSv3 ACL protocol extension allowing NFS clients to manipulate
62 clients which support the Solaris NFSv3 ACL protocol can then
102 clients to directly perform I/O to block devices accessible to both
103 the server and the clients. See RFC 5663 for more details.
116 clients to directly perform I/O to SCSI devices accessible to both
117 the server and the clients. See draft-ietf-nfsv4-scsi-layout for
129 enables NFS clients to directly perform I/O to NFSv3 devices
130 accessible to both the server and the clients. See
/Linux-v5.15/drivers/hsi/
Dhsi_boardinfo.c3 * HSI clients registration interface
22 * hsi_register_board_info - Register HSI clients information
23 * @info: Array of HSI clients on the board
26 * HSI clients are statically declared and registered on board files.
28 * HSI clients will be automatically registered to the HSI bus once the
29 * controller and the port where the clients wishes to attach are registered
/Linux-v5.15/drivers/net/ethernet/qlogic/qed/
Dqed_cxt.c284 struct qed_ilt_client_cfg *p_cli = &p_mngr->clients[ilt_client]; in qed_cxt_get_ilt_page_size()
319 u32 page_sz = p_mgr->clients[ILT_CLI_CDUC].p_size.val; in qed_cxt_set_proto_cid_count()
416 p_cli = &p_hwfn->p_cxt_mngr->clients[ILT_CLI_CDUC]; in qed_ilt_get_dynamic_line_cnt()
444 struct qed_ilt_client_cfg *clients = p_hwfn->p_cxt_mngr->clients; in qed_cxt_ilt_blk_reset() local
449 clients[cli_idx].pf_blks[blk_idx].total_size = 0; in qed_cxt_ilt_blk_reset()
452 clients[cli_idx].vf_blks[blk_idx].total_size = 0; in qed_cxt_ilt_blk_reset()
485 p_cli = qed_cxt_set_cli(&p_mngr->clients[ILT_CLI_CDUC]); in qed_cxt_cfg_ilt_compute()
492 /* get the counters for the CDUC and QM clients */ in qed_cxt_cfg_ilt_compute()
523 p_cli = qed_cxt_set_cli(&p_mngr->clients[ILT_CLI_CDUT]); in qed_cxt_cfg_ilt_compute()
631 p_cli = qed_cxt_set_cli(&p_mngr->clients[ILT_CLI_QM]); in qed_cxt_cfg_ilt_compute()
[all …]
/Linux-v5.15/drivers/gpu/vga/
Dvga_switcheroo.c70 * clients. The mux is called the handler. Muxless machines also register a
76 * there can thus be up to three clients: Two vga clients (GPUs) and one audio
110 * For audio clients, the @fb_info and @active members are bogus. For GPU
111 * clients, the @vga_dev is bogus.
138 * (counting only vga clients, not audio clients)
139 * @clients: list of registered clients
157 struct list_head clients; member
175 .clients = LIST_HEAD_INIT(vgasr_priv.clients),
181 /* we're ready if we get two clients + handler */ in vga_switcheroo_ready()
195 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_enable()
[all …]
/Linux-v5.15/drivers/platform/x86/
Di2c-multi-instantiate.c4 * i2c-clients from a single fwnode.
32 struct i2c_client *clients[]; member
53 /* Count number of clients to instantiate */ in i2c_multi_inst_probe()
58 multi = devm_kmalloc(dev, struct_size(multi, clients, ret), GFP_KERNEL); in i2c_multi_inst_probe()
93 multi->clients[i] = i2c_acpi_new_device(dev, i, &board_info); in i2c_multi_inst_probe()
94 if (IS_ERR(multi->clients[i])) { in i2c_multi_inst_probe()
95 ret = dev_err_probe(dev, PTR_ERR(multi->clients[i]), in i2c_multi_inst_probe()
111 i2c_unregister_device(multi->clients[i]); in i2c_multi_inst_probe()
122 i2c_unregister_device(multi->clients[i]); in i2c_multi_inst_remove()
/Linux-v5.15/drivers/gpu/host1x/
Dbus.c18 static LIST_HEAD(clients);
122 list_move_tail(&client->list, &device->clients); in host1x_subdev_register()
156 * it from list of clients. in __host1x_subdev_unregister()
187 * its &host1x_driver.probe implementation to initialize each of its clients.
199 list_for_each_entry(client, &device->clients, list) { in host1x_device_init()
210 list_for_each_entry(client, &device->clients, list) { in host1x_device_init()
227 list_for_each_entry_continue_reverse(client, &device->clients, list) in host1x_device_init()
232 client = list_entry(&device->clients, struct host1x_client, list); in host1x_device_init()
235 list_for_each_entry_continue_reverse(client, &device->clients, list) in host1x_device_init()
249 * function to tear down each of its clients. Typically this is done after a
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/arm/msm/
Dqcom,llcc.yaml15 that can be shared by multiple clients. Clients here are different cores in the
16 SoC, the idea is to minimize the local caches at the clients and migrate to
18 which are assigned to clients. Clients can query the slice details, activate
/Linux-v5.15/include/linux/
Dvga_switcheroo.h41 * DDC lines separately. This signals to clients that they should call
44 * the AUX channel separately. This signals to clients that the active
77 * @VGA_SWITCHEROO_UNKNOWN_ID: initial identifier assigned to vga clients.
84 * Client identifier. Audio clients use the same identifier & 0x100.
97 * two vga clients have registered. It allows the handler to perform
99 * vga clients. Currently only the radeon and amdgpu drivers use this.
140 * set to NULL. For audio clients, the @reprobe member is bogus.
141 * OTOH, @gpu_bound is only for audio clients, and not used for GPU clients.
Dpci-p2pdma.h22 int pci_p2pdma_distance_many(struct pci_dev *provider, struct device **clients,
25 struct pci_dev *pci_p2pmem_find_many(struct device **clients, int num_clients);
48 struct device **clients, int num_clients, bool verbose) in pci_p2pdma_distance_many() argument
56 static inline struct pci_dev *pci_p2pmem_find_many(struct device **clients, in pci_p2pmem_find_many() argument
/Linux-v5.15/drivers/char/agp/
Dfrontend.c338 client = controller->clients; in agp_remove_all_clients()
404 struct agp_client *clients; in agp_controller_make_current() local
406 clients = controller->clients; in agp_controller_make_current()
408 while (clients != NULL) { in agp_controller_make_current()
411 priv = agp_find_private(clients->pid); in agp_controller_make_current()
417 clients = clients->next; in agp_controller_make_current()
426 struct agp_client *clients; in agp_controller_release_current() local
429 clients = controller->clients; in agp_controller_release_current()
431 while (clients != NULL) { in agp_controller_release_current()
434 priv = agp_find_private(clients->pid); in agp_controller_release_current()
[all …]
/Linux-v5.15/Documentation/gpu/
Dtegra.rst7 buffer provided directly by the CPU, to its clients via channels. Software,
30 The various host1x clients need to be bound together into a logical device in
35 tree for matching device nodes, adding the required clients to a list. Drivers
36 for individual clients register with the infrastructure as well and are added
39 Once all clients are available, the infrastructure will initialize the logical
41 the subsystem and in turn initialize each of its clients.
43 Similarly, when one of the clients is unregistered, the infrastructure will
45 the subsystem specific bits are torn down and the clients destroyed in turn.
Ddrm-uapi.rst137 clients no longer require running compositors or graphics servers to
138 make use of a GPU. But the DRM API required unprivileged clients to
140 step and to grant clients GPU access without authenticating, render
141 nodes were introduced. Render nodes solely serve render clients, that
146 clients together with the legacy drmAuth authentication procedure.
152 nodes are designed to avoid the buffer-leaks, which occur if clients
156 clients can use them. Driver authors must be careful not to allow any
161 authenticates clients on the privileged primary/legacy node is no longer
163 granted GPU access. Communication between clients (or servers) is done
165 clients must not use the insecure FLINK interface.
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/display/tegra/
Dnvidia,tegra20-host1x.txt44 - interconnects: Must contain entry for the MPE memory clients.
47 available memory clients, see MEMORY CONTROLLER section.
127 - interconnects: Must contain entry for the VI memory clients.
130 available memory clients, see MEMORY CONTROLLER section.
146 - interconnects: Must contain entry for the EPP memory clients.
149 available memory clients, see MEMORY CONTROLLER section.
165 - interconnects: Must contain entry for the ISP memory clients.
168 available memory clients, see MEMORY CONTROLLER section.
184 - interconnects: Must contain entry for the GR2D memory clients.
187 available memory clients, see MEMORY CONTROLLER section.
[all …]
/Linux-v5.15/include/net/
Dbond_alb.h33 #define TLB_HASH_TABLE_SIZE 256 /* The size of the clients hash table.
80 * connection. This is the Clients Hash Table entry struct.
86 * all the clients without walking over all the unused elements of the table.
116 u32 head; /* Index to the head of the bi-directional clients
121 u32 load; /* Each slave sums the loadHistory of all clients
136 * to all rx clients
/Linux-v5.15/Documentation/virt/acrn/
Dio-request.rst23 2. I/O clients
27 GPA falls in a certain range. Multiple I/O clients can be associated with each
30 any other clients. The ACRN userspace acts as the default client for each User
34 I/O requests and I/O clients.
54 || | | | I/O clients | | | |
93 registered clients based on the address of the I/O accesses, updates
/Linux-v5.15/Documentation/admin-guide/nfs/
Dpnfs-scsi-server.rst9 also hands out layouts to the clients so that they can directly access the
14 file system must sit on a SCSI LUN that is accessible to the clients in
16 exported LUN, striping or concatenation of LUNs on the MDS and clients
Dpnfs-block-server.rst8 to the clients to directly access the underlying block devices that are
14 to the clients in addition to the MDS. As of now the file system needs to
16 volumes on the MDS and clients is not supported yet.
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dmigrate_reuseport.c52 __s64 clients[NR_CLIENTS]; member
284 test_case->clients[i] = socket(test_case->family, SOCK_STREAM, in start_clients()
286 if (!ASSERT_NEQ(test_case->clients[i], -1, "socket")) in start_clients()
290 * clients will transition to TCP_ESTABLISHED immediately. in start_clients()
292 err = settimeo(test_case->clients[i], 100); in start_clients()
299 err = setsockopt(test_case->clients[i], IPPROTO_TCP, in start_clients()
307 err = connect(test_case->clients[i], in start_clients()
313 err = write(test_case->clients[i], buf, MSGLEN); in start_clients()
468 init_fds(test_case->clients, NR_CLIENTS); in run_test()
528 close_fds(test_case->clients, NR_CLIENTS); in run_test()
/Linux-v5.15/include/linux/hsi/
Dhsi.h58 * struct hsi_channel - channel resource used by the hsi clients
210 * @shared: Set when port can be shared by different clients
211 * @claimed: Reference count of clients which claimed the port
219 * @n_head: Notifier chain for signaling port events to the clients.
290 struct device_node *clients);
293 struct device_node *clients) in hsi_add_clients_from_dt() argument
317 * API for HSI clients
349 * When sharing ports, clients should either relay on a single
/Linux-v5.15/include/soc/qcom/
Docmem.h3 * The On Chip Memory (OCMEM) allocator allows various clients to allocate
19 /* GMEM clients */
23 * deal with multiple clients.
/Linux-v5.15/drivers/memory/tegra/
Dtegra20.c377 * ISO clients need to reserve extra bandwidth up-front because in tegra20_mc_icc_aggreate()
409 /* these clients are isochronous by default */ in tegra20_mc_of_icc_xlate_extended()
420 if (mc->soc->clients[i].id == idx) in tegra20_mc_of_icc_xlate_extended()
518 client0 = &mc->soc->clients[i]; in tegra20_mc_collect_stats()
519 client1 = &mc->soc->clients[i + 1]; in tegra20_mc_collect_stats()
532 /* collect more info from active clients */ in tegra20_mc_collect_stats()
538 client0 = &mc->soc->clients[i]; in tegra20_mc_collect_stats()
546 client1 = &mc->soc->clients[i]; in tegra20_mc_collect_stats()
631 seq_printf(s, "%-14s ", mc->soc->clients[i].name); in tegra20_mc_stats_show()
775 client = mc->soc->clients[id].name; in tegra20_mc_handle_irq()
[all …]
/Linux-v5.15/drivers/misc/mei/
Dbus-fixup.c44 * We support only clients:
46 * 2. and fixed clients (max_number_of_connections == 0)
48 * @cldev: me clients device
59 * @cldev: me clients device
69 * @cldev: me clients device
248 * @cldev: me clients device
473 * vt_support - enable on bus clients with vtag support
475 * @cldev: me clients device
/Linux-v5.15/include/drm/
Ddrm_client.h45 * returns zero gets the privilege to restore and no more clients are
49 * drm_open(). Clients need to ensure this themselves, for example by
85 * List of all clients of a DRM device, linked into
185 * This iterates the connectors that are useable for internal clients (excludes

12345678910>>...29