Home
last modified time | relevance | path

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

123456789

/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()
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()
656 p_cli = qed_cxt_set_cli(&p_mngr->clients[ILT_CLI_SRC]); in qed_cxt_cfg_ilt_compute()
[all …]
/kernel/linux/linux-5.10/drivers/platform/x86/
Di2c-multi-instantiate.c31 struct i2c_client *clients[]; member
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/drivers/gpu/vga/
Dvga_switcheroo.c157 struct list_head clients; member
175 .clients = LIST_HEAD_INIT(vgasr_priv.clients),
195 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_enable()
207 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_enable()
313 list_add_tail(&client->list, &vgasr_priv.clients); in register_client()
482 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_get_client_state()
503 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_unregister_client()
533 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_client_fb_set()
652 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_show()
701 client = find_client_from_id(&vgasr_priv.clients, id | ID_BIT_AUDIO); in set_audio_state()
[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/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/include/linux/
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()
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()
240 list_for_each_entry_reverse(client, &device->clients, list) { in host1x_device_exit()
384 list_add_tail(&client->list, &clients); in __host1x_device_del()
398 list_for_each_entry_safe(client, cl, &device->clients, list) in __host1x_device_del()
399 list_move_tail(&client->list, &clients); in __host1x_device_del()
434 INIT_LIST_HEAD(&device->clients); in host1x_device_add()
460 list_for_each_entry_safe(client, tmp, &clients, list) { in host1x_device_add()
[all …]
/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.
Dnfs-client.rst25 NFSv4 requires clients to identify themselves to servers with a unique
41 nfs.nfs4_unique_id stays the same, preventing collision with other clients
45 anything that is believed to be unique across all NFS clients. An
57 clients running in containers.
/kernel/linux/linux-5.10/drivers/mfd/
Dtps80031.c438 tps80031->clients[i] = client; in tps80031_probe()
440 tps80031->clients[i] = devm_i2c_new_dummy_device(&client->dev, in tps80031_probe()
442 if (IS_ERR(tps80031->clients[i])) { in tps80031_probe()
444 return PTR_ERR(tps80031->clients[i]); in tps80031_probe()
447 i2c_set_clientdata(tps80031->clients[i], tps80031); in tps80031_probe()
448 tps80031->regmap[i] = devm_regmap_init_i2c(tps80031->clients[i], in tps80031_probe()
/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/drivers/pci/
Dp2pdma.c576 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()
658 struct pci_dev *pci_p2pmem_find_many(struct device **clients, int num_clients) in pci_p2pmem_find_many() argument
676 distance = pci_p2pdma_distance_many(pdev, clients, in pci_p2pmem_find_many()
/kernel/linux/linux-5.10/drivers/hsi/clients/
DKconfig3 # HSI clients configuration
6 comment "HSI clients"
/kernel/linux/linux-5.10/Documentation/ABI/stable/
Dsysfs-bus-mhi10 Users: Any userspace application or clients interested in device info.
21 Users: Any userspace application or clients interested in device info.
/kernel/liteos_a/testsuites/unittest/net/socket/smoke/
Dnet_socket_test_011.cpp217 pthread_t clients[CLIENT_NUM]; in UdpSelectTest() local
219 ret = StartClients(clients, CLIENT_NUM); in UdpSelectTest()
250 ret = pthread_join(clients[i], NULL); in UdpSelectTest()
Dnet_socket_test_009.cpp237 pthread_t clients[CLIENT_NUM]; in PollTest() local
239 ret = StartClients(clients, CLIENT_NUM); in PollTest()
266 ret = pthread_join(clients[i], NULL); in PollTest()
Dnet_socket_test_008.cpp237 pthread_t clients[CLIENT_NUM]; in SelectTest() local
239 ret = StartClients(clients, CLIENT_NUM); in SelectTest()
270 ret = pthread_join(clients[i], NULL); in SelectTest()
/kernel/linux/linux-5.10/drivers/pps/clients/
DKconfig3 # PPS clients configuration
6 comment "PPS clients support"
/kernel/linux/linux-5.10/include/soc/tegra/
Dmc.h60 const struct tegra_mc_client *clients; member
145 const struct tegra_mc_client *clients; member
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/
Datmel-xdma.txt27 * DMA clients
28 DMA clients connected to the Atmel XDMA controller must use the format
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_cfg.c27 .clients = {
111 .clients = {
194 .clients = {
289 .clients = {
356 .clients = {
431 .clients = {
640 .clients = {
/kernel/linux/linux-5.10/drivers/hsi/
DMakefile9 obj-y += clients/
/kernel/linux/linux-5.10/drivers/pps/
DMakefile9 obj-y += clients/ generators/

123456789