/kernel/linux/linux-5.10/drivers/ide/ |
H A D | piix.c | 274 const struct ich_laptop *lap = &ich_laptop[0]; in piix_cable_detect() local 278 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()
|
H A D | sis5513.c | 528 const struct sis_laptop *lap = &sis_laptop[0]; in sis_cable_detect() local 531 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()
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | pata_sis.c | 65 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 D | ata_piix.c | 509 const struct ich_laptop *lap = &ich_laptop[0]; in ich_pata_cable_detect() local 513 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()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | pata_sis.c | 65 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 D | ata_piix.c | 510 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()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | ctl_reg.h | 89 unsigned long lap : 1; /* Low-address-protection control */ member
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | ctl_reg.h | 101 unsigned long lap : 1; /* Low-address-protection control */ member
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci_sock.h | 170 __u8 lap[3]; member
|
H A D | hci.h | 612 __u8 lap[3]; member
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_sock.h | 170 __u8 lap[3]; member
|
H A D | hci.h | 716 __u8 lap[3]; member
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | nmi.c | 136 cr0_new.lap = 0; in s390_handle_damage()
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | sclp_early_core.c | 35 cr0_new.lap = 0; in sclp_early_wait_irq()
|
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | sclp_early_core.c | 36 cr0_new.lap = 0; in sclp_early_wait_irq()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_request.c | 2932 memcpy(&cp.lap, liac, sizeof(cp.lap)); in bredr_inquiry() 2934 memcpy(&cp.lap, giac, sizeof(cp.lap)); in bredr_inquiry()
|
H A D | hci_core.c | 1295 memcpy(&cp.lap, &ir->lap, 3); in hci_inq_req()
|
/kernel/linux/linux-5.10/arch/s390/kvm/ |
H A D | gaccess.c | 790 if (!ctlreg0.lap) in low_address_protection_enabled() 970 if (!ctlreg0.lap || !is_low_address(gra)) in kvm_s390_check_low_addr_prot_real()
|
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A D | gaccess.c | 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()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_sync.c | 5666 memcpy(&cp.lap, liac, sizeof(cp.lap)); in hci_inquiry_sync() 5668 memcpy(&cp.lap, giac, sizeof(cp.lap)); in hci_inquiry_sync()
|
H A D | hci_core.c | 364 memcpy(&cp.lap, &ir->lap, 3); in hci_inq_req()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | cm.c | 184 static CM_COUNTER_ATTR(lap, CM_LAP_COUNTER);
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | cm.c | 4299 CM_COUNTER_ATTR(lap, _group, CM_LAP_COUNTER), \
|