Searched defs:prev (Results 1 - 25 of 179) sorted by relevance

12345678

/drivers/acpi/acpica/
H A Dnseval.c343 union acpi_operand_object *prev; local
367 prev = next;
372 prev->method.mutex = NULL;
373 acpi_ns_exec_module_code(prev, info);
378 acpi_ut_remove_reference(prev);
H A Dpsloop.c322 union acpi_operand_object *prev; local
329 prev = next = acpi_gbl_module_code_list;
331 prev = next;
339 if (!prev ||
340 ((prev->method.aml_start + prev->method.aml_length) != aml_start)) {
367 if (!prev) {
370 prev->method.mutex = method_obj;
373 prev->method.aml_length += aml_length;
H A Dpsparse.c136 union acpi_parse_object *prev; local
161 prev = op->common.parent->common.value.arg;
162 if (!prev) {
251 if (prev == op) {
272 while (prev) {
276 next = prev->common.next;
285 prev->common.next =
291 prev->common.next =
296 prev = next;
H A Dutaddress.c141 struct acpi_address_range *prev; local
152 range_info = prev = acpi_gbl_address_range_list[space_id];
155 if (range_info == prev) { /* Found at list head */
159 prev->next = range_info->next;
177 prev = range_info;
H A Dpsargs.c716 union acpi_parse_object *prev = NULL; local
760 if (prev) {
761 prev->common.next = field;
765 prev = field;
/drivers/fmc/
H A Dfmc-dump.c25 const uint8_t *prev)
29 if (!prev || memcmp(line, prev, LINELEN)) {
39 if (line == prev + LINELEN)
41 return prev;
46 const uint8_t *line, *prev; local
58 prev = NULL;
60 prev = dump_line(i, line, prev);
65 const uint8_t *line, *prev; local
24 dump_line(int addr, const uint8_t *line, const uint8_t *prev) argument
[all...]
/drivers/gpu/drm/nouveau/
H A Dnv10_fence.c45 struct nouveau_channel *prev, struct nouveau_channel *chan)
44 nv10_fence_sync(struct nouveau_fence *fence, struct nouveau_channel *prev, struct nouveau_channel *chan) argument
H A Dnv17_fence.c34 struct nouveau_channel *prev, struct nouveau_channel *chan)
36 struct nouveau_cli *cli = (void *)nvif_client(&prev->device->base);
50 ret = RING_SPACE(prev, 5);
52 BEGIN_NV04(prev, 0, NV11_SUBCHAN_DMA_SEMAPHORE, 4);
53 OUT_RING (prev, fctx->sema.handle);
54 OUT_RING (prev, 0);
55 OUT_RING (prev, value + 0);
56 OUT_RING (prev, value + 1);
57 FIRE_RING (prev);
33 nv17_fence_sync(struct nouveau_fence *fence, struct nouveau_channel *prev, struct nouveau_channel *chan) argument
H A Dnv04_fence.c52 struct nouveau_channel *prev, struct nouveau_channel *chan)
51 nv04_fence_sync(struct nouveau_fence *fence, struct nouveau_channel *prev, struct nouveau_channel *chan) argument
H A Dnv84_fence.c90 struct nouveau_channel *prev, struct nouveau_channel *chan)
93 u64 addr = prev->chid * 16;
89 nv84_fence_sync(struct nouveau_fence *fence, struct nouveau_channel *prev, struct nouveau_channel *chan) argument
/drivers/usb/host/
H A Dohci-mem.c105 struct td **prev = &hc->td_hash [TD_HASH_FUNC (td->td_dma)]; local
107 while (*prev && *prev != td)
108 prev = &(*prev)->td_hash;
109 if (*prev)
110 *prev = td->td_hash;
/drivers/video/fbdev/omap2/dss/
H A Ddss-of.c25 struct device_node *prev)
32 if (!prev) {
49 ports = of_get_parent(prev);
54 port = of_get_next_child(ports, prev);
59 prev = port;
69 struct device_node *prev)
77 ep = of_get_next_child(parent, prev);
80 prev = ep;
24 omapdss_of_get_next_port(const struct device_node *parent, struct device_node *prev) argument
68 omapdss_of_get_next_endpoint(const struct device_node *parent, struct device_node *prev) argument
/drivers/crypto/qat/qat_common/
H A Dadf_cfg_user.h61 struct adf_user_cfg_key_val *prev; member in union:adf_user_cfg_key_val::__anon526
78 struct adf_user_cfg_section *prev; member in union:adf_user_cfg_section::__anon529
/drivers/net/fddi/skfp/
H A Dsmttimer.c41 struct smt_timer **prev ; local
51 for (prev = &smc->t.st_queue ; (tm = *prev) ; prev = &tm->tm_next ) {
53 *prev = tm->tm_next ;
65 struct smt_timer **prev ; local
92 for (prev = &smc->t.st_queue ; (tm = *prev) ; prev = &tm->tm_next ) {
99 *prev
[all...]
/drivers/gpu/drm/
H A Ddrm_lock.c183 unsigned int old, new, prev; local
196 prev = cmpxchg(lock, old, new);
197 } while (prev != old);
232 unsigned int old, new, prev; local
239 prev = cmpxchg(lock, old, new);
240 } while (prev != old);
257 unsigned int old, new, prev; local
272 prev = cmpxchg(lock, old, new);
273 } while (prev != old);
299 unsigned int old, new, prev; local
350 unsigned int old, prev; local
[all...]
/drivers/infiniband/hw/mthca/
H A Dmthca_mcg.c54 * If GID is found in MGM or MGM is empty, *index = *hash, *prev = -1
57 * if GID is found in AMGM, *index = index in AMGM, *prev = index of
60 * If no AMGM exists for given gid, *index = -1, *prev = index of last
65 u16 *hash, int *prev, int *index)
89 *prev = -1;
109 *prev = *index;
126 int index, prev; local
138 err = find_mgm(dev, gid->raw, mailbox, &hash, &prev, &index);
191 err = mthca_READ_MGM(dev, prev, mailbox);
199 err = mthca_WRITE_MGM(dev, prev, mailbo
63 find_mgm(struct mthca_dev *dev, u8 *gid, struct mthca_mailbox *mgm_mailbox, u16 *hash, int *prev, int *index) argument
220 int prev, index; local
[all...]
/drivers/input/joystick/
H A Djoydump.c52 struct joydump *dump, *prev; /* one entry each */ local
123 prev = dump;
132 for (i = 1; i < t; i++, dump++, prev++) {
134 i, dump->time - prev->time);
/drivers/usb/image/
H A Dmicrotek.h31 struct mts_desc *prev; member in struct:mts_desc
/drivers/ata/
H A Dpata_cs5530.c147 struct ata_device *prev = ap->private_data; local
150 if (ata_dma_enabled(adev) && adev != prev && prev != NULL) {
152 if ((ata_using_udma(adev) && !ata_using_udma(prev)) ||
153 (ata_using_udma(prev) && !ata_using_udma(adev)))
H A Dpata_sc1200.c169 struct ata_device *prev = ap->private_data; local
172 if (ata_dma_enabled(adev) && adev != prev && prev != NULL) {
174 if ((ata_using_udma(adev) && !ata_using_udma(prev)) ||
175 (ata_using_udma(prev) && !ata_using_udma(adev)))
/drivers/atm/
H A Didt77105.c326 struct idt77105_priv *walk, *prev; local
334 for (prev = NULL, walk = idt77105_all ;
336 prev = walk, walk = walk->next) {
338 if (prev != NULL)
339 prev->next = walk->next;
/drivers/firmware/efi/libstub/
H A Dfdt.c27 int node, prev, num_rsv; local
60 prev = 0;
65 node = fdt_next_node(fdt, prev, NULL);
75 prev = node;
/drivers/gpu/drm/nouveau/core/core/
H A Dmm.c55 struct nouveau_mm_node *prev = node(this, prev); local
58 if (prev && prev->type == NVKM_MM_TYPE_NONE) {
59 prev->length += this->length;
61 kfree(this); this = prev;
74 list_for_each_entry(prev, &mm->free, fl_entry) {
75 if (this->offset < prev->offset)
79 list_add_tail(&this->fl_entry, &prev->fl_entry);
115 struct nouveau_mm_node *prev, *thi local
188 struct nouveau_mm_node *prev, *this, *next; local
240 struct nouveau_mm_node *node, *prev; local
[all...]
/drivers/gpu/drm/nouveau/core/subdev/therm/
H A Dfan.c136 u32 cycles, cur, prev; local
147 prev = gpio->get(gpio, 0, priv->fan->tach.func, priv->fan->tach.line);
153 if (prev != cur) {
157 prev = cur;
/drivers/gpu/drm/nouveau/core/subdev/volt/
H A Dbase.c92 int prev = nouveau_volt_get(volt); local
93 if (!condition || prev < 0 ||
94 (condition < 0 && ret < prev) ||
95 (condition > 0 && ret > prev)) {

Completed in 342 milliseconds

12345678