Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A 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()
H A Data_piix.c510 const struct ich_laptop *lap = &ich_laptop[0]; in ich_pata_cable_detect() local
514 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()
/openbmc/linux/arch/s390/include/asm/
H A Dctl_reg.h101 unsigned long lap : 1; /* Low-address-protection control */ member
/openbmc/linux/include/net/bluetooth/
H A Dhci_sock.h170 __u8 lap[3]; member
H A Dhci.h726 __u8 lap[3]; member
/openbmc/linux/arch/s390/kernel/
H A Dnmi.c136 cr0_new.lap = 0; in s390_handle_damage()
/openbmc/linux/drivers/s390/char/
H A Dsclp_early_core.c36 cr0_new.lap = 0; in sclp_early_wait_irq()
/openbmc/linux/arch/s390/kvm/
H A Dgaccess.c808 if (!ctlreg0.lap) in low_address_protection_enabled()
1370 if (!ctlreg0.lap || !is_low_address(gra)) in kvm_s390_check_low_addr_prot_real()
/openbmc/linux/net/bluetooth/
H A Dhci_sync.c5825 memcpy(&cp.lap, liac, sizeof(cp.lap)); in hci_inquiry_sync()
5827 memcpy(&cp.lap, giac, sizeof(cp.lap)); in hci_inquiry_sync()
H A Dhci_core.c319 memcpy(&cp.lap, &ir->lap, 3); in hci_inq_req()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio69 * "proximity-lap" indicates the device is being used on someone's lap
71 Note "proximity-lap" is special in that its value may be
/openbmc/linux/Documentation/admin-guide/laptops/
H A Dthinkpad-acpi.rst1447 they differ between desk and lap mode.
/openbmc/linux/drivers/infiniband/core/
H A Dcm.c4320 CM_COUNTER_ATTR(lap, _group, CM_LAP_COUNTER), \