Searched refs:lap (Results 1 – 13 of 13) sorted by relevance
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()
510 const struct ich_laptop *lap = &ich_laptop[0]; in ich_pata_cable_detect() local514 while (lap->device) { in ich_pata_cable_detect()515 if (lap->device == pdev->device && in ich_pata_cable_detect()516 lap->subvendor == pdev->subsystem_vendor && in ich_pata_cable_detect()517 lap->subdevice == pdev->subsystem_device) in ich_pata_cable_detect()520 lap++; in ich_pata_cable_detect()
101 unsigned long lap : 1; /* Low-address-protection control */ member
170 __u8 lap[3]; member
718 __u8 lap[3]; member
136 cr0_new.lap = 0; in s390_handle_damage()
36 cr0_new.lap = 0; in sclp_early_wait_irq()
808 if (!ctlreg0.lap) in low_address_protection_enabled()1366 if (!ctlreg0.lap || !is_low_address(gra)) in kvm_s390_check_low_addr_prot_real()
5649 memcpy(&cp.lap, liac, sizeof(cp.lap)); in hci_inquiry_sync()5651 memcpy(&cp.lap, giac, sizeof(cp.lap)); in hci_inquiry_sync()
364 memcpy(&cp.lap, &ir->lap, 3); in hci_inq_req()
69 * "proximity-lap" indicates the device is being used on someone's lap71 Note "proximity-lap" is special in that its value may be
1447 they differ between desk and lap mode.
4299 CM_COUNTER_ATTR(lap, _group, CM_LAP_COUNTER), \