Home
last modified time | relevance | path

Searched refs:ls2 (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hypothesis/
H A Dtest_rle.py97 ls2 = list(ls)
100 ls2.insert(i, ls2[i])
101 assert len(run_length_encode(ls2)) == len(run_length_encode(ls))
H A Dtest_binary_search.py113 ls2 = list(ls)
114 ls2.insert(i, v)
115 assert not is_sorted(ls2)
/openbmc/linux/drivers/leds/
H A Dleds-pca955x.c603 u8 ls2[4]; in pca955x_probe() local
685 ls2[i] = ls1[i]; in pca955x_probe()
706 ls2[reg] = pca955x_ledsel(ls2[reg], bit, PCA955X_LS_LED_OFF); in pca955x_probe()
708 ls2[reg] = pca955x_ledsel(ls2[reg], bit, PCA955X_LS_LED_ON); in pca955x_probe()
709 else if (pca955x_ledstate(ls2[reg], bit) == PCA955X_LS_BLINK0) { in pca955x_probe()
744 if (ls1[i] != ls2[i]) { in pca955x_probe()
745 err = pca955x_write_ls(pca955x, i, ls2[i]); in pca955x_probe()
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dtps65218.txt74 ls2: regulator-ls2 {