Home
last modified time | relevance | path

Searched refs:lap (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/drivers/ide/
H A Dpiix.c274 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 Dsis5513.c528 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 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.c509 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 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()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dctl_reg.h89 unsigned long lap : 1; /* Low-address-protection control */ member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dctl_reg.h101 unsigned long lap : 1; /* Low-address-protection control */ member
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci_sock.h170 __u8 lap[3]; member
H A Dhci.h612 __u8 lap[3]; member
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci_sock.h170 __u8 lap[3]; member
H A Dhci.h716 __u8 lap[3]; member
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dnmi.c136 cr0_new.lap = 0; in s390_handle_damage()
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dsclp_early_core.c35 cr0_new.lap = 0; in sclp_early_wait_irq()
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dsclp_early_core.c36 cr0_new.lap = 0; in sclp_early_wait_irq()
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_request.c2932 memcpy(&cp.lap, liac, sizeof(cp.lap)); in bredr_inquiry()
2934 memcpy(&cp.lap, giac, sizeof(cp.lap)); in bredr_inquiry()
H A Dhci_core.c1295 memcpy(&cp.lap, &ir->lap, 3); in hci_inq_req()
/kernel/linux/linux-5.10/arch/s390/kvm/
H A Dgaccess.c790 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 Dgaccess.c808 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 Dhci_sync.c5666 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 Dhci_core.c364 memcpy(&cp.lap, &ir->lap, 3); in hci_inq_req()
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Dcm.c184 static CM_COUNTER_ATTR(lap, CM_LAP_COUNTER);
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dcm.c4299 CM_COUNTER_ATTR(lap, _group, CM_LAP_COUNTER), \

Completed in 76 milliseconds