Home
last modified time | relevance | path

Searched refs:clients (Results 1 - 11 of 11) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_hwcnt_virtualizer.c34 * clients where a new accumulator dump will not be
40 * @client_count: Current number of virtualizer clients.
41 * @clients: List of virtualizer clients.
42 * @accum: Hardware counter accumulator. NULL if no clients.
45 * @ts_last_dump_ns: End time of most recent dump across all clients.
53 struct list_head clients; member
269 list_for_each_entry(pos, &hvirt->clients, node) in kbasep_hwcnt_virtualizer_client_add()
278 /* Accumulate into only existing clients' accumulation bufs */ in kbasep_hwcnt_virtualizer_client_add()
280 list_for_each_entry(pos, &hvirt->clients, nod in kbasep_hwcnt_virtualizer_client_add()
[all...]
H A Dmali_kbase_vinstr.c64 * @client_count: Number of vinstr clients.
65 * @clients: List of vinstr clients.
76 struct list_head clients; member
169 * This means multiple clients with the same period will synchronise, in kbasep_vinstr_next_dump_time_ns()
219 * clients are using. in kbasep_vinstr_client_dump()
272 * vinstr clients, then reschedule the dump
276 * If there are no periodic clients, then the dump worker will not be
293 * dump time if any of the clients have a non-zero interval. in kbasep_vinstr_reschedule_worker()
295 list_for_each_entry(pos, &vctx->clients, nod in kbasep_vinstr_reschedule_worker()
[all...]
H A Dmali_kbase_kinstr_prfcnt.c62 * @client_count: Number of kinstr_prfcnt clients.
63 * @clients: List of kinstr_prfcnt clients.
74 struct list_head clients; member
274 * This means multiple clients with the same period will synchronize, in kbasep_kinstr_prfcnt_next_dump_time_ns()
295 * periodic kinstr_prfcnt clients,
300 * If there are no periodic clients, then the dump worker will not be
319 * 2) Update the next dump time of clients that have already been in kbasep_kinstr_prfcnt_reschedule_worker()
320 * dumped. It's important not to alter the next dump time of clients in kbasep_kinstr_prfcnt_reschedule_worker()
325 * clients in kbasep_kinstr_prfcnt_reschedule_worker()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_hwcnt_virtualizer.c38 * clients where a new accumulator dump will not be
44 * @client_count: Current number of virtualizer clients.
45 * @clients: List of virtualizer clients.
46 * @accum: Hardware counter accumulator. NULL if no clients.
49 * @ts_last_dump_ns: End time of most recent dump across all clients.
57 struct list_head clients; member
270 list_for_each_entry(pos, &hvirt->clients, node) in kbasep_hwcnt_virtualizer_client_add()
276 /* Accumulate into only existing clients' accumulation bufs */ in kbasep_hwcnt_virtualizer_client_add()
278 list_for_each_entry(pos, &hvirt->clients, nod in kbasep_hwcnt_virtualizer_client_add()
[all...]
H A Dmali_kbase_vinstr.c59 * @client_count: Number of vinstr clients.
60 * @clients: List of vinstr clients.
70 struct list_head clients; member
155 * This means multiple clients with the same period will synchronise, in kbasep_vinstr_next_dump_time_ns()
203 * clients are using. in kbasep_vinstr_client_dump()
250 * vinstr clients, then reschedule the dump
254 * If there are no periodic clients, then the dump worker will not be
271 * dump time if any of the clients have a non-zero interval. in kbasep_vinstr_reschedule_worker()
273 list_for_each_entry(pos, &vctx->clients, nod in kbasep_vinstr_reschedule_worker()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DClients.h167 * Configuration data related to all clients
172 List* clients; member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/
H A Dnouveau_drv.h138 struct list_head clients; member
H A Dnouveau_drm.c521 INIT_LIST_HEAD(&drm->clients); in nouveau_drm_device_init()
1062 list_add(&cli->head, &drm->clients); in nouveau_drm_open()
/device/soc/rockchip/common/sdk_linux/drivers/i2c/
H A Di2c-core-base.c919 dev_err(&adap->dev, "%d i2c clients have been registered at 0x%02x", status, client->addr); in i2c_new_client_device()
1083 * I2C clients can be composed of multiple I2C slaves bound together in a single
1085 * to create I2C dummy clients to communicate with all the other slaves.
1527 * in adap->nr, and the specified adapter became available for clients.
1574 * clients using the bus number provided in adap->nr. Also, the table
1595 list_for_each_entry_safe(client, _n, &driver->clients, detected) in i2c_do_del_adapter()
1665 /* Detach any active clients. This can't fail, thus we do not in i2c_del_adapter()
1800 INIT_LIST_HEAD(&driver->clients); in i2c_register_driver()
2355 list_add_tail(&client->detected, &driver->clients); in i2c_detect_address()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Di2c.h211 * @clients: List of detected clients we created (for i2c-core use only)
268 struct list_head clients; member
282 * @detected: member of an i2c_driver.clients list or i2c-core's
817 /* call the i2c_client->command() of all attached clients with
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dwlioctl.h2096 uint32 count; /* Number of WDS clients */
2099 struct wds_client_info client_list[1]; /* Variable length array of WDS clients */
9647 uint8 num; /**< number of clients detected by transmitter */
9648 wl_relmcast_client_t clients[WL_RMC_MAX_CLIENT]; member

Completed in 71 milliseconds