Searched refs:list (Results 451 - 475 of 1833) sorted by relevance

<<11121314151617181920>>

/drivers/acpi/
H A Dglue.c11 #include <linux/list.h>
42 list_add_tail(&type->list, &bus_type_list);
57 list_del_init(&type->list);
72 list_for_each_entry(tmp, &bus_type_list, list) {
193 * Keep the list sorted by node_id so that the IDs of removed nodes can
/drivers/base/power/
H A Dclock_ops.c71 * Add the clock represented by @con_id to the list of clocks used for
134 * Remove the clock represented by @con_id from the list of clocks used for
167 * pm_clk_init - Initialize a device's list of power management clocks.
168 * @dev: Device to initialize the list of PM clocks for.
181 * pm_clk_create - Create and initialize a device's list of PM clocks.
182 * @dev: Device to create and initialize the list of PM clocks for.
193 * pm_clk_destroy - Destroy a device's list of power management clocks.
194 * @dev: Device to destroy the list of PM clocks for.
196 * Clear the @dev's power.subsys_data field, remove the list of clock entries
204 struct list_head list; local
[all...]
/drivers/char/xillybus/
H A Dxillybus.h16 #include <linux/list.h>
/drivers/gpu/drm/exynos/
H A Dexynos_drm_ipp.c40 * 5. free subdrv_remove notifier callback list if needed.
65 * @list: list head to memory queue information.
73 struct list_head list; member in struct:drm_exynos_ipp_mem_node
241 list_for_each_entry(c_node, &ippdrv->cmd_list, list) {
280 * Supports ippdrv list count for user application.
456 list_add_tail(&c_node->list, &ippdrv->cmd_list);
499 list_del(&m_node->list);
524 INIT_LIST_HEAD(&m_node->list);
552 list_add_tail(&m_node->list,
[all...]
/drivers/gpu/drm/nouveau/core/engine/perfmon/
H A Dpriv.h50 struct list_head list; member in struct:nouveau_perfdom
/drivers/gpu/drm/qxl/
H A Dqxl_gem.c63 list_add_tail(&qbo->list, &qdev->gem.objects);
H A Dqxl_object.c40 list_del_init(&bo->list);
104 INIT_LIST_HEAD(&bo->list);
277 list_for_each_entry_safe(bo, n, &qdev->gem.objects, list) {
283 list_del_init(&bo->list);
/drivers/hid/
H A Dhid-lg2ff.c66 struct hid_input, list);
/drivers/isdn/mISDN/
H A Dcore.c290 list_for_each_entry(bp, &Bprotocols, list)
302 list_for_each_entry(bp, &Bprotocols, list)
342 list_add_tail(&bp->list, &Bprotocols);
357 list_del(&bp->list);
/drivers/md/
H A Ddm-bio-prison.c130 hlist_for_each_entry(cell, &b->cells, list)
145 hlist_add_head(&cell->list, &b->cells);
211 hlist_del(&cell->list);
239 hlist_del(&cell->list);
H A Ddm-cache-policy.h216 struct list_head list; member in struct:dm_cache_policy_type
H A Ddm-delay.c41 struct list_head list; member in struct:dm_delay_info
84 list_for_each_entry_safe(delayed, next, &dc->delayed_bios, list) {
88 list_del(&delayed->list);
248 list_add_tail(&delayed->list, &dc->delayed_bios);
/drivers/media/dvb-core/
H A Ddvbdev.h29 #include <linux/list.h>
/drivers/media/pci/saa7164/
H A Dsaa7164-core.c23 #include <linux/list.h>
266 list_for_each_safe(c, n, &port->dmaqueue.list) {
268 buf = list_entry(c, struct saa7164_buffer, list);
313 if (!list_empty(&port->list_buf_free.list)) {
315 /* Pull the first buffer from the used list */
316 ubuf = list_first_entry(&port->list_buf_free.list,
317 struct saa7164_user_buffer, list);
329 /* Requeue the buffer on the free list */
332 list_move_tail(&ubuf->list,
333 &port->list_buf_used.list);
1067 struct list_head *list; local
[all...]
/drivers/media/platform/omap3isp/
H A Dispccdc.h53 struct list_head list; member in struct:ispccdc_lsc_config_req
/drivers/media/platform/vsp1/
H A Dvsp1_video.h16 #include <linux/list.h>
/drivers/media/usb/em28xx/
H A Dem28xx-vbi.c91 list_add_tail(&buf->list, &vbiq->active);
/drivers/media/usb/usbtv/
H A Dusbtv.h13 * notice, this list of conditions, and the following disclaimer,
65 struct list_head list; member in struct:usbtv_buf
/drivers/net/
H A Dntb_netdev.c22 * notice, this list of conditions and the following disclaimer.
24 * notice, this list of conditions and the following disclaimer in
62 struct list_head list; member in struct:ntb_netdev
364 list_add(&dev->list, &dev_list);
381 list_for_each_entry(dev, &dev_list, list) {
390 list_del(&dev->list);
/drivers/net/wireless/ath/ath5k/
H A Dbase.h9 * notice, this list of conditions and the following disclaimer,
65 struct list_head list; member in struct:ath5k_buf
/drivers/net/wireless/ath/ath6kl/
H A Dtrace.h121 unsigned int entries, struct hif_scatter_item *list),
123 TP_ARGS(addr, flags, total_len, entries, list),
153 len = list[i].len;
156 list[i].buf, len);
/drivers/net/wireless/mwifiex/
H A Dwmm.h52 * This function retrieves the TID of the given RA list.
68 * This function gets the length of a list.
83 * This function checks if a RA list is empty or not.
91 list_for_each_entry(ra_list, ra_list_hhead, list) {
/drivers/net/wireless/ti/wlcore/
H A Dwlcore_i.h31 #include <linux/list.h>
337 struct list_head list; member in struct:wl12xx_vif
496 list_for_each_entry(wlvif, &wl->wlvif_list, list)
499 list_for_each_entry_continue(wlvif, &wl->wlvif_list, list)
/drivers/rapidio/
H A Drio.h14 #include <linux/list.h>
/drivers/staging/lustre/lustre/include/linux/
H A Dobd.h47 # include <linux/list.h>

Completed in 6009 milliseconds

<<11121314151617181920>>