Searched refs:next (Results 1 - 25 of 1408) sorted by relevance

1234567891011>>

/drivers/acpi/acpica/
H A Dpswalk.c65 union acpi_parse_object *next = NULL; local
80 next = acpi_ps_get_arg(op, 0);
81 if (next) {
85 op = next;
92 next = op->common.next;
102 if (next) {
103 op = next;
H A Dpstree.c107 arg = arg->common.next;
166 while (prev_arg->common.next) {
167 prev_arg = prev_arg->common.next;
169 prev_arg->common.next = arg;
180 arg = arg->common.next;
196 * DESCRIPTION: Get next op in tree (walking the tree in depth-first order)
204 union acpi_parse_object *next = NULL; local
216 next = acpi_ps_get_arg(op, 0);
217 if (next) {
218 return (next);
[all...]
H A Dutaddress.c106 range_info->next = acpi_gbl_address_range_list[space_id];
157 range_info->next;
159 prev->next = range_info->next;
178 range_info = range_info->next;
263 range_info = range_info->next;
284 struct acpi_address_range *next; local
291 next = acpi_gbl_address_range_list[i];
293 while (next) {
294 range_info = next;
[all...]
H A Devgpeutil.c98 gpe_block = gpe_block->next;
101 gpe_xrupt_info = gpe_xrupt_info->next;
147 gpe_block = gpe_block->next;
150 gpe_xrupt_block = gpe_xrupt_block->next;
231 next_gpe_xrupt = next_gpe_xrupt->next;
248 while (next_gpe_xrupt->next) {
249 next_gpe_xrupt = next_gpe_xrupt->next;
252 next_gpe_xrupt->next = gpe_xrupt;
318 gpe_xrupt->previous->next = gpe_xrupt->next;
357 struct acpi_gpe_notify_info *next; local
[all...]
/drivers/staging/bcm/
H A DQueue.h15 (_Tail)->next = _Packet; \
17 (_Packet)->next = NULL; \
23 if (!Head->next) { \
26 Head = Head->next; \
/drivers/gpu/drm/nouveau/nvif/
H A Dlist.h12 * The above copyright notice and this permission notice (including the next
92 * struct foo *iterator, *next;
93 * list_for_each_entry_safe(iterator, next, &bar.list_of_foos, entry) {
111 struct list_head *next, *prev; member in struct:list_head
130 list->next = list->prev = list;
135 struct list_head *prev, struct list_head *next)
137 next->prev = entry;
138 entry->next = next;
140 prev->next
134 __list_add(struct list_head *entry, struct list_head *prev, struct list_head *next) argument
186 __list_del(struct list_head *prev, struct list_head *next) argument
[all...]
/drivers/scsi/sym53c8xx_2/
H A Dsym_malloc.c77 while (!h[j].next) {
79 h[j].next = (m_link_p) M_GET_MEM_CLUSTER();
80 if (h[j].next)
81 h[j].next->next = NULL;
87 a = h[j].next;
89 h[j].next = h[j].next->next;
93 h[j].next
[all...]
/drivers/thunderbolt/
H A Dcap.c30 && cap->extended_short.next == 0
45 int next; local
51 next = cap->basic.next;
59 next = cap->basic.next;
61 next = cap->extended_short.next;
63 next = cap->extended_long.next;
[all...]
/drivers/usb/host/
H A Dxhci-ext-caps.h94 * Return the next extended capability pointer register.
100 * in XHCI_HCC_PARAMS_OFFSET. If searching for the next extended capability,
103 * Returns 0 if there is no next extended capability register or returns the register offset
108 u32 next; local
110 next = readl(base + ext_offset);
114 next = XHCI_HCC_EXT_CAPS(next);
117 /* Find the next extended capability */
118 next = XHCI_EXT_CAPS_NEXT(next);
[all...]
H A Dehci-dbg.c135 ehci_dbg (ehci, "%s [%d] itd %p, next %08x, urb %p\n",
166 ehci_dbg (ehci, "%s [%d] sitd %p, next %08x, urb %p\n",
419 char *next = *nextp; local
438 temp = scnprintf (next, size,
449 next += temp;
466 temp = snprintf (next, size,
481 next += temp;
486 temp = snprintf (next, size, "\n");
490 next += temp;
494 *nextp = next;
503 char *next; local
542 char *next; local
627 char *next; local
784 char *next, scratch [80]; local
[all...]
/drivers/gpu/drm/nouveau/core/subdev/fb/
H A Dsddr3.c74 switch (ram->next->bios.timing_ver) {
76 if (ram->next->bios.timing_hdr < 0x17) {
80 CWL = ram->next->bios.timing_10_CWL;
81 CL = ram->next->bios.timing_10_CL;
82 WR = ram->next->bios.timing_10_WR;
83 DLL = !ram->next->bios.ramcfg_10_02_40;
84 ODT = ram->next->bios.timing_10_ODT;
87 CWL = (ram->next->bios.timing[1] & 0x00000f80) >> 7;
88 CL = (ram->next->bios.timing[1] & 0x0000001f) >> 0;
89 WR = (ram->next
[all...]
H A Dsddr2.c65 switch (ram->next->bios.timing_ver) {
67 CL = ram->next->bios.timing_10_CL;
68 WR = ram->next->bios.timing_10_WR;
69 DLL = !ram->next->bios.ramcfg_10_02_40;
70 ODT = ram->next->bios.timing_10_ODT & 3;
73 CL = (ram->next->bios.timing[1] & 0x0000001f);
74 WR = (ram->next->bios.timing[2] & 0x007f0000) >> 16;
H A Dgddr5.c43 switch (ram->next->bios.ramcfg_ver) {
45 pd = ram->next->bios.ramcfg_11_01_80;
46 lf = ram->next->bios.ramcfg_11_01_40;
47 xd = !ram->next->bios.ramcfg_11_01_20;
48 vh = ram->next->bios.ramcfg_11_02_10;
49 vr = ram->next->bios.ramcfg_11_02_04;
50 vo = ram->next->bios.ramcfg_11_06;
51 l3 = !ram->next->bios.ramcfg_11_07_02;
57 switch (ram->next->bios.timing_ver) {
59 WL = (ram->next
[all...]
/drivers/pnp/isapnp/
H A Dcompat.c33 list = from ? from->global_list.next : pnp_cards.next;
40 list = list->next;
56 list = pnp_global.next;
58 list = from->global_list.next;
66 list = list->next;
71 list = card->devices.next;
73 list = from->card_list.next;
82 list = list->next;
/drivers/gpu/drm/radeon/
H A Dradeon_mem.c16 * The above copyright notice and this permission notice (including the next
54 newblock->next = p->next;
56 p->next->prev = newblock;
57 p->next = newblock;
71 newblock->next = p->next;
73 p->next->prev = newblock;
74 p->next = newblock;
117 if (p->next
[all...]
H A Dmkregtable.c36 * sometimes we already know the next/prev entries and we can
42 struct list_head *next, *prev; member in struct:list_head
52 list->next = list;
60 * the prev/next entries already!
64 struct list_head *prev, struct list_head *next)
66 next->prev = new;
67 new->next = next;
69 prev->next = new;
73 struct list_head *prev, struct list_head *next);
63 __list_add(struct list_head *new, struct list_head *prev, struct list_head *next) argument
109 __list_del(struct list_head *prev, struct list_head *next) argument
222 struct list_head *next = head->next; local
276 __list_splice(const struct list_head *list, struct list_head *prev, struct list_head *next) argument
[all...]
/drivers/parisc/
H A Dhppb.c29 struct hppb_card *next; member in struct:hppb_card
34 .next = NULL,
53 while(card->next) {
54 card = card->next;
58 card->next = kzalloc(sizeof(struct hppb_card), GFP_KERNEL);
59 if(!card->next) {
63 card = card->next;
/drivers/staging/lustre/lustre/lov/
H A Dlovsub_dev.c94 const char *name, struct lu_device *next)
100 next->ld_site = d->ld_site;
101 ldt = next->ld_type;
103 rc = ldt->ldt_ops->ldto_device_init(env, next, ldt->ldt_name, NULL);
105 next->ld_site = NULL;
109 lu_device_get(next);
110 lu_ref_add(&next->ld_reference, "lu-stack", &lu_site_init);
111 lsd->acid_next = lu2cl_dev(next);
118 struct lu_device *next; local
122 next
93 lovsub_device_init(const struct lu_env *env, struct lu_device *d, const char *name, struct lu_device *next) argument
132 struct lu_device *next = cl2lu_dev(lsd->acid_next); local
[all...]
/drivers/infiniband/hw/amso1100/
H A Dc2_alloc.c54 new_head->next = NULL;
57 /* build list where each index is the next free slot */
79 struct sp_chunk *next; local
82 next = root->next;
85 root = next;
99 } else if (head->next == NULL) {
100 if (c2_alloc_mqsp_chunk(c2dev, gfp_mask, &head->next) ==
102 head = head->next;
109 head = head->next;
[all...]
/drivers/scsi/arm/
H A Dmsgqueue.c30 msgq->free = mq->next;
44 mq->next = msgq->free;
62 msgq->entries[i].next = &msgq->entries[i + 1];
64 msgq->entries[NR_MESSAGES - 1].next = NULL;
88 for (mq = msgq->qe; mq; mq = mq->next)
105 for (mq = msgq->qe; mq && msgno; mq = mq->next, msgno--);
134 mq->next = NULL;
138 mqp = &(*mqp)->next;
156 mqnext = mq->next;
/drivers/media/pci/zoran/
H A Dvideocodec.c60 struct attached_list *next; member in struct:attached_list
67 struct codec_list *next; member in struct:codec_list
141 while (a->next)
142 a = a->next; // find end
143 a->next = ptr;
155 h = h->next;
209 h->list = a->next;
213 prev->next = a->next;
224 a = a->next;
[all...]
/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c135 slot = slot->next;
321 if (!((*head)->next))
328 if (((*head)->next) &&
329 ((*head)->length > (*head)->next->length)) {
332 *head = (*head)->next;
333 current_res->next = (*head)->next;
334 (*head)->next = current_res;
339 while (current_res->next && current_res->next
971 struct pci_func *next; local
1000 struct pci_func *next; local
1039 struct pci_func *next; local
[all...]
/drivers/acpi/
H A Dwakeup.c32 struct list_head *node, *next; local
34 list_for_each_safe(node, next, &acpi_wakeup_device_list) {
59 struct list_head *node, *next; local
61 list_for_each_safe(node, next, &acpi_wakeup_device_list) {
81 struct list_head *node, *next; local
84 list_for_each_safe(node, next, &acpi_wakeup_device_list) {
/drivers/crypto/qat/qat_common/
H A Dadf_cfg_user.h65 struct adf_user_cfg_key_val *next; member in union:adf_user_cfg_key_val::__anon527
82 struct adf_user_cfg_section *next; member in union:adf_user_cfg_section::__anon530
/drivers/gpu/drm/nouveau/core/core/
H A Dmm.c56 struct nouveau_mm_node *next = node(this, next); local
64 if (next && next->type == NVKM_MM_TYPE_NONE) {
65 next->offset = this->offset;
66 next->length += this->length;
115 struct nouveau_mm_node *prev, *this, *next; local
134 next = node(this, next);
135 if (next
188 struct nouveau_mm_node *prev, *this, *next; local
241 u32 next; local
[all...]

Completed in 498 milliseconds

1234567891011>>