Home
last modified time | relevance | path

Searched refs:lap (Results 1 – 6 of 6) 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.c528 const struct sis_laptop *lap = &sis_laptop[0]; in sis_cable_detect() local
531 while (lap->device) { in sis_cable_detect()
532 if (lap->device == pdev->device && in sis_cable_detect()
533 lap->subvendor == pdev->subsystem_vendor && in sis_cable_detect()
534 lap->subdevice == pdev->subsystem_device) in sis_cable_detect()
536 lap++; in sis_cable_detect()
/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.c35 cr0_new.lap = 0; in sclp_early_wait_irq()
/drivers/infiniband/core/
Dcm.c184 static CM_COUNTER_ATTR(lap, CM_LAP_COUNTER);