Home
last modified time | relevance | path

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

/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()
/linux/include/net/bluetooth/
H A Dhci_sock.h170 __u8 lap[3]; member
H A Dhci.h778 __u8 lap[3];
776 __u8 lap[3]; global() member
/linux/arch/s390/include/asm/
H A Dctlreg.h208 unsigned long lap : 1; /* Low-address-protection control */ member
/linux/drivers/s390/char/
H A Dsclp_early_core.c38 cr0_new.lap = 0; in sclp_early_wait_irq()
/linux/net/bluetooth/
H A Dhci_sync.c5975 memcpy(&cp.lap, liac, sizeof(cp.lap)); in hci_inquiry_sync()
5977 memcpy(&cp.lap, giac, sizeof(cp.lap)); in hci_inquiry_sync()
/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
/linux/drivers/infiniband/core/
H A Dcm.c4300 CM_COUNTER_ATTR(lap, _group, CM_LAP_COUNTER), \