Searched defs:lap (Results 1 - 4 of 4) sorted by relevance

/drivers/ide/
H A Dpiix.c274 const struct ich_laptop *lap = &ich_laptop[0]; local
278 while (lap->device) {
279 if (lap->device == pdev->device &&
280 lap->subvendor == pdev->subsystem_vendor &&
281 lap->subdevice == pdev->subsystem_device) {
284 lap++;
H A Dsis5513.c527 const struct sis_laptop *lap = &sis_laptop[0]; local
530 while (lap->device) {
531 if (lap->device == pdev->device &&
532 lap->subvendor == pdev->subsystem_vendor &&
533 lap->subdevice == pdev->subsystem_device)
535 lap++;
/drivers/ata/
H A Dpata_sis.c64 const struct sis_laptop *lap = &sis_laptop[0]; local
66 while (lap->device) {
67 if (lap->device == dev->device &&
68 lap->subvendor == dev->subsystem_vendor &&
69 lap->subdevice == dev->subsystem_device)
71 lap++;
H A Data_piix.c525 const struct ich_laptop *lap = &ich_laptop[0]; local
529 while (lap->device) {
530 if (lap->device == pdev->device &&
531 lap->subvendor == pdev->subsystem_vendor &&
532 lap->subdevice == pdev->subsystem_device)
535 lap++;

Completed in 6309 milliseconds