Home
last modified time | relevance | path

Searched refs:lap (Results 1 – 4 of 4) sorted by relevance

/drivers/ata/
Dpata_sis.c65 const struct sis_laptop *lap = &sis_laptop[0]; in sis_short_ata40() local
67 while (lap->device) { in sis_short_ata40()
68 if (lap->device == dev->device && in sis_short_ata40()
69 lap->subvendor == dev->subsystem_vendor && in sis_short_ata40()
70 lap->subdevice == dev->subsystem_device) in sis_short_ata40()
72 lap++; in sis_short_ata40()
Data_piix.c509 const struct ich_laptop *lap = &ich_laptop[0]; in ich_pata_cable_detect() local
513 while (lap->device) { in ich_pata_cable_detect()
514 if (lap->device == pdev->device && in ich_pata_cable_detect()
515 lap->subvendor == pdev->subsystem_vendor && in ich_pata_cable_detect()
516 lap->subdevice == pdev->subsystem_device) in ich_pata_cable_detect()
519 lap++; in ich_pata_cable_detect()
/drivers/s390/char/
Dsclp_early_core.c36 cr0_new.lap = 0; in sclp_early_wait_irq()
/drivers/infiniband/core/
Dcm.c4290 CM_COUNTER_ATTR(lap, _group, CM_LAP_COUNTER), \