Home
last modified time | relevance | path

Searched refs:mode_2 (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/Documentation/leds/
Dleds-lp55xx.rst197 /* mode_2: always on */
198 static const u8 mode_2[] = { 0x40, 0xFF, };
206 .b = mode_2,
207 .size_b = ARRAY_SIZE(mode_2),
217 Then, mode_1 and mode_2 can be run via through the sysfs::
/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-gadget.c1844 reg = readl(&pdev->port3x_regs->mode_2); in cdnsp_gen_setup()
1846 writel(reg, &pdev->port3x_regs->mode_2); in cdnsp_gen_setup()
Dcdnsp-gadget.h478 __le32 mode_2; member