Searched refs:sled (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/leds/ |
| H A D | leds-syscon.c | 44 sled->state = false; in syscon_led_set() 46 val = sled->mask; in syscon_led_set() 47 sled->state = true; in syscon_led_set() 50 ret = regmap_update_bits(sled->map, sled->offset, sled->mask, val); in syscon_led_set() 78 sled = devm_kzalloc(dev, sizeof(*sled), GFP_KERNEL); in syscon_led_probe() 79 if (!sled) in syscon_led_probe() 82 sled->map = map; in syscon_led_probe() 95 ret = regmap_update_bits(map, sled->offset, sled->mask, sled->mask); in syscon_led_probe() 98 sled->state = true; in syscon_led_probe() 104 sled->state = !!(value & sled->mask); in syscon_led_probe() [all …]
|
| /linux-6.15/Documentation/filesystems/xfs/ |
| H A D | xfs-online-fsck-design.rst | 1783 This sled has an overhead of however long it takes the instruction decoder to 1784 skip past the sled, which seems to be on the order of less than 1ns and 1787 When online fsck enables the static key, the sled is replaced with an
|