| /linux/include/dt-bindings/memory/ |
| H A D | tegra194-mc.h | 4 /* 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 …]
|
| H A D | tegra234-mc.h | 7 /* special clients */ 180 /* MSS internal memqual MIU7 read clients */ 182 /* MSS internal memqual MIU7 write clients */ 184 /* MSS internal memqual MIU8 read clients */ 186 /* MSS internal memqual MIU8 write clients */ 188 /* MSS internal memqual MIU9 read clients */ 190 /* MSS internal memqual MIU9 write clients */ 192 /* MSS internal memqual MIU10 read clients */ 194 /* MSS internal memqual MIU10 write clients */ 196 /* MSS internal memqual MIU11 read clients */ [all …]
|
| H A D | tegra186-mc.h | 4 /* 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/drivers/gpu/drm/clients/ |
| H A D | drm_client_setup.c | 5 #include <drm/clients/drm_client_setup.h> 20 * drm_client_setup() - Setup in-kernel DRM clients 25 * This function sets up the in-kernel DRM clients. Restore, hotplug 33 * The clients are destroyed by drm_dev_unregister(). 38 drm_dbg(dev, "driver does not support mode-setting, skipping DRM clients\n"); in drm_client_setup() 65 * drm_client_setup_with_fourcc() - Setup in-kernel DRM clients for color mode 69 * This function sets up the in-kernel DRM clients. It is equivalent 79 * drm_client_setup_with_color_mode() - Setup in-kernel DRM clients for color mode 83 * This function sets up the in-kernel DRM clients. It is equivalent 97 MODULE_DESCRIPTION("In-kernel DRM clients");
|
| H A D | Kconfig | 10 modules and components according to the enabled clients. 18 Drivers that support in-kernel DRM clients have to select this 26 default clients should select DRM_CLIENT_SELECTION instead. 28 menu "Supported DRM clients"
|
| /linux/drivers/hsi/ |
| H A D | hsi_boardinfo.c | 3 * 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/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_cxt.c | 284 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/drivers/dibs/ |
| H A D | dibs_main.c | 27 static struct dibs_client *clients[MAX_DIBS_CLIENTS]; variable 58 if (!clients[i]) { in dibs_register_client() 59 clients[i] = client; in dibs_register_client() 105 clients[client->id]->ops->del_dev(dibs); in dibs_unregister_client() 110 clients[client->id] = NULL; in dibs_unregister_client() 209 if (clients[i]) { in dibs_dev_add() 210 clients[i]->ops->add_dev(dibs); in dibs_dev_add() 211 dibs_setup_forwarding(clients[i], dibs); in dibs_dev_add() 237 if (clients[i]) in dibs_dev_del() 238 clients[i]->ops->del_dev(dibs); in dibs_dev_del()
|
| /linux/Documentation/filesystems/nfs/ |
| H A D | client-identifier.rst | 41 leases. When the server restarts and clients attempt to recover 43 clients that held state before the server restarted and clients 92 circumstances where clients can interfere with each other. This is 95 If distinct clients present the same "co_ownerid" string and use 97 unable to tell that the clients are not the same. Each distinct 102 If distinct clients present the same "co_ownerid" string and use 104 to operate normally but reject subsequent clients with the same 117 to other clients in the meantime. This is referred to as "lock 134 - NFS-root (diskless) clients, where the local DHCP server (or 142 - Clients across multiple administrative domains that access a
|
| /linux/include/linux/ |
| H A D | vga_switcheroo.h | 41 * 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.
|
| H A D | dibs.h | 36 * clients. 48 * Used by remote and local devices and clients to address this dmb. 72 * Dibs devices can optionally notify dibs clients about events that happened 112 /* All dibs clients have access to all dibs devices. 174 /* Functions to be called by dibs clients: 193 /* dibs clients can call dibs device ops. */ 206 /* A dibs device provides the following functions to be called by dibs clients. 263 * @dmb_tok: for usage by remote and local devices and clients 344 * NOTE: handle_event() will be called for all registered dibs clients 419 /* Sparse array of all ISM clients */ [all …]
|
| /linux/Documentation/gpu/ |
| H A D | tegra.rst | 7 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.
|
| /linux/Documentation/userspace-api/ |
| H A D | tee.rst | 30 There are two classes of clients, normal clients and supplicants. The latter is 35 Much of the communication between clients and the TEE is opaque to the 37 clients, forward them to the TEE and send back the results. In the case of
|
| /linux/include/net/ |
| H A D | bond_alb.h | 33 #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/Documentation/virt/acrn/ |
| H A D | io-request.rst | 23 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/tools/testing/selftests/bpf/prog_tests/ |
| H A D | migrate_reuseport.c | 57 __s64 clients[NR_CLIENTS]; 289 test_case->clients[i] = socket(test_case->family, SOCK_STREAM, in start_clients() 291 if (!ASSERT_NEQ(test_case->clients[i], -1, "socket")) in start_clients() 295 * clients will transition to TCP_ESTABLISHED immediately. in start_clients() 297 err = settimeo(test_case->clients[i], 100); in start_clients() 304 err = setsockopt(test_case->clients[i], IPPROTO_TCP, in start_clients() 312 err = connect(test_case->clients[i], in start_clients() 318 err = write(test_case->clients[i], buf, MSGLEN); in start_clients() 503 init_fds(test_case->clients, NR_CLIENTS); in run_test() 563 close_fds(test_case->clients, NR_CLIENT 52 __s64 clients[NR_CLIENTS]; global() member [all...] |
| /linux/include/soc/qcom/ |
| H A D | ocmem.h | 3 * The On Chip Memory (OCMEM) allocator allows various clients to allocate 19 /* GMEM clients */ 23 * deal with multiple clients.
|
| /linux/drivers/misc/mei/ |
| H A D | bus-fixup.c | 51 * We support only clients: 53 * 2. and fixed clients (max_number_of_connections == 0) 55 * @cldev: me clients device 66 * @cldev: me clients device 76 * @cldev: me clients device 297 * @cldev: me clients device 522 * vt_support - enable on bus clients with vtag support 524 * @cldev: me clients device 535 * @cldev: me clients device
|
| /linux/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_smp.h | 18 * 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
|
| /linux/Documentation/admin-guide/nfs/ |
| H A D | nfs-client.rst | 25 NFSv4 requires clients to identify themselves to servers with a unique 41 nfs.nfs4_unique_id can help prevent collisions with other clients. 44 anything that is believed to be unique across all NFS clients. An 57 This uniquifier string will be the same for all NFS clients running in
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_client_event.c | 21 * drm_client_dev_unregister - Unregister clients 24 * This function releases all clients by calling each client's 78 * drm_client_dev_hotplug - Send hotplug event to clients 81 * This function calls the &drm_client_funcs.hotplug callback on the attached clients.
|
| /linux/fs/ceph/ |
| H A D | ioctl.h | 74 * Normally Ceph switches to synchronous IO when multiple clients have 89 * same read/write path as a file opened by multiple clients when one 90 * or more of those clients is opened for write.
|
| /linux/Documentation/i2c/ |
| H A D | dma-considerations.rst | 21 Clients chapter 24 For clients, if you use a DMA safe buffer in i2c_msg, set the I2C_M_DMA_SAFE 29 more and more clients and host drivers is the planned way forward. Note also
|
| /linux/drivers/pps/clients/ |
| H A D | Kconfig | 3 # PPS clients configuration 6 comment "PPS clients support"
|
| /linux/drivers/hsi/clients/ |
| H A D | Kconfig | 3 # HSI clients configuration 6 comment "HSI clients"
|