Searched refs:clients (Results 51 - 64 of 64) sorted by relevance

123

/linux-master/drivers/memory/tegra/
H A Dtegra210.c1222 .clients = tegra210_mc_clients,
1277 .clients = tegra210_mc_clients,
H A Dtegra194.c1348 .clients = tegra194_mc_clients,
H A Dtegra234.c1033 * other clients.
1046 * This can be used to pre-initialize and set bandwidth for all clients
1137 .clients = tegra234_mc_clients,
/linux-master/drivers/i2c/
H A Di2c-core-base.c1154 * I2C clients can be composed of multiple I2C slaves bound together in a single
1156 * to create I2C dummy clients to communicate with all the other slaves.
1613 * in adap->nr, and the specified adapter became available for clients.
1660 * clients using the bus number provided in adap->nr. Also, the table
1681 list_for_each_entry_safe(client, _n, &driver->clients, detected) {
1753 /* Detach any active clients. This can't fail, thus we do not
1984 INIT_LIST_HEAD(&driver->clients);
2484 list_add_tail(&client->detected, &driver->clients);
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_init.h521 struct ilt_client_info clients[4]; member in struct:bnx2x_ilt
H A Dbnx2x_main.c7984 cdu_ilt_start = ilt->clients[ILT_CLIENT_CDU].start;
7993 cdu_ilt_start = ilt->clients[ILT_CLIENT_CDU].start;
8379 * for the other ILT clients), to be efficient we want to support
8382 * the context (for the other ILT clients the pointers are used just to
8647 ilt_client = &ilt->clients[ILT_CLIENT_CDU];
8667 ilt_client = &ilt->clients[ILT_CLIENT_QM];
8690 ilt_client = &ilt->clients[ILT_CLIENT_SRC];
8707 ilt_client = &ilt->clients[ILT_CLIENT_TM];
8766 * CQ index among the SB indices: FCoE clients uses the default
/linux-master/drivers/media/common/siano/
H A Dsmscoreapi.h108 /* public members, once passed to clients can be changed freely */
113 /* private members, read-only for clients */
150 struct list_head clients; member in struct:smscore_device_t
/linux-master/include/linux/
H A Di2c.h248 * @clients: List of detected clients we created (for i2c-core use only)
303 struct list_head clients; member in struct:i2c_driver
319 * @detected: member of an i2c_driver.clients list or i2c-core's
889 /* call the i2c_client->command() of all attached clients with
/linux-master/drivers/dma/idxd/
H A Dsysfs.c596 __ATTR(clients, 0444, wq_clients_show, NULL);
1519 static DEVICE_ATTR_RO(clients);
/linux-master/include/uapi/sound/
H A Dasound.h918 unsigned int clients; /* active timer clients */ member in struct:snd_timer_ginfo
/linux-master/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h918 unsigned int clients; /* active timer clients */ member in struct:snd_timer_ginfo
/linux-master/drivers/char/ipmi/
H A Dipmi_ssif.c191 struct list_head clients; member in struct:ssif_addr_info
/linux-master/sound/core/seq/
H A Dseq_clientmgr.c32 * this module handles the connections of userland and kernel clients
38 * 0..15: global clients
44 /* number of kernel non-card clients */
46 /* clients per cards, for static clients */
1176 info->clients = SNDRV_SEQ_MAX_CLIENTS;
1883 return -EINVAL; /* can't change other clients */
2421 * exported, called by kernel clients to enqueue events (w/o blocking)
2467 * exported, called by kernel clients to dispatch events directly to other
2468 * clients, bypassin
[all...]
/linux-master/sound/core/
H A Dtimer.c1619 ginfo->clients++;

Completed in 494 milliseconds

123