Home
last modified time | relevance | path

Searched refs:pot (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/scripts/kconfig/
DMakefile64 --output $(obj)/config.pot
65 $(Q)sed -i s/CHARSET/UTF-8/ $(obj)/config.pot
71 >> $(obj)/config.pot; \
74 $(Q)msguniq --sort-by-file --to-code=UTF-8 $(obj)/config.pot \
75 --output $(obj)/linux.pot
76 $(Q)rm -f $(obj)/config.pot
193 clean-files += config.pot linux.pot
D.gitignore11 *.pot
/linux-4.4.14/drivers/staging/fbtft/
Dfb_uc1611.c52 static unsigned pot = 16; variable
53 module_param(pot, uint, 0);
54 MODULE_PARM_DESC(pot, "PM[6:0] Bias voltage pot.: 0-63 (default: 16)");
91 write_reg(par, (gain & 0x03) << 6 | (pot & 0x3F)); in init_display()
/linux-4.4.14/drivers/mtd/
Dnftlcore.c209 u16 pot = nftl->LastFreeEUN; in NFTL_findfreeblock() local
220 if (nftl->ReplUnitTable[pot] == BLOCK_FREE) { in NFTL_findfreeblock()
221 nftl->LastFreeEUN = pot; in NFTL_findfreeblock()
223 return pot; in NFTL_findfreeblock()
230 if (++pot > nftl->lastEUN) in NFTL_findfreeblock()
231 pot = le16_to_cpu(nftl->MediaHdr.FirstPhysicalEUN); in NFTL_findfreeblock()
239 } while (pot != nftl->LastFreeEUN); in NFTL_findfreeblock()
Dinftlcore.c213 u16 pot = inftl->LastFreeEUN; in INFTL_findfreeblock() local
231 if (inftl->PUtable[pot] == BLOCK_FREE) { in INFTL_findfreeblock()
232 inftl->LastFreeEUN = pot; in INFTL_findfreeblock()
233 return pot; in INFTL_findfreeblock()
236 if (++pot > inftl->lastEUN) in INFTL_findfreeblock()
237 pot = 0; in INFTL_findfreeblock()
244 } while (pot != inftl->LastFreeEUN); in INFTL_findfreeblock()
/linux-4.4.14/tools/power/cpupower/
D.gitignore16 po/cpupowerutils.pot
/linux-4.4.14/Documentation/input/
Damijoy.txt130 These addresses each read a pair of 8 bit pot counters.
159 POTGO 034 W Paula Pot port (4 bit) bi-direction and data, and pot counter start.
167 that shares the same 4 pins as the 4 pot counters above.
/linux-4.4.14/Documentation/
Ddontdiff42 *.pot