Searched refs:list (Results 326 - 350 of 5602) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/s390/cio/
H A Deadm_sch.h8 #include <linux/list.h>
/linux-master/drivers/usb/gadget/
H A Dfunctions.c19 list_for_each_entry(fd, &func_list, list) {
99 list_for_each_entry(fd, &func_list, list) {
104 list_add_tail(&newf->list, &func_list);
114 list_del(&fd->list);
/linux-master/net/ieee802154/
H A Dcore.h9 struct list_head list; member in struct:cfg802154_registered_device
/linux-master/drivers/xen/xen-pciback/
H A Dpassthrough.c9 #include <linux/list.h>
31 list_for_each_entry(dev_entry, &dev_data->dev_list, list) {
60 list_add_tail(&dev_entry->list, &dev_data->dev_list);
81 list_for_each_entry_safe(dev_entry, t, &dev_data->dev_list, list) {
83 list_del(&dev_entry->list);
129 list_for_each_entry(dev_entry, &dev_data->dev_list, list) {
136 list_for_each_entry(e, &dev_data->dev_list, list) {
164 list_for_each_entry_safe(dev_entry, t, &dev_data->dev_list, list) {
166 list_del(&dev_entry->list);
/linux-master/include/linux/
H A Dsync_file.h18 #include <linux/list.h>
26 * @sync_file_list: membership in global file list
H A Duser-return-notifier.h7 #include <linux/list.h>
H A Dfirmware-map.h10 #include <linux/list.h>
H A Dirqbypass.h11 #include <linux/list.h>
33 * @node: IRQ bypass manager private list management
59 * @node: IRQ bypass manager private list management
/linux-master/sound/soc/mediatek/mt6797/
H A Dmt6797-afe-common.h13 #include <linux/list.h>
/linux-master/include/drm/
H A Ddrm_blend.h26 #include <linux/list.h>
/linux-master/include/uapi/linux/
H A Dudmabuf.h27 struct udmabuf_create_item list[]; member in struct:udmabuf_create_list
/linux-master/arch/sparc/kernel/
H A Dprom_common.c100 int of_find_in_proplist(const char *list, const char *match, int len) argument
105 if (!strcmp(list, match))
107 l = strlen(list) + 1;
108 list += l;
/linux-master/include/sound/
H A Dseq_virmidi.h21 struct list_head list; member in struct:snd_virmidi
39 * common information and the linked-list of opened files,
/linux-master/arch/powerpc/sysdev/
H A Dfsl_msi.h43 struct list_head list; /* support multiple MSI banks */ member in struct:fsl_msi
/linux-master/drivers/hv/
H A Dhv_utils_transport.h26 struct list_head list; /* hvt_list */ member in struct:hvutil_transport
/linux-master/drivers/media/mc/
H A Dmc-dev-allocator.c12 * A system wide global media device list is managed and each media device
32 struct list_head list; member in struct:media_device_instance
54 list_del(&mdi->list);
67 list_for_each_entry(mdi, &media_device_list, list) {
90 list_add_tail(&mdi->list, &media_device_list);
/linux-master/drivers/nvdimm/
H A Dvirtio_pmem.h29 struct list_head list; member in struct:virtio_pmem_request
/linux-master/drivers/soc/fsl/qbman/
H A Dbman_priv.h6 * notice, this list of conditions and the following disclaimer.
8 * notice, this list of conditions and the following disclaimer in the
53 struct list_head list; member in struct:bm_portal_config
/linux-master/include/net/
H A Dtls_toe.h16 * copyright notice, this list of conditions and the following
20 * copyright notice, this list of conditions and the following
35 #include <linux/list.h>
47 * @dev_list: Inline tls device list
/linux-master/drivers/char/agp/
H A Disoch.c6 #include <linux/list.h>
17 struct list_head list; member in struct:agp_3_5_dev
25 struct agp_3_5_dev *cur, *n = list_entry(new, struct agp_3_5_dev, list);
29 cur = list_entry(pos, struct agp_3_5_dev, list);
36 static void agp_3_5_dev_list_sort(struct agp_3_5_dev *list, unsigned int ndevs) argument
40 struct list_head *pos, *tmp, *head = &list->list, *start = head->next;
46 cur = list_entry(pos, struct agp_3_5_dev, list);
81 struct list_head *head = &dev_list->list, *pos;
102 * Sort the device list b
[all...]
/linux-master/net/netfilter/
H A Dnf_internals.h5 #include <linux/list.h>
H A Dnf_sockopt.c31 list_for_each_entry(ops, &nf_sockopts, list) {
47 list_add(&reg->list, &nf_sockopts);
57 list_del(&reg->list);
68 list_for_each_entry(ops, &nf_sockopts, list) {
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_trap.h7 #include <linux/list.h>
/linux-master/drivers/message/fusion/
H A Dmptsas.h53 struct list_head list; member in struct:mptsas_target_reset_event
78 struct list_head list; member in struct:mptsas_device_info
108 struct list_head list; member in struct:fw_event_work
175 struct list_head list; member in struct:mptsas_portinfo
/linux-master/net/batman-adv/
H A Dfragmentation.h13 #include <linux/list.h>
30 * batadv_frag_check_entry() - check if a list of fragments has timed out

Completed in 385 milliseconds

<<11121314151617181920>>