Searched refs:lap (Results 1 – 6 of 6) 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()
528 const struct sis_laptop *lap = &sis_laptop[0]; in sis_cable_detect() local531 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()
65 const struct sis_laptop *lap = &sis_laptop[0]; in sis_short_ata40() local67 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()
509 const struct ich_laptop *lap = &ich_laptop[0]; in ich_pata_cable_detect() local513 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()
35 cr0_new.lap = 0; in sclp_early_wait_irq()
184 static CM_COUNTER_ATTR(lap, CM_LAP_COUNTER);