| /kernel/linux/linux-6.6/drivers/comedi/drivers/ |
| D | ni_labpc.c | 4 * Driver for National Instruments Lab-PC series boards and compatibles 10 * Description: National Instruments Lab-PC (& compatibles) 11 * Devices: [National Instruments] Lab-PC-1200 (lab-pc-1200), 12 * Lab-PC-1200AI (lab-pc-1200ai), Lab-PC+ (lab-pc+) 22 * Tested with lab-pc-1200. For the older Lab-PC+, not all input 27 * Kernel-level ISA plug-and-play support for the lab-pc-1200 boards 39 * The Lab-pc+ has quirky chanlist requirements when scanning multiple 42 * like lab-pc+ or scan up from channel zero. Chanlists consisting of all 47 * 320502b (lab-pc+) 58 .name = "lab-pc-1200", [all …]
|
| D | ni_labpc_pci.c | 4 * Driver for National Instruments Lab-PC PCI-1200 10 * Description: National Instruments Lab-PC PCI-1200 129 MODULE_DESCRIPTION("Comedi: National Instruments Lab-PC PCI-1200 driver");
|
| D | ni_labpc_cs.c | 15 * Description: National Instruments Lab-PC (& compatibles) 109 MODULE_DESCRIPTION("Comedi driver for National Instruments Lab-PC");
|
| D | ni_labpc_isadma.c | 4 * ISA DMA support for National Instruments Lab-PC series boards and 179 MODULE_DESCRIPTION("Comedi NI Lab-PC ISA DMA support");
|
| /kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
| D | ni_labpc.c | 4 * Driver for National Instruments Lab-PC series boards and compatibles 10 * Description: National Instruments Lab-PC (& compatibles) 11 * Devices: [National Instruments] Lab-PC-1200 (lab-pc-1200), 12 * Lab-PC-1200AI (lab-pc-1200ai), Lab-PC+ (lab-pc+) 22 * Tested with lab-pc-1200. For the older Lab-PC+, not all input 27 * Kernel-level ISA plug-and-play support for the lab-pc-1200 boards 39 * The Lab-pc+ has quirky chanlist requirements when scanning multiple 42 * like lab-pc+ or scan up from channel zero. Chanlists consisting of all 47 * 320502b (lab-pc+) 59 .name = "lab-pc-1200", [all …]
|
| D | ni_labpc_pci.c | 4 * Driver for National Instruments Lab-PC PCI-1200 10 * Description: National Instruments Lab-PC PCI-1200 130 MODULE_DESCRIPTION("Comedi: National Instruments Lab-PC PCI-1200 driver");
|
| D | ni_labpc_cs.c | 15 * Description: National Instruments Lab-PC (& compatibles) 110 MODULE_DESCRIPTION("Comedi driver for National Instruments Lab-PC");
|
| D | ni_labpc_isadma.c | 4 * ISA DMA support for National Instruments Lab-PC series boards and 180 MODULE_DESCRIPTION("Comedi NI Lab-PC ISA DMA support");
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/ |
| D | qcom-labibb-regulator.yaml | 7 title: Qualcomm's LAB(LCD AMOLED Boost)/IBB(Inverting Buck Boost) Regulator 13 LAB can be used as a positive boost power supply and IBB can be used as a 19 const: qcom,pmi8998-lab-ibb 21 lab: 29 Short-circuit interrupt for lab. 42 Short-circuit interrupt for lab. 57 compatible = "qcom,pmi8998-lab-ibb"; 59 lab {
|
| /kernel/linux/linux-5.10/arch/mips/mm/ |
| D | uasm.c | 412 void uasm_build_label(struct uasm_label **lab, u32 *addr, int lid) in uasm_build_label() argument 414 (*lab)->addr = addr; in uasm_build_label() 415 (*lab)->lab = lid; in uasm_build_label() 416 (*lab)++; in uasm_build_label() 494 (*rel)->lab = lid; in uasm_r_mips_pc16() 500 struct uasm_label *lab); 503 struct uasm_label *lab) in uasm_resolve_relocs() argument 507 for (; rel->lab != UASM_LABEL_INVALID; rel++) in uasm_resolve_relocs() 508 for (l = lab; l->lab != UASM_LABEL_INVALID; l++) in uasm_resolve_relocs() 509 if (rel->lab == l->lab) in uasm_resolve_relocs() [all …]
|
| /kernel/linux/linux-6.6/arch/mips/mm/ |
| D | uasm.c | 413 void uasm_build_label(struct uasm_label **lab, u32 *addr, int lid) in uasm_build_label() argument 415 (*lab)->addr = addr; in uasm_build_label() 416 (*lab)->lab = lid; in uasm_build_label() 417 (*lab)++; in uasm_build_label() 495 (*rel)->lab = lid; in uasm_r_mips_pc16() 501 struct uasm_label *lab); 504 struct uasm_label *lab) in uasm_resolve_relocs() argument 508 for (; rel->lab != UASM_LABEL_INVALID; rel++) in uasm_resolve_relocs() 509 for (l = lab; l->lab != UASM_LABEL_INVALID; l++) in uasm_resolve_relocs() 510 if (rel->lab == l->lab) in uasm_resolve_relocs() [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/regulator/ |
| D | qcom-labibb-regulator.yaml | 7 title: Qualcomm's LAB(LCD AMOLED Boost)/IBB(Inverting Buck Boost) Regulator 13 LAB can be used as a positive boost power supply and IBB can be used as a 19 const: qcom,pmi8998-lab-ibb 21 lab: 36 Short-circuit and over-current interrupts for lab. 86 compatible = "qcom,pmi8998-lab-ibb"; 88 lab {
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/qcom/ |
| D | pmi8998.dtsi | 30 compatible = "qcom,pmi8998-lab-ibb"; 36 lab: lab { label
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/ |
| D | uasm.h | 190 int lab; member 193 void uasm_build_label(struct uasm_label **lab, u32 *addr, 204 static inline void uasm_l##lb(struct uasm_label **lab, u32 *addr) \ 206 uasm_build_label(lab, addr, label##lb); \ 294 int lab; member 301 void uasm_resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab); 303 void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, long off); 304 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab,
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/ |
| D | uasm.h | 191 int lab; member 194 void uasm_build_label(struct uasm_label **lab, u32 *addr, 205 static inline void uasm_l##lb(struct uasm_label **lab, u32 *addr) \ 207 uasm_build_label(lab, addr, label##lb); \ 299 int lab; member 306 void uasm_resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab); 308 void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, long off); 309 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab,
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/qcom/ |
| D | pmi8998.dtsi | 56 compatible = "qcom,pmi8998-lab-ibb"; 64 lab: lab { label
|
| D | sdm845-lg-judyln.dts | 24 lab-supply = <&lab>;
|
| /kernel/linux/linux-6.6/arch/m68k/kernel/ |
| D | head.S | 525 #define is_not_amiga(lab) cmpl &MACH_AMIGA,%pc@(m68k_machtype); jne lab argument 526 #define is_not_atari(lab) cmpl &MACH_ATARI,%pc@(m68k_machtype); jne lab argument 527 #define is_not_mac(lab) cmpl &MACH_MAC,%pc@(m68k_machtype); jne lab argument 528 #define is_not_mvme147(lab) cmpl &MACH_MVME147,%pc@(m68k_machtype); jne lab argument 529 #define is_not_mvme16x(lab) cmpl &MACH_MVME16x,%pc@(m68k_machtype); jne lab argument 530 #define is_not_bvme6000(lab) cmpl &MACH_BVME6000,%pc@(m68k_machtype); jne lab argument 531 #define is_mvme147(lab) cmpl &MACH_MVME147,%pc@(m68k_machtype); jeq lab argument 532 #define is_mvme16x(lab) cmpl &MACH_MVME16x,%pc@(m68k_machtype); jeq lab argument 533 #define is_bvme6000(lab) cmpl &MACH_BVME6000,%pc@(m68k_machtype); jeq lab argument 534 #define is_not_hp300(lab) cmpl &MACH_HP300,%pc@(m68k_machtype); jne lab argument [all …]
|
| /kernel/linux/linux-5.10/arch/m68k/kernel/ |
| D | head.S | 524 #define is_not_amiga(lab) cmpl &MACH_AMIGA,%pc@(m68k_machtype); jne lab argument 525 #define is_not_atari(lab) cmpl &MACH_ATARI,%pc@(m68k_machtype); jne lab argument 526 #define is_not_mac(lab) cmpl &MACH_MAC,%pc@(m68k_machtype); jne lab argument 527 #define is_not_mvme147(lab) cmpl &MACH_MVME147,%pc@(m68k_machtype); jne lab argument 528 #define is_not_mvme16x(lab) cmpl &MACH_MVME16x,%pc@(m68k_machtype); jne lab argument 529 #define is_not_bvme6000(lab) cmpl &MACH_BVME6000,%pc@(m68k_machtype); jne lab argument 530 #define is_mvme147(lab) cmpl &MACH_MVME147,%pc@(m68k_machtype); jeq lab argument 531 #define is_mvme16x(lab) cmpl &MACH_MVME16x,%pc@(m68k_machtype); jeq lab argument 532 #define is_bvme6000(lab) cmpl &MACH_BVME6000,%pc@(m68k_machtype); jeq lab argument 533 #define is_not_hp300(lab) cmpl &MACH_HP300,%pc@(m68k_machtype); jne lab argument [all …]
|
| /kernel/linux/linux-6.6/drivers/regulator/ |
| D | qcom-labibb-regulator.c | 170 * of the LAB and IBB regulators will be forced (regulators will be 173 * As last, if the writes to shut down the LAB/IBB regulators fail 334 /* IRQ polarities - LAB: trigger-low, IBB: trigger-high */ in qcom_labibb_set_ocp() 381 * This function checks the STATUS1 register on both LAB and IBB regulators 453 * The Portable Batch System (PBS) automatically disables LAB in qcom_labibb_sc_recovery_worker() 526 * The LAB and IBB regulators will be automatically disabled by the 750 {"lab", QCOM_LAB_TYPE, PMI8998_LAB_REG_BASE, &pmi8998_lab_desc}, 756 { .compatible = "qcom,pmi8998-lab-ibb", .data = &pmi8998_labibb_data}, 850 /* LAB Limits: 200-1600mA */ in qcom_labibb_regulator_probe() 896 .name = "qcom-lab-ibb-regulator",
|
| /kernel/linux/linux-5.10/drivers/regulator/ |
| D | qcom-labibb-regulator.c | 81 {"lab", QCOM_LAB_TYPE, PMI8998_LAB_REG_BASE, &pmi8998_lab_desc}, 87 { .compatible = "qcom,pmi8998-lab-ibb", .data = &pmi8998_labibb_data}, 165 .name = "qcom-lab-ibb-regulator",
|
| /kernel/linux/linux-5.10/arch/sh/kernel/ |
| D | traps_32.c | 393 case 0x8000: /* bf lab, bf/s lab, bt lab, bt/s lab */ in handle_unaligned_access() 399 case 0x0B00: /* bf lab - no delayslot*/ in handle_unaligned_access() 402 case 0x0F00: /* bf/s lab */ in handle_unaligned_access() 413 case 0x0900: /* bt lab - no delayslot */ in handle_unaligned_access() 416 case 0x0D00: /* bt/s lab */ in handle_unaligned_access()
|
| /kernel/linux/linux-6.6/arch/sh/kernel/ |
| D | traps_32.c | 410 case 0x8000: /* bf lab, bf/s lab, bt lab, bt/s lab */ in handle_unaligned_access() 416 case 0x0B00: /* bf lab - no delayslot*/ in handle_unaligned_access() 419 case 0x0F00: /* bf/s lab */ in handle_unaligned_access() 430 case 0x0900: /* bt lab - no delayslot */ in handle_unaligned_access() 433 case 0x0D00: /* bt/s lab */ in handle_unaligned_access()
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-bus-event_source-devices-hv_gpci | 56 What: /sys/bus/event_source/devices/hv_gpci/interface/lab 60 0 or 1. Indicates whether we have access to "LAB" events (listed
|
| /kernel/linux/linux-5.10/drivers/staging/comedi/ |
| D | Kconfig | 499 tristate "NI Lab-PC and compatibles ISA support" 502 Enable support for National Instruments Lab-PC and compatibles 503 Lab-PC-1200, Lab-PC-1200AI, Lab-PC+. 504 Kernel-level ISA plug-and-play support for the lab-pc-1200 boards has 1033 tristate "NI Lab-PC PCI-1200 support" 1036 Enable support for National Instruments Lab-PC PCI-1200.
|