Home
last modified time | relevance | path

Searched refs:jumpers (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/platform/ts5500/
H A Dts5500.c9 * (SBC) and its devices, and exposes information to userspace such as jumpers'
71 * @jumpers: Bitfield for jumpers' state.
81 u8 jumpers; member
143 sbc->jumpers = tmp & ~TS5500_LED; in ts5500_detect_config()
173 return sprintf(buf, "0x%.2x\n", sbc->jumpers >> 1); in jumpers_show()
175 static DEVICE_ATTR_RO(jumpers);
/kernel/linux/linux-6.6/arch/x86/platform/ts5500/
H A Dts5500.c9 * (SBC) and its devices, and exposes information to userspace such as jumpers'
71 * @jumpers: Bitfield for jumpers' state.
81 u8 jumpers; member
143 sbc->jumpers = tmp & ~TS5500_LED; in ts5500_detect_config()
173 return sprintf(buf, "0x%.2x\n", sbc->jumpers >> 1); in jumpers_show()
175 static DEVICE_ATTR_RO(jumpers);

Completed in 2 milliseconds