Home
last modified time | relevance | path

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

12345678910>>...29

/kernel/linux/linux-5.10/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 */
/kernel/linux/linux-5.10/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
101 clients to directly perform I/O to block devices accesible to both
102 the server and the clients. See RFC 5663 for more details.
115 clients to directly perform I/O to SCSI devices accesible to both
116 the server and the clients. See draft-ietf-nfsv4-scsi-layout for
128 enables NFS clients to directly perform I/O to NFSv3 devices
129 accesible to both the server and the clients. See
/kernel/linux/linux-5.10/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
Dhsi_core.c312 void hsi_add_clients_from_dt(struct hsi_port *port, struct device_node *clients) in hsi_add_clients_from_dt() argument
319 for_each_available_child_of_node(clients, child) in hsi_add_clients_from_dt()
395 /* Populate HSI bus with HSI clients */ in hsi_register_controller()
567 * HSI controllers relay on pre-allocated buffers from their clients and they
659 * Clients should register a callback to be able to receive
686 * Clients should call this function before releasing their associated
707 * hsi_event - Notifies clients about port events
711 * Clients should not be concerned about wake line behavior. However, due
712 * to a race condition in HSI HW protocol, clients need to be notified
732 * Clients can call this function to get the hsi channel ids similar to
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/drivers/platform/x86/
Di2c-multi-instantiate.c4 * i2c-clients from a single fwnode.
31 struct i2c_client *clients[]; member
79 /* Count number of clients to instantiate */ in i2c_multi_inst_probe()
84 multi = devm_kmalloc(dev, struct_size(multi, clients, ret), GFP_KERNEL); in i2c_multi_inst_probe()
119 multi->clients[i] = i2c_acpi_new_device(dev, i, &board_info); in i2c_multi_inst_probe()
120 if (IS_ERR(multi->clients[i])) { in i2c_multi_inst_probe()
121 ret = PTR_ERR(multi->clients[i]); in i2c_multi_inst_probe()
138 i2c_unregister_device(multi->clients[i]); in i2c_multi_inst_probe()
149 i2c_unregister_device(multi->clients[i]); in i2c_multi_inst_remove()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/drivers/gpu/host1x/
Dbus.c18 static LIST_HEAD(clients);
121 list_move_tail(&client->list, &device->clients); in host1x_subdev_register()
155 * it from list of clients. in __host1x_subdev_unregister()
186 * its &host1x_driver.probe implementation to initialize each of its clients.
198 list_for_each_entry(client, &device->clients, list) { in host1x_device_init()
215 list_for_each_entry_continue_reverse(client, &device->clients, list) in host1x_device_init()
229 * function to tear down each of its clients. Typically this is done after a
240 list_for_each_entry_reverse(client, &device->clients, list) { in host1x_device_exit()
372 * list of idle clients. in __host1x_device_del()
382 /* add the client to the list of idle clients */ in __host1x_device_del()
[all …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/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.rst128 clients no longer require running compositors or graphics servers to
129 make use of a GPU. But the DRM API required unprivileged clients to
131 step and to grant clients GPU access without authenticating, render
132 nodes were introduced. Render nodes solely serve render clients, that
137 clients together with the legacy drmAuth authentication procedure.
143 nodes are designed to avoid the buffer-leaks, which occur if clients
147 clients can use them. Driver authors must be careful not to allow any
152 authenticates clients on the privileged primary/legacy node is no longer
154 granted GPU access. Communication between clients (or servers) is done
156 clients must not use the insecure FLINK interface.
[all …]
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/include/soc/qcom/
Docmem.h3 * The On Chip Memory (OCMEM) allocator allows various clients to allocate
19 /* GMEM clients */
23 * deal with multiple clients.
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/drivers/pci/
Dp2pdma.c561 * a p2pdma provider and the clients in use.
563 * @clients: array of devices to check (NULL-terminated)
564 * @num_clients: number of clients in the array
567 * Returns -1 if any of the clients are not compatible, otherwise returns a
572 * "compatible" means the provider and the clients are either all behind
576 int pci_p2pdma_distance_many(struct pci_dev *provider, struct device **clients, in pci_p2pdma_distance_many() argument
590 if (clients[i]->dma_ops == &dma_virt_ops) { in pci_p2pdma_distance_many()
592 dev_warn(clients[i], in pci_p2pdma_distance_many()
598 pci_client = find_parent_pci_dev(clients[i]); in pci_p2pdma_distance_many()
601 dev_warn(clients[i], in pci_p2pdma_distance_many()
[all …]
/kernel/linux/linux-5.10/include/drm/
Ddrm_client.h44 * returns zero gets the privilege to restore and no more clients are
48 * drm_open(). Clients need to ensure this themselves, for example by
84 * List of all clients of a DRM device, linked into
184 * This iterates the connectors that are useable for internal clients (excludes
/kernel/linux/linux-5.10/drivers/misc/mei/
Dbus-fixup.c41 * We support only clients:
43 * 2. and fixed clients (max_number_of_connections == 0)
45 * @cldev: me clients device
56 * @cldev: me clients device
66 * @cldev: me clients device
245 * @cldev: me clients device
467 * vt_support - enable on bus clients with vtag support
469 * @cldev: me clients device
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_smp.h18 * SMP blocks are shared between all the clients, where each plane in
20 * pipe VIG0 => 3 clients: VIG0_Y, VIG0_CB, VIG0_CR.
43 * released clients, since at that point old pipes are no longer
/kernel/linux/linux-5.10/sound/core/seq/
Dseq_queue.h40 /* clients which uses this queue (bitmap) */
42 unsigned int clients; /* users of this queue */ member
68 /* enqueue a event received from one the clients */

12345678910>>...29