clients           548 arch/um/drivers/mconsole_kern.c static LIST_HEAD(clients);
clients           557 arch/um/drivers/mconsole_kern.c 	if (list_empty(&clients))
clients           566 arch/um/drivers/mconsole_kern.c 		list_for_each(ele, &clients) {
clients           596 arch/um/drivers/mconsole_kern.c 	list_add(&entry.list, &clients);
clients           340 drivers/char/agp/frontend.c 	client = controller->clients;
clients           406 drivers/char/agp/frontend.c 	struct agp_client *clients;
clients           408 drivers/char/agp/frontend.c 	clients = controller->clients;
clients           410 drivers/char/agp/frontend.c 	while (clients != NULL) {
clients           413 drivers/char/agp/frontend.c 		priv = agp_find_private(clients->pid);
clients           419 drivers/char/agp/frontend.c 		clients = clients->next;
clients           428 drivers/char/agp/frontend.c 	struct agp_client *clients;
clients           431 drivers/char/agp/frontend.c 	clients = controller->clients;
clients           433 drivers/char/agp/frontend.c 	while (clients != NULL) {
clients           436 drivers/char/agp/frontend.c 		priv = agp_find_private(clients->pid);
clients           441 drivers/char/agp/frontend.c 		clients = clients->next;
clients           462 drivers/char/agp/frontend.c 	client = controller->clients;
clients           503 drivers/char/agp/frontend.c 	prev_client = agp_fe.current_controller->clients;
clients           509 drivers/char/agp/frontend.c 	agp_fe.current_controller->clients = client;
clients           552 drivers/char/agp/frontend.c 		controller->clients = next_client;
clients           195 drivers/char/ipmi/ipmi_ssif.c 	struct list_head clients;
clients            12 drivers/gpu/drm/i915/gt/uc/selftest_guc.c static struct intel_guc_client *clients[ATTEMPTS];
clients           226 drivers/gpu/drm/i915/gt/uc/selftest_guc.c 		clients[i] = guc_client_alloc(guc, i % GUC_CLIENT_PRIORITY_NUM);
clients           228 drivers/gpu/drm/i915/gt/uc/selftest_guc.c 		if (!clients[i]) {
clients           234 drivers/gpu/drm/i915/gt/uc/selftest_guc.c 		if (IS_ERR(clients[i])) {
clients           235 drivers/gpu/drm/i915/gt/uc/selftest_guc.c 			if (PTR_ERR(clients[i]) != -ENOSPC) {
clients           237 drivers/gpu/drm/i915/gt/uc/selftest_guc.c 				err = PTR_ERR(clients[i]);
clients           255 drivers/gpu/drm/i915/gt/uc/selftest_guc.c 		if (clients[i]->stage_id >= GUC_NUM_DOORBELLS) {
clients           257 drivers/gpu/drm/i915/gt/uc/selftest_guc.c 			       i, clients[i]->stage_id, GUC_NUM_DOORBELLS);
clients           262 drivers/gpu/drm/i915/gt/uc/selftest_guc.c 		err = validate_client(clients[i], i % GUC_CLIENT_PRIORITY_NUM);
clients           269 drivers/gpu/drm/i915/gt/uc/selftest_guc.c 		db_id = clients[i]->doorbell_id;
clients           271 drivers/gpu/drm/i915/gt/uc/selftest_guc.c 		err = __guc_client_enable(clients[i]);
clients           278 drivers/gpu/drm/i915/gt/uc/selftest_guc.c 		if (db_id != clients[i]->doorbell_id) {
clients           280 drivers/gpu/drm/i915/gt/uc/selftest_guc.c 			       i, db_id, clients[i]->doorbell_id);
clients           289 drivers/gpu/drm/i915/gt/uc/selftest_guc.c 		err = ring_doorbell_nop(clients[i]);
clients           296 drivers/gpu/drm/i915/gt/uc/selftest_guc.c 		if (!IS_ERR_OR_NULL(clients[i])) {
clients           297 drivers/gpu/drm/i915/gt/uc/selftest_guc.c 			__guc_client_disable(clients[i]);
clients           298 drivers/gpu/drm/i915/gt/uc/selftest_guc.c 			guc_client_free(clients[i]);
clients            27 drivers/gpu/drm/msm/disp/mdp5/mdp5_cfg.c 		.clients = {
clients           111 drivers/gpu/drm/msm/disp/mdp5/mdp5_cfg.c 		.clients = {
clients           194 drivers/gpu/drm/msm/disp/mdp5/mdp5_cfg.c 		.clients = {
clients           289 drivers/gpu/drm/msm/disp/mdp5/mdp5_cfg.c 		.clients = {
clients           356 drivers/gpu/drm/msm/disp/mdp5/mdp5_cfg.c 		.clients = {
clients            62 drivers/gpu/drm/msm/disp/mdp5/mdp5_cfg.h 	uint32_t clients[MAX_CLIENTS];	/* SMP port allocation /pipe */
clients            58 drivers/gpu/drm/msm/disp/mdp5/mdp5_smp.c 	return mdp5_cfg->smp.clients[pipe] + plane;
clients           522 drivers/gpu/drm/nouveau/nouveau_drm.c 	INIT_LIST_HEAD(&drm->clients);
clients          1075 drivers/gpu/drm/nouveau/nouveau_drm.c 	list_add(&cli->head, &drm->clients);
clients           139 drivers/gpu/drm/nouveau/nouveau_drv.h 	struct list_head clients;
clients           112 drivers/gpu/drm/tegra/drm.c 	INIT_LIST_HEAD(&tegra->clients);
clients           623 drivers/gpu/drm/tegra/drm.c 	list_for_each_entry(client, &tegra->clients, list)
clients          1053 drivers/gpu/drm/tegra/drm.c 	list_add_tail(&client->list, &tegra->clients);
clients            50 drivers/gpu/drm/tegra/drm.h 	struct list_head clients;
clients            18 drivers/gpu/host1x/bus.c static LIST_HEAD(clients);
clients           121 drivers/gpu/host1x/bus.c 	list_move_tail(&client->list, &device->clients);
clients           198 drivers/gpu/host1x/bus.c 	list_for_each_entry(client, &device->clients, list) {
clients           215 drivers/gpu/host1x/bus.c 	list_for_each_entry_continue_reverse(client, &device->clients, list)
clients           240 drivers/gpu/host1x/bus.c 	list_for_each_entry_reverse(client, &device->clients, list) {
clients           384 drivers/gpu/host1x/bus.c 		list_add_tail(&client->list, &clients);
clients           398 drivers/gpu/host1x/bus.c 	list_for_each_entry_safe(client, cl, &device->clients, list)
clients           399 drivers/gpu/host1x/bus.c 		list_move_tail(&client->list, &clients);
clients           434 drivers/gpu/host1x/bus.c 	INIT_LIST_HEAD(&device->clients);
clients           460 drivers/gpu/host1x/bus.c 	list_for_each_entry_safe(client, tmp, &clients, list) {
clients           726 drivers/gpu/host1x/bus.c 	list_add_tail(&client->list, &clients);
clients           759 drivers/gpu/host1x/bus.c 	list_for_each_entry(c, &clients, list) {
clients           157 drivers/gpu/vga/vga_switcheroo.c 	struct list_head clients;
clients           175 drivers/gpu/vga/vga_switcheroo.c 	.clients = LIST_HEAD_INIT(vgasr_priv.clients),
clients           195 drivers/gpu/vga/vga_switcheroo.c 	list_for_each_entry(client, &vgasr_priv.clients, list) {
clients           207 drivers/gpu/vga/vga_switcheroo.c 	list_for_each_entry(client, &vgasr_priv.clients, list) {
clients           313 drivers/gpu/vga/vga_switcheroo.c 	list_add_tail(&client->list, &vgasr_priv.clients);
clients           482 drivers/gpu/vga/vga_switcheroo.c 	client = find_client_from_pci(&vgasr_priv.clients, pdev);
clients           503 drivers/gpu/vga/vga_switcheroo.c 	client = find_client_from_pci(&vgasr_priv.clients, pdev);
clients           533 drivers/gpu/vga/vga_switcheroo.c 	client = find_client_from_pci(&vgasr_priv.clients, pdev);
clients           652 drivers/gpu/vga/vga_switcheroo.c 	list_for_each_entry(client, &vgasr_priv.clients, list) {
clients           701 drivers/gpu/vga/vga_switcheroo.c 	client = find_client_from_id(&vgasr_priv.clients, id | ID_BIT_AUDIO);
clients           711 drivers/gpu/vga/vga_switcheroo.c 	active = find_active_client(&vgasr_priv.clients);
clients           728 drivers/gpu/vga/vga_switcheroo.c 	active = find_active_client(&vgasr_priv.clients);
clients           765 drivers/gpu/vga/vga_switcheroo.c 	list_for_each_entry(client, &vgasr_priv.clients, list) {
clients           800 drivers/gpu/vga/vga_switcheroo.c 		list_for_each_entry(client, &vgasr_priv.clients, list) {
clients           813 drivers/gpu/vga/vga_switcheroo.c 		list_for_each_entry(client, &vgasr_priv.clients, list) {
clients           853 drivers/gpu/vga/vga_switcheroo.c 	client = find_client_from_id(&vgasr_priv.clients, client_id);
clients           949 drivers/gpu/vga/vga_switcheroo.c 	client = find_client_from_id(&vgasr_priv.clients,
clients          1003 drivers/gpu/vga/vga_switcheroo.c 	client = find_client_from_pci(&vgasr_priv.clients, pdev);
clients            25 drivers/hid/intel-ish-hid/ishtp/hbm.c 	struct ishtp_fw_client *clients;
clients            36 drivers/hid/intel-ish-hid/ishtp/hbm.c 	clients = kcalloc(dev->fw_clients_num, sizeof(struct ishtp_fw_client),
clients            38 drivers/hid/intel-ish-hid/ishtp/hbm.c 	if (!clients) {
clients            43 drivers/hid/intel-ish-hid/ishtp/hbm.c 	dev->fw_clients = clients;
clients           312 drivers/hsi/hsi_core.c void hsi_add_clients_from_dt(struct hsi_port *port, struct device_node *clients)
clients           319 drivers/hsi/hsi_core.c 	for_each_available_child_of_node(clients, child)
clients          1511 drivers/i2c/i2c-core-base.c 	list_for_each_entry_safe(client, _n, &driver->clients, detected) {
clients          1716 drivers/i2c/i2c-core-base.c 	INIT_LIST_HEAD(&driver->clients);
clients          2231 drivers/i2c/i2c-core-base.c 			list_add_tail(&client->detected, &driver->clients);
clients            98 drivers/infiniband/core/device.c static DEFINE_XARRAY_FLAGS(clients, XA_FLAGS_ALLOC);
clients           434 drivers/infiniband/core/device.c 		struct ib_client *client = xa_load(&clients, index);
clients           714 drivers/infiniband/core/device.c 	client = xa_load(&clients, client_id);
clients          1320 drivers/infiniband/core/device.c 	xa_for_each_marked (&clients, index, client, CLIENT_REGISTERED) {
clients          1704 drivers/infiniband/core/device.c 	ret = xa_insert(&clients, client->client_id, client, GFP_KERNEL);
clients          1709 drivers/infiniband/core/device.c 	xa_set_mark(&clients, client->client_id, CLIENT_REGISTERED);
clients          1719 drivers/infiniband/core/device.c 	xa_erase(&clients, client->client_id);
clients          1721 drivers/infiniband/core/device.c 		if (xa_load(&clients, highest_client_id - 1))
clients          1783 drivers/infiniband/core/device.c 	xa_clear_mark(&clients, client->client_id, CLIENT_REGISTERED);
clients          1817 drivers/infiniband/core/device.c 	xa_for_each_marked (&clients, index, client, CLIENT_REGISTERED) {
clients          1846 drivers/infiniband/core/device.c 		struct ib_client *client = xa_load(&clients, index);
clients          2520 drivers/infiniband/core/device.c 		struct ib_client *client = xa_load(&clients, index);
clients          2798 drivers/infiniband/core/device.c 	WARN_ON(!xa_empty(&clients));
clients           247 drivers/iommu/exynos-iommu.c 	struct list_head clients; /* list of sysmmu_drvdata.domain_node */
clients           774 drivers/iommu/exynos-iommu.c 	INIT_LIST_HEAD(&domain->clients);
clients           801 drivers/iommu/exynos-iommu.c 	WARN_ON(!list_empty(&domain->clients));
clients           805 drivers/iommu/exynos-iommu.c 	list_for_each_entry_safe(data, next, &domain->clients, domain_node) {
clients           859 drivers/iommu/exynos-iommu.c 	list_for_each_entry_safe(data, next, &domain->clients, domain_node) {
clients           897 drivers/iommu/exynos-iommu.c 		list_add_tail(&data->domain_node, &domain->clients);
clients           967 drivers/iommu/exynos-iommu.c 			list_for_each_entry(data, &domain->clients, domain_node)
clients          1006 drivers/iommu/exynos-iommu.c 		list_for_each_entry(data, &domain->clients, domain_node)
clients          1124 drivers/iommu/exynos-iommu.c 	list_for_each_entry(data, &domain->clients, domain_node)
clients           355 drivers/iommu/tegra-smmu.c 		const struct tegra_mc_client *client = &smmu->soc->clients[i];
clients           392 drivers/iommu/tegra-smmu.c 		const struct tegra_mc_client *client = &smmu->soc->clients[i];
clients           960 drivers/iommu/tegra-smmu.c 		const struct tegra_mc_client *client = &smmu->soc->clients[i];
clients           591 drivers/media/common/siano/smscoreapi.c 	while (!list_empty(&coredev->clients)) {
clients           592 drivers/media/common/siano/smscoreapi.c 		client = (struct smscore_client_t *) coredev->clients.next;
clients           663 drivers/media/common/siano/smscoreapi.c 	INIT_LIST_HEAD(&dev->clients);
clients          1454 drivers/media/common/siano/smscoreapi.c 	first = &coredev->clients;
clients          1736 drivers/media/common/siano/smscoreapi.c 	list_add_locked(&newclient->entry, &coredev->clients,
clients           155 drivers/media/common/siano/smscoreapi.h 	struct list_head clients;
clients           295 drivers/memory/tegra/mc.c 		const struct tegra_mc_la *la = &mc->soc->clients[i].la;
clients           498 drivers/memory/tegra/mc.c 			if (mc->soc->clients[i].id == id) {
clients           499 drivers/memory/tegra/mc.c 				client = mc->soc->clients[i].name;
clients           610 drivers/memory/tegra/mc.c 		client = mc->soc->clients[id].name;
clients           926 drivers/memory/tegra/tegra114.c 	.clients = tegra114_mc_clients,
clients           967 drivers/memory/tegra/tegra114.c 	.clients = tegra114_mc_clients,
clients          1050 drivers/memory/tegra/tegra124.c 	.clients = tegra124_mc_clients,
clients          1063 drivers/memory/tegra/tegra124.c 	.clients = tegra124_mc_clients,
clients          1082 drivers/memory/tegra/tegra124.c 	.clients = tegra124_mc_clients,
clients          1095 drivers/memory/tegra/tegra124.c 	.clients = tegra124_mc_clients,
clients           284 drivers/memory/tegra/tegra20.c 	.clients = tegra20_mc_clients,
clients          1068 drivers/memory/tegra/tegra210.c 	.clients = tegra210_mc_clients,
clients          1123 drivers/memory/tegra/tegra210.c 	.clients = tegra210_mc_clients,
clients           948 drivers/memory/tegra/tegra30.c 	.clients = tegra30_mc_clients,
clients           991 drivers/memory/tegra/tegra30.c 	.clients = tegra30_mc_clients,
clients           438 drivers/mfd/tps80031.c 			tps80031->clients[i] = client;
clients           440 drivers/mfd/tps80031.c 			tps80031->clients[i] = devm_i2c_new_dummy_device(&client->dev,
clients           442 drivers/mfd/tps80031.c 		if (IS_ERR(tps80031->clients[i])) {
clients           444 drivers/mfd/tps80031.c 			return PTR_ERR(tps80031->clients[i]);
clients           447 drivers/mfd/tps80031.c 		i2c_set_clientdata(tps80031->clients[i], tps80031);
clients           448 drivers/mfd/tps80031.c 		tps80031->regmap[i] = devm_regmap_init_i2c(tps80031->clients[i],
clients           522 drivers/net/ethernet/broadcom/bnx2x/bnx2x_init.h 	struct ilt_client_info	clients[4];
clients           638 drivers/net/ethernet/broadcom/bnx2x/bnx2x_init_ops.h 	struct ilt_client_info *ilt_cli = &ilt->clients[cli_num];
clients           791 drivers/net/ethernet/broadcom/bnx2x/bnx2x_init_ops.h 	struct ilt_client_info *ilt_cli = &ilt->clients[cli_num];
clients           815 drivers/net/ethernet/broadcom/bnx2x/bnx2x_init_ops.h 	struct ilt_client_info *ilt_cli = &ilt->clients[cli_num];
clients          7964 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	cdu_ilt_start = ilt->clients[ILT_CLIENT_CDU].start;
clients          7973 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	cdu_ilt_start = ilt->clients[ILT_CLIENT_CDU].start;
clients          8627 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	ilt_client = &ilt->clients[ILT_CLIENT_CDU];
clients          8647 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		ilt_client = &ilt->clients[ILT_CLIENT_QM];
clients          8670 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		ilt_client = &ilt->clients[ILT_CLIENT_SRC];
clients          8687 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		ilt_client = &ilt->clients[ILT_CLIENT_TM];
clients           211 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	struct qed_ilt_client_cfg	clients[ILT_CLI_MAX];
clients           448 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		u32 page_sz = p_mgr->clients[ILT_CLI_CDUC].p_size.val;
clients           545 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		p_cli = &p_hwfn->p_cxt_mngr->clients[ILT_CLI_CDUC];
clients           595 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	p_cli = qed_cxt_set_cli(&p_mngr->clients[ILT_CLI_CDUC]);
clients           633 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	p_cli = qed_cxt_set_cli(&p_mngr->clients[ILT_CLI_CDUT]);
clients           741 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	p_cli = qed_cxt_set_cli(&p_mngr->clients[ILT_CLI_QM]);
clients           766 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	p_cli = qed_cxt_set_cli(&p_mngr->clients[ILT_CLI_SRC]);
clients           791 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	p_cli = qed_cxt_set_cli(&p_mngr->clients[ILT_CLI_TM]);
clients           824 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		p_cli = qed_cxt_set_cli(&p_mngr->clients[ILT_CLI_TSDM]);
clients           862 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	p_cli = &p_mngr->clients[ILT_CLI_CDUT];
clients           914 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	p_src = &p_hwfn->p_cxt_mngr->clients[ILT_CLI_SRC];
clients           990 drivers/net/ethernet/qlogic/qed/qed_cxt.c #define for_each_ilt_valid_client(pos, clients)	\
clients           992 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		if (!clients[pos].active) {	\
clients          1010 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	struct qed_ilt_client_cfg *p_cli = p_hwfn->p_cxt_mngr->clients;
clients          1080 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	struct qed_ilt_client_cfg *clients = p_mngr->clients;
clients          1085 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	size = qed_cxt_ilt_shadow_size(clients);
clients          1097 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	for_each_ilt_valid_client(i, clients) {
clients          1099 drivers/net/ethernet/qlogic/qed/qed_cxt.c 			p_blk = &clients[i].pf_blks[j];
clients          1106 drivers/net/ethernet/qlogic/qed/qed_cxt.c 				u32 lines = clients[i].vf_total_lines * k;
clients          1108 drivers/net/ethernet/qlogic/qed/qed_cxt.c 				p_blk = &clients[i].vf_blks[j];
clients          1207 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	struct qed_ilt_client_cfg *clients;
clients          1216 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	clients = p_mngr->clients;
clients          1217 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	clients[ILT_CLI_CDUC].first.reg = ILT_CFG_REG(CDUC, FIRST_ILT);
clients          1218 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	clients[ILT_CLI_CDUC].last.reg = ILT_CFG_REG(CDUC, LAST_ILT);
clients          1219 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	clients[ILT_CLI_CDUC].p_size.reg = ILT_CFG_REG(CDUC, P_SIZE);
clients          1221 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	clients[ILT_CLI_QM].first.reg = ILT_CFG_REG(QM, FIRST_ILT);
clients          1222 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	clients[ILT_CLI_QM].last.reg = ILT_CFG_REG(QM, LAST_ILT);
clients          1223 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	clients[ILT_CLI_QM].p_size.reg = ILT_CFG_REG(QM, P_SIZE);
clients          1225 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	clients[ILT_CLI_TM].first.reg = ILT_CFG_REG(TM, FIRST_ILT);
clients          1226 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	clients[ILT_CLI_TM].last.reg = ILT_CFG_REG(TM, LAST_ILT);
clients          1227 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	clients[ILT_CLI_TM].p_size.reg = ILT_CFG_REG(TM, P_SIZE);
clients          1229 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	clients[ILT_CLI_SRC].first.reg = ILT_CFG_REG(SRC, FIRST_ILT);
clients          1230 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	clients[ILT_CLI_SRC].last.reg = ILT_CFG_REG(SRC, LAST_ILT);
clients          1231 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	clients[ILT_CLI_SRC].p_size.reg = ILT_CFG_REG(SRC, P_SIZE);
clients          1233 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	clients[ILT_CLI_CDUT].first.reg = ILT_CFG_REG(CDUT, FIRST_ILT);
clients          1234 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	clients[ILT_CLI_CDUT].last.reg = ILT_CFG_REG(CDUT, LAST_ILT);
clients          1235 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	clients[ILT_CLI_CDUT].p_size.reg = ILT_CFG_REG(CDUT, P_SIZE);
clients          1237 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	clients[ILT_CLI_TSDM].first.reg = ILT_CFG_REG(TSDM, FIRST_ILT);
clients          1238 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	clients[ILT_CLI_TSDM].last.reg = ILT_CFG_REG(TSDM, LAST_ILT);
clients          1239 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	clients[ILT_CLI_TSDM].p_size.reg = ILT_CFG_REG(TSDM, P_SIZE);
clients          1242 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		p_mngr->clients[i].p_size.val = ILT_DEFAULT_HW_P_SIZE;
clients          1400 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	page_sz = p_hwfn->p_cxt_mngr->clients[ILT_CLI_CDUC].p_size.val;
clients          1411 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	page_sz = p_hwfn->p_cxt_mngr->clients[ILT_CLI_CDUT].p_size.val;
clients          1463 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	p_cli = &p_hwfn->p_cxt_mngr->clients[ILT_CLI_CDUT];
clients          1600 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	ilt_clients = p_hwfn->p_cxt_mngr->clients;
clients          1630 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	p_cli = &p_hwfn->p_cxt_mngr->clients[ILT_CLI_CDUC];
clients          1644 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	p_cli = &p_hwfn->p_cxt_mngr->clients[ILT_CLI_CDUT];
clients          1658 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	p_cli = &p_hwfn->p_cxt_mngr->clients[ILT_CLI_TM];
clients          1675 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	struct qed_ilt_client_cfg *clients;
clients          1685 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	clients = p_hwfn->p_cxt_mngr->clients;
clients          1687 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	for_each_ilt_valid_client(i, clients) {
clients          1691 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		line = clients[i].first.val - p_mngr->pf_start_line;
clients          1693 drivers/net/ethernet/qlogic/qed/qed_cxt.c 			   clients[i].first.val * ILT_ENTRY_IN_REGS;
clients          1695 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		for (; line <= clients[i].last.val - p_mngr->pf_start_line;
clients          2046 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	hw_p_size = p_hwfn->p_cxt_mngr->clients[ILT_CLI_CDUC].p_size.val;
clients          2222 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	p_cli = &p_mngr->clients[ILT_CLI_CDUT];
clients          2266 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		p_cli = &p_hwfn->p_cxt_mngr->clients[ILT_CLI_CDUC];
clients          2271 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		p_cli = &p_hwfn->p_cxt_mngr->clients[ILT_CLI_TSDM];
clients          2276 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		p_cli = &p_hwfn->p_cxt_mngr->clients[ILT_CLI_CDUT];
clients          2399 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		p_cli = &p_hwfn->p_cxt_mngr->clients[ILT_CLI_CDUC];
clients          2404 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		p_cli = &p_hwfn->p_cxt_mngr->clients[ILT_CLI_TSDM];
clients          2409 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		p_cli = &p_hwfn->p_cxt_mngr->clients[ILT_CLI_CDUT];
clients          2526 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	p_cli = &p_mngr->clients[ILT_CLI_CDUT];
clients           480 drivers/nvme/target/core.c 	struct device *clients[2];
clients           494 drivers/nvme/target/core.c 		clients[0] = ctrl->p2p_client;
clients           495 drivers/nvme/target/core.c 		clients[1] = nvmet_ns_dev(ns);
clients           497 drivers/nvme/target/core.c 		p2p_dev = pci_p2pmem_find_many(clients, ARRAY_SIZE(clients));
clients           529 drivers/pci/p2pdma.c int pci_p2pdma_distance_many(struct pci_dev *provider, struct device **clients,
clients           543 drivers/pci/p2pdma.c 		    clients[i]->dma_ops == &dma_virt_ops) {
clients           545 drivers/pci/p2pdma.c 				dev_warn(clients[i],
clients           550 drivers/pci/p2pdma.c 		pci_client = find_parent_pci_dev(clients[i]);
clients           553 drivers/pci/p2pdma.c 				dev_warn(clients[i],
clients           610 drivers/pci/p2pdma.c struct pci_dev *pci_p2pmem_find_many(struct device **clients, int num_clients)
clients           628 drivers/pci/p2pdma.c 		distance = pci_p2pdma_distance_many(pdev, clients,
clients            31 drivers/platform/x86/i2c-multi-instantiate.c 	struct i2c_client *clients[0];
clients            84 drivers/platform/x86/i2c-multi-instantiate.c 	multi = devm_kmalloc(dev, struct_size(multi, clients, ret), GFP_KERNEL);
clients           119 drivers/platform/x86/i2c-multi-instantiate.c 		multi->clients[i] = i2c_acpi_new_device(dev, i, &board_info);
clients           120 drivers/platform/x86/i2c-multi-instantiate.c 		if (IS_ERR(multi->clients[i])) {
clients           121 drivers/platform/x86/i2c-multi-instantiate.c 			ret = PTR_ERR(multi->clients[i]);
clients           138 drivers/platform/x86/i2c-multi-instantiate.c 		i2c_unregister_device(multi->clients[i]);
clients           149 drivers/platform/x86/i2c-multi-instantiate.c 		i2c_unregister_device(multi->clients[i]);
clients           105 include/linux/agpgart.h 	struct agp_client *clients;
clients           297 include/linux/host1x.h 	struct list_head clients;
clients           290 include/linux/hsi/hsi.h 			     struct device_node *clients);
clients           293 include/linux/hsi/hsi.h 					   struct device_node *clients)
clients           289 include/linux/i2c.h 	struct list_head clients;
clients           513 include/linux/mfd/tps80031.h 	struct i2c_client	*clients[TPS80031_NUM_SLAVES];
clients            22 include/linux/pci-p2pdma.h int pci_p2pdma_distance_many(struct pci_dev *provider, struct device **clients,
clients            25 include/linux/pci-p2pdma.h struct pci_dev *pci_p2pmem_find_many(struct device **clients, int num_clients);
clients            48 include/linux/pci-p2pdma.h 	struct device **clients, int num_clients, bool verbose)
clients            56 include/linux/pci-p2pdma.h static inline struct pci_dev *pci_p2pmem_find_many(struct device **clients,
clients            60 include/soc/tegra/mc.h 	const struct tegra_mc_client *clients;
clients           145 include/soc/tegra/mc.h 	const struct tegra_mc_client *clients;
clients           314 include/uapi/sound/asequencer.h 	int clients;			/* maximum clients count */
clients           717 include/uapi/sound/asound.h 	unsigned int clients;		/* active timer clients */
clients          1177 sound/core/seq/seq_clientmgr.c 	info->clients = SNDRV_SEQ_MAX_CLIENTS;
clients           487 sound/core/seq/seq_queue.c 			queue->clients++;
clients           490 sound/core/seq/seq_queue.c 			queue->clients--;
clients           492 sound/core/seq/seq_queue.c 	if (queue->clients) {
clients           493 sound/core/seq/seq_queue.c 		if (use && queue->clients == 1)
clients            42 sound/core/seq/seq_queue.h 	unsigned int clients;	/* users of this queue */
clients          1636 sound/core/timer.c 			ginfo->clients++;
clients            72 sound/ppc/keywest.c 		      &to_i2c_driver(keywest_ctx->client->dev.driver)->clients);
clients           717 tools/include/uapi/sound/asound.h 	unsigned int clients;		/* active timer clients */