Searched refs:list (Results 1 - 25 of 1833) sorted by relevance

1234567891011>>

/drivers/clk/samsung/
H A Dclk.c95 /* register a list of aliases */
97 struct samsung_clock_alias *list,
108 for (idx = 0; idx < nr_clk; idx++, list++) {
109 if (!list->id) {
115 clk = ctx->clk_data.clks[list->id];
118 list->id);
122 ret = clk_register_clkdev(clk, list->alias, list->dev_name);
125 __func__, list->alias);
129 /* register a list o
96 samsung_clk_register_alias(struct samsung_clk_provider *ctx, struct samsung_clock_alias *list, unsigned int nr_clk) argument
130 samsung_clk_register_fixed_rate(struct samsung_clk_provider *ctx, struct samsung_fixed_rate_clock *list, unsigned int nr_clk) argument
159 samsung_clk_register_fixed_factor(struct samsung_clk_provider *ctx, struct samsung_fixed_factor_clock *list, unsigned int nr_clk) argument
179 samsung_clk_register_mux(struct samsung_clk_provider *ctx, struct samsung_mux_clock *list, unsigned int nr_clk) argument
211 samsung_clk_register_div(struct samsung_clk_provider *ctx, struct samsung_div_clock *list, unsigned int nr_clk) argument
250 samsung_clk_register_gate(struct samsung_clk_provider *ctx, struct samsung_gate_clock *list, unsigned int nr_clk) argument
[all...]
/drivers/pnp/isapnp/
H A Dcompat.c28 struct list_head *list; local
33 list = from ? from->global_list.next : pnp_cards.next;
35 while (list != &pnp_cards) {
36 struct pnp_card *card = global_to_pnp_card(list);
40 list = list->next;
54 struct list_head *list; local
56 list = pnp_global.next;
58 list = from->global_list.next;
60 while (list !
69 struct list_head *list; local
[all...]
/drivers/clk/rockchip/
H A Dclk.c189 void __init rockchip_clk_register_plls(struct rockchip_pll_clock *list, argument
195 for (idx = 0; idx < nr_pll; idx++, list++) {
196 clk = rockchip_clk_register_pll(list->type, list->name,
197 list->parent_names, list->num_parents,
198 reg_base, list->con_offset, grf_lock_offset,
199 list->lock_shift, list->mode_offset,
200 list
211 rockchip_clk_register_branches( struct rockchip_clk_branch *list, unsigned int nr_clk) argument
[all...]
/drivers/gpu/host1x/
H A Dchannel.h29 struct list_head list; member in struct:host1x_channel
40 /* channel list operations */
44 list_for_each_entry(channel, &host->chlist.list, list)
H A Dbus.c37 struct list_head list; member in struct:host1x_subdev
52 INIT_LIST_HEAD(&subdev->list);
56 list_add_tail(&subdev->list, &device->subdevs);
67 list_del(&subdev->list);
99 * Move the subdevice to the list of active (registered) subdevices
105 list_move_tail(&client->list, &device->clients);
106 list_move_tail(&subdev->list, &device->active);
140 * Move the subdevice back to the list of idle subdevices and remove
141 * it from list of clients.
146 list_move_tail(&subdev->list,
[all...]
/drivers/hsi/
H A Dhsi_core.h29 struct list_head list; member in struct:hsi_cl_info
H A Dhsi_boardinfo.c23 #include <linux/list.h>
58 list_add_tail(&cl_info->list, &hsi_board_list);
/drivers/i2c/
H A Di2c-core.h18 struct list_head list; member in struct:i2c_devinfo
/drivers/gpu/drm/ttm/
H A Dttm_execbuf_util.c35 static void ttm_eu_backoff_reservation_reverse(struct list_head *list, argument
38 list_for_each_entry_continue_reverse(entry, list, head) {
45 static void ttm_eu_del_from_lru_locked(struct list_head *list) argument
49 list_for_each_entry(entry, list, head) {
58 struct list_head *list)
63 if (list_empty(list))
66 entry = list_first_entry(list, struct ttm_validate_buffer, head);
70 list_for_each_entry(entry, list, head) {
86 * If a buffer in the list is marked for CPU access, we back off and
96 struct list_head *list, boo
57 ttm_eu_backoff_reservation(struct ww_acquire_ctx *ticket, struct list_head *list) argument
95 ttm_eu_reserve_buffers(struct ww_acquire_ctx *ticket, struct list_head *list, bool intr) argument
174 ttm_eu_fence_buffer_objects(struct ww_acquire_ctx *ticket, struct list_head *list, struct fence *fence) argument
[all...]
/drivers/media/usb/pvrusb2/
H A Dpvrusb2-sysfs.h23 #include <linux/list.h>
/drivers/staging/gdm72xx/
H A Dgdm_usb.h19 #include <linux/list.h>
26 struct list_head list; member in struct:usb_tx
48 struct list_head list; member in struct:usb_rx
71 struct list_head list; member in struct:usbwm_dev
/drivers/input/mouse/
H A DKconfig8 Say Y here, and a list of supported mice will be displayed.
/drivers/input/tablet/
H A DKconfig7 Say Y here, and a list of supported tablets will be displayed.
/drivers/mtd/maps/
H A Dphysmap_of.c37 struct of_flash_list list[0]; member in struct:of_flash
50 if (info->cmtd != info->list[0].mtd) {
59 if (info->list[i].mtd)
60 map_destroy(info->list[i].mtd);
62 if (info->list[i].map.virt)
63 iounmap(info->list[i].map.virt);
65 if (info->list[i].res) {
66 release_resource(info->list[i].res);
67 kfree(info->list[i].res);
111 specifies the list o
[all...]
/drivers/hid/usbhid/
H A Dhiddev.c55 struct list_head list; member in struct:hiddev
83 struct list_head *list; local
100 list = report_enum->report_list.next;
101 report = list_entry(list, struct hid_report, list);
110 list = report->list.next;
111 if (list == &report_enum->report_list)
114 report = list_entry(list, struct hid_report, list);
165 struct hiddev_list *list; local
228 struct hiddev_list *list = file->private_data; local
239 struct hiddev_list *list = file->private_data; local
270 struct hiddev_list *list; local
344 struct hiddev_list *list = file->private_data; local
436 struct hiddev_list *list = file->private_data; local
598 struct hiddev_list *list = file->private_data; local
[all...]
/drivers/crypto/qat/qat_common/
H A Dadf_cfg.c26 notice, this list of conditions and the following disclaimer.
28 notice, this list of conditions and the following disclaimer in
49 #include <linux/list.h>
66 struct list_head *list; local
68 list_entry(v, struct adf_cfg_section, list);
71 list_for_each(list, &sec->param_head) {
73 list_entry(list, struct adf_cfg_key_val, list);
190 list_add_tail(&new->list, &sec->param_head);
199 list_entry(list_ptr, struct adf_cfg_key_val, list);
208 struct list_head *list, *tmp; local
221 struct list_head *list; local
236 struct list_head *list; local
[all...]
H A Dadf_cfg.h26 notice, this list of conditions and the following disclaimer.
28 notice, this list of conditions and the following disclaimer in
50 #include <linux/list.h>
61 struct list_head list; member in struct:adf_cfg_key_val
66 struct list_head list; member in struct:adf_cfg_section
/drivers/isdn/mISDN/
H A Ddsp_pipeline.c29 #include <linux/list.h>
43 struct list_head list; member in struct:dsp_pipeline_entry
48 struct list_head list; member in struct:dsp_element_entry
84 list_del(&entry->list);
112 list_add_tail(&entry->list, &dsp_elements);
146 list_for_each_entry_safe(entry, n, &dsp_elements, list)
155 printk(KERN_ERR "%s: element %s not in list.\n", __func__, elem->name);
182 list_for_each_entry_safe(entry, n, &dsp_elements, list) {
183 list_del(&entry->list);
199 INIT_LIST_HEAD(&pipeline->list);
[all...]
/drivers/hid/
H A Dhidraw.c48 struct hidraw_list *list = file->private_data; local
52 mutex_lock(&list->read_mutex);
55 if (list->head == list->tail) {
56 add_wait_queue(&list->hidraw->wait, &wait);
59 while (list->head == list->tail) {
64 if (!list->hidraw->exist) {
74 mutex_unlock(&list->read_mutex);
76 mutex_lock(&list
259 struct hidraw_list *list = file->private_data; local
273 struct hidraw_list *list; local
321 struct hidraw_list *list = file->private_data; local
354 struct hidraw_list *list = file->private_data; local
488 struct hidraw_list *list; local
[all...]
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf_res.c43 * @head: List head used either by the staging list or the manager list
61 * @list: List of commited command buffer resources.
64 * @resources and @list are protected by the cmdbuf mutex for now.
68 struct list_head list; member in struct:vmw_cmdbuf_res_manager
120 * vmw_cmdbuf_res_commit - Commit a list of command buffer resource actions
122 * @list: Caller's list of command buffer resource actions.
124 * This function commits a list of command buffer resource
129 void vmw_cmdbuf_res_commit(struct list_head *list) argument
163 vmw_cmdbuf_res_revert(struct list_head *list) argument
200 vmw_cmdbuf_res_add(struct vmw_cmdbuf_res_manager *man, enum vmw_cmdbuf_res_type res_type, u32 user_key, struct vmw_resource *res, struct list_head *list) argument
240 vmw_cmdbuf_res_remove(struct vmw_cmdbuf_res_manager *man, enum vmw_cmdbuf_res_type res_type, u32 user_key, struct list_head *list) argument
[all...]
/drivers/gpu/drm/exynos/
H A Dexynos_drm_core.c63 list_add_tail(&subdrv->list, &exynos_drm_subdrv_list);
74 list_del(&subdrv->list);
88 list_for_each_entry_safe(subdrv, n, &exynos_drm_subdrv_list, list) {
100 list_del(&subdrv->list);
119 list_for_each_entry(subdrv, &exynos_drm_subdrv_list, list) {
133 list_for_each_entry(subdrv, &exynos_drm_subdrv_list, list) {
144 list_for_each_entry_reverse(subdrv, &subdrv->list, list) {
156 list_for_each_entry(subdrv, &exynos_drm_subdrv_list, list) {
/drivers/media/pci/cx18/
H A Dcx18-queue.c43 list_for_each_entry(buf, &mdl->buf_list, list) {
52 INIT_LIST_HEAD(&q->list);
77 list_add(&mdl->list, &q->list); /* LIFO */
79 list_add_tail(&mdl->list, &q->list); /* FIFO */
92 if (!list_empty(&q->list)) {
93 mdl = list_first_entry(&q->list, struct cx18_mdl, list);
94 list_del_init(&mdl->list);
[all...]
/drivers/misc/mei/
H A Dinterrupt.c37 * @compl_list: list of completed cbs
44 list_for_each_entry_safe(cb, next, &compl_list->list, list) {
46 list_del(&cb->list);
94 * @complete_list: An instance of our list structure
106 list_for_each_entry_safe(cb, next, &dev->read_list.list, list) {
116 list_del(&cb->list);
129 list_del(&cb->list);
143 list_del(&cb->list);
434 struct mei_cl_cb *list; local
[all...]
/drivers/md/
H A Ddm-stats.h6 #include <linux/list.h>
13 struct list_head list; /* list of struct dm_stat */ member in struct:dm_stats
37 return !list_empty(&st->list);
/drivers/scsi/csiostor/
H A Dcsio_defs.h17 * copyright notice, this list of conditions and the following
21 * copyright notice, this list of conditions and the following
41 #include <linux/list.h>
67 csio_list_deleted(struct list_head *list) argument
69 return ((list->next == list) && (list->prev == list));

Completed in 4751 milliseconds

1234567891011>>