Home
last modified time | relevance | path

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

/drivers/ide/
Dpiix.c274 const struct ich_laptop *lap = &ich_laptop[0]; in piix_cable_detect() local
278 while (lap->device) { in piix_cable_detect()
279 if (lap->device == pdev->device && in piix_cable_detect()
280 lap->subvendor == pdev->subsystem_vendor && in piix_cable_detect()
281 lap->subdevice == pdev->subsystem_device) { in piix_cable_detect()
284 lap++; in piix_cable_detect()
Dsis5513.c527 const struct sis_laptop *lap = &sis_laptop[0]; in sis_cable_detect() local
530 while (lap->device) { in sis_cable_detect()
531 if (lap->device == pdev->device && in sis_cable_detect()
532 lap->subvendor == pdev->subsystem_vendor && in sis_cable_detect()
533 lap->subdevice == pdev->subsystem_device) in sis_cable_detect()
535 lap++; in sis_cable_detect()
/drivers/ata/
Dpata_sis.c64 const struct sis_laptop *lap = &sis_laptop[0]; in sis_short_ata40() local
66 while (lap->device) { in sis_short_ata40()
67 if (lap->device == dev->device && in sis_short_ata40()
68 lap->subvendor == dev->subsystem_vendor && in sis_short_ata40()
69 lap->subdevice == dev->subsystem_device) in sis_short_ata40()
71 lap++; in sis_short_ata40()
Data_piix.c525 const struct ich_laptop *lap = &ich_laptop[0]; in ich_pata_cable_detect() local
529 while (lap->device) { in ich_pata_cable_detect()
530 if (lap->device == pdev->device && in ich_pata_cable_detect()
531 lap->subvendor == pdev->subsystem_vendor && in ich_pata_cable_detect()
532 lap->subdevice == pdev->subsystem_device) in ich_pata_cable_detect()
535 lap++; in ich_pata_cable_detect()
/drivers/infiniband/core/
Dcm.c143 static CM_COUNTER_ATTR(lap, CM_LAP_COUNTER);