Home
last modified time | relevance | path

Searched refs:previous (Results 1 – 25 of 26) sorted by relevance

12

/drivers/acpi/acpica/
Devgpeutil.c249 gpe_xrupt->previous = next_gpe_xrupt; in acpi_ev_get_gpe_xrupt_block()
311 if (gpe_xrupt->previous) { in acpi_ev_delete_gpe_xrupt()
312 gpe_xrupt->previous->next = gpe_xrupt->next; in acpi_ev_delete_gpe_xrupt()
320 gpe_xrupt->next->previous = gpe_xrupt->previous; in acpi_ev_delete_gpe_xrupt()
Devgpeblk.c106 gpe_block->previous = next_gpe_block; in acpi_ev_install_gpe_block()
148 if (!gpe_block->previous && !gpe_block->next) { in acpi_ev_delete_gpe_block()
160 if (gpe_block->previous) { in acpi_ev_delete_gpe_block()
161 gpe_block->previous->next = gpe_block->next; in acpi_ev_delete_gpe_block()
168 gpe_block->next->previous = gpe_block->previous; in acpi_ev_delete_gpe_block()
Dhwpci.c293 struct acpi_pci_device *previous; in acpi_hw_delete_pci_list() local
297 previous = next; in acpi_hw_delete_pci_list()
298 next = previous->next; in acpi_hw_delete_pci_list()
299 ACPI_FREE(previous); in acpi_hw_delete_pci_list()
Daclocal.h446 struct acpi_gpe_block_info *previous; member
461 struct acpi_gpe_xrupt_info *previous; member
1058 struct acpi_debug_mem_block *previous; \
/drivers/pci/hotplug/
Dcpqphp_core.c262 void __iomem *previous) in get_SMBIOS_entry() argument
267 if (!previous) in get_SMBIOS_entry()
268 previous = smbios_start; in get_SMBIOS_entry()
270 previous = get_subsequent_smbios_entry(smbios_start, in get_SMBIOS_entry()
271 smbios_table, previous); in get_SMBIOS_entry()
273 while (previous) in get_SMBIOS_entry()
274 if (readb(previous + SMBIOS_GENERIC_TYPE) != type) in get_SMBIOS_entry()
275 previous = get_subsequent_smbios_entry(smbios_start, in get_SMBIOS_entry()
276 smbios_table, previous); in get_SMBIOS_entry()
280 return previous; in get_SMBIOS_entry()
/drivers/spi/
Dspi-pl022.c1307 struct spi_transfer *previous = NULL; in pump_transfers() local
1329 previous = list_entry(transfer->transfer_list.prev, in pump_transfers()
1332 if (previous->delay_usecs) in pump_transfers()
1337 udelay(previous->delay_usecs); in pump_transfers()
1340 if (previous->cs_change) in pump_transfers()
1411 struct spi_transfer *previous = NULL; in do_polling_transfer() local
1426 previous = in do_polling_transfer()
1429 if (previous->delay_usecs) in do_polling_transfer()
1430 udelay(previous->delay_usecs); in do_polling_transfer()
1431 if (previous->cs_change) in do_polling_transfer()
Dspi-bfin-sport.c344 struct spi_transfer *previous = NULL; in bfin_sport_spi_pump_transfers() local
386 previous = list_entry(transfer->transfer_list.prev, in bfin_sport_spi_pump_transfers()
388 if (previous->delay_usecs) in bfin_sport_spi_pump_transfers()
389 udelay(previous->delay_usecs); in bfin_sport_spi_pump_transfers()
Dspi-dw.c380 struct spi_transfer *previous = NULL; in pump_transfers() local
413 previous = list_entry(transfer->transfer_list.prev, in pump_transfers()
416 if (previous->delay_usecs) in pump_transfers()
417 udelay(previous->delay_usecs); in pump_transfers()
Dspi-pxa2xx.c935 struct spi_transfer *previous = NULL; in pump_transfers() local
968 previous = list_entry(transfer->transfer_list.prev, in pump_transfers()
971 if (previous->delay_usecs) in pump_transfers()
972 udelay(previous->delay_usecs); in pump_transfers()
975 if (previous->cs_change) in pump_transfers()
Dspi-bfin5xx.c562 struct spi_transfer *previous = NULL; in bfin_spi_pump_transfers() local
598 previous = list_entry(transfer->transfer_list.prev, in bfin_spi_pump_transfers()
600 if (previous->delay_usecs) in bfin_spi_pump_transfers()
601 udelay(previous->delay_usecs); in bfin_spi_pump_transfers()
/drivers/md/
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) in init_stripe() argument
323 sh->generation = conf->generation - previous; in init_stripe()
324 sh->disks = previous ? conf->previous_raid_disks : conf->raid_disks; in init_stripe()
326 stripe_set_idx(sector, conf, previous, sh); in init_stripe()
342 raid5_build_block(sh, i, previous); in init_stripe()
445 int previous, int noblock, int noquiesce) in get_active_stripe() argument
457 sh = __find_stripe(conf, sector, conf->generation - previous); in get_active_stripe()
474 init_stripe(sh, sector, previous); in get_active_stripe()
[all …]
/drivers/gpu/drm/radeon/
DKconfig12 cause issues or bugs compared to the previous userspace driver stack.
/drivers/staging/usbip/
Dusbip_protocol.txt117 | | | ends with the previous "number of exported
199 | | | device, if the previous status field was OK (0),
/drivers/net/wireless/libertas/
DREADME200 keep=[0 or 1] keep the previous scan results (1), discard (0)
222 Keep the previous scan table intact. Update any duplicate BSSID/SSID
/drivers/mmc/card/
DKconfig30 Default is 8 to be backwards compatible with previous
/drivers/scsi/arm/
DKconfig20 previous commands haven't finished yet. Some SCSI devices don't
/drivers/infiniband/ulp/srpt/
Dib_srpt.c734 enum srpt_command_state previous; in srpt_set_cmd_state() local
740 previous = ioctx->state; in srpt_set_cmd_state()
741 if (previous != SRPT_STATE_DONE) in srpt_set_cmd_state()
745 return previous; in srpt_set_cmd_state()
757 enum srpt_command_state previous; in srpt_test_and_set_cmd_state() local
765 previous = ioctx->state; in srpt_test_and_set_cmd_state()
766 if (previous == old) in srpt_test_and_set_cmd_state()
769 return previous == old; in srpt_test_and_set_cmd_state()
/drivers/atm/
Dnicstar.c1853 ns_tsi *previous = NULL, *one_ahead, *two_ahead; in process_tsq() local
1902 previous = card->tsq.next; in process_tsq()
1920 writel(PTR_DIFF(previous, card->tsq.base), in process_tsq()
1968 ns_rsqe *previous; in process_rsq() local
1975 previous = card->rsq.next; in process_rsq()
1981 writel(PTR_DIFF(previous, card->rsq.base), card->membase + RSQH); in process_rsq()
/drivers/staging/speakup/
Dspkguide.txt167 keypad 1 -- read previous character
171 keypad 4 -- read previous word
174 keypad 7 -- read previous line
865 Let's examine the parts of the two previous commands. They are issued
1022 Again, key_names is used by Speakup's help system. In the previous
1362 from that of the Document, and from those of previous versions
1364 of the Document). You may use the same title as a previous version
1388 Version as stated in the previous sentence.
1391 the network locations given in the Document for previous versions
1430 permission from the previous publisher that added the old one.
/drivers/net/ethernet/micrel/
Dksz884x.c3849 struct ksz_desc *previous = NULL; in hw_init_desc() local
3854 previous = cur++; in hw_init_desc()
3855 previous->phw->next = cpu_to_le32(phys); in hw_init_desc()
3857 previous->phw->next = cpu_to_le32(desc_info->ring_phys); in hw_init_desc()
3858 previous->sw.buf.rx.end_of_ring = 1; in hw_init_desc()
3859 previous->phw->buf.data = cpu_to_le32(previous->sw.buf.data); in hw_init_desc()
/drivers/scsi/
DKconfig750 previous commands haven't finished yet.
1312 device's queue even if previous commands haven't finished yet.
1563 previous commands haven't finished yet.
/drivers/staging/wlags49_h2/
DREADME.wlags49314 compatibility with other / previous WaveLAN/IEEE products).
/drivers/message/fusion/lsi/
Dmpi_history.txt592 * Added some defines for to support previous version
/drivers/scsi/aic7xxx_old/
Daic7xxx.seq1193 * SCBID of the SCB just previous to this one in the list or SCB_LIST_NULL
/drivers/scsi/aic7xxx/
Daic7xxx.seq360 * If bus reset interrupts have been disabled (from a previous

12