Searched refs:previous (Results 1 - 15 of 15) sorted by relevance

/drivers/acpi/acpica/
H A Devgpeutil.c249 gpe_xrupt->previous = next_gpe_xrupt;
311 if (gpe_xrupt->previous) {
312 gpe_xrupt->previous->next = gpe_xrupt->next;
314 /* No previous, update list head */
320 gpe_xrupt->next->previous = gpe_xrupt->previous;
H A Dhwpci.c114 * NOTE: Created 08/2010. Replaces the previous OSL acpi_os_derive_pci_id
293 struct acpi_pci_device *previous; local
297 previous = next;
298 next = previous->next;
299 ACPI_FREE(previous);
360 * If the previous device was a bridge, use the previous
H A Devgpeblk.c106 gpe_block->previous = next_gpe_block;
148 if (!gpe_block->previous && !gpe_block->next) {
160 if (gpe_block->previous) {
161 gpe_block->previous->next = gpe_block->next;
168 gpe_block->next->previous = gpe_block->previous;
H A Daclocal.h446 struct acpi_gpe_block_info *previous; member in struct:acpi_gpe_block_info
461 struct acpi_gpe_xrupt_info *previous; member in struct:acpi_gpe_xrupt_info
1058 struct acpi_debug_mem_block *previous; \
/drivers/mmc/card/
H A DKconfig30 Default is 8 to be backwards compatible with previous
/drivers/pci/hotplug/
H A Dcpqphp_core.c202 * Gets the first entry if previous == NULL;
228 * The first condition is the previous byte
250 * @previous: %NULL or pointer to previously returned structure
252 * Gets the first entry of the specified type if previous == %NULL;
262 void __iomem *previous)
267 if (!previous)
268 previous = smbios_start;
270 previous = get_subsequent_smbios_entry(smbios_start,
271 smbios_table, previous);
273 while (previous)
259 get_SMBIOS_entry(void __iomem *smbios_start, void __iomem *smbios_table, u8 type, void __iomem *previous) argument
[all...]
/drivers/spi/
H A Dspi-pl022.c344 * and it was found that it uses the same chip select as the previous
345 * message, so we left it active after the previous transfer, and it's
1302 struct spi_transfer *previous = NULL; local
1324 previous = list_entry(transfer->transfer_list.prev,
1327 if (previous->delay_usecs)
1332 udelay(previous->delay_usecs);
1335 if (previous->cs_change)
1406 struct spi_transfer *previous = NULL; local
1421 previous =
1424 if (previous
[all...]
H A Dspi-bfin-sport.c344 struct spi_transfer *previous = NULL; local
386 previous = list_entry(transfer->transfer_list.prev,
388 if (previous->delay_usecs)
389 udelay(previous->delay_usecs);
H A Dspi-dw.c380 struct spi_transfer *previous = NULL; local
413 previous = list_entry(transfer->transfer_list.prev,
416 if (previous->delay_usecs)
417 udelay(previous->delay_usecs);
H A Dspi-bfin5xx.c562 struct spi_transfer *previous = NULL; local
598 previous = list_entry(transfer->transfer_list.prev,
600 if (previous->delay_usecs)
601 udelay(previous->delay_usecs);
H A Dspi-pxa2xx.c935 struct spi_transfer *previous = NULL; local
968 previous = list_entry(transfer->transfer_list.prev,
971 if (previous->delay_usecs)
972 udelay(previous->delay_usecs);
975 if (previous->cs_change)
/drivers/md/
H A Draid5.c305 static void raid5_build_block(struct stripe_head *sh, int i, int previous);
306 static void stripe_set_idx(sector_t stripe, struct r5conf *conf, int previous,
309 static void init_stripe(struct stripe_head *sh, sector_t sector, int previous) argument
323 sh->generation = conf->generation - previous;
324 sh->disks = previous ? conf->previous_raid_disks : conf->raid_disks;
326 stripe_set_idx(sector, conf, previous, sh);
342 raid5_build_block(sh, i, previous);
391 * this 'previous' section is not in_sync.
441 int previous, int noblock, int noquiesce)
453 sh = __find_stripe(conf, sector, conf->generation - previous);
440 get_active_stripe(struct r5conf *conf, sector_t sector, int previous, int noblock, int noquiesce) argument
1824 raid5_build_block(struct stripe_head *sh, int i, int previous) argument
1875 raid5_compute_sector(struct r5conf *conf, sector_t r_sector, int previous, int *dd_idx, struct stripe_head *sh) argument
2078 compute_blocknr(struct stripe_head *sh, int i, int previous) argument
2354 stripe_set_idx(sector_t stripe, struct r5conf *conf, int previous, struct stripe_head *sh) argument
3967 int previous; local
[all...]
/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c728 * Does not modify the state of aborted commands. Returns the previous command
734 enum srpt_command_state previous; local
740 previous = ioctx->state;
741 if (previous != SRPT_STATE_DONE)
745 return previous;
751 * Returns true if and only if the previous command state was equal to 'old'.
757 enum srpt_command_state previous; local
765 previous = ioctx->state;
766 if (previous == old)
769 return previous
[all...]
/drivers/atm/
H A Dnicstar.c1853 ns_tsi *previous = NULL, *one_ahead, *two_ahead; local
1902 previous = card->tsq.next;
1920 writel(PTR_DIFF(previous, card->tsq.base),
1968 ns_rsqe *previous; local
1975 previous = card->rsq.next;
1981 writel(PTR_DIFF(previous, card->rsq.base), card->membase + RSQH);
/drivers/net/ethernet/micrel/
H A Dksz884x.c3849 struct ksz_desc *previous = NULL; local
3854 previous = cur++;
3855 previous->phw->next = cpu_to_le32(phys);
3857 previous->phw->next = cpu_to_le32(desc_info->ring_phys);
3858 previous->sw.buf.rx.end_of_ring = 1;
3859 previous->phw->buf.data = cpu_to_le32(previous->sw.buf.data);

Completed in 776 milliseconds