Searched refs:lap (Results 1 – 5 of 5) sorted by relevance
274 const struct ich_laptop *lap = &ich_laptop[0]; in piix_cable_detect() local278 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()
527 const struct sis_laptop *lap = &sis_laptop[0]; in sis_cable_detect() local530 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()
64 const struct sis_laptop *lap = &sis_laptop[0]; in sis_short_ata40() local66 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()
525 const struct ich_laptop *lap = &ich_laptop[0]; in ich_pata_cable_detect() local529 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()
143 static CM_COUNTER_ATTR(lap, CM_LAP_COUNTER);