Home
last modified time | relevance | path

Searched refs:plain (Results 1 – 7 of 7) sorted by relevance

/drivers/net/slip/
DKconfig53 answer Y, just in case. You will still be able to use plain SLIP. If
/drivers/staging/speakup/
DKconfig22 that can be used with a plain text terminal.
Dspkguide.txt1263 Examples of suitable formats for Transparent copies include plain
/drivers/staging/rtl8723bs/core/
Drtw_security.c2272 static void aes_128_encrypt(void *ctx, u8 *plain, u8 *crypt) in aes_128_encrypt() argument
2274 rijndaelEncrypt(ctx, plain, crypt); in aes_128_encrypt()
/drivers/gpu/drm/
DKconfig219 run the Radeon in plain VGA mode.
/drivers/block/drbd/
Ddrbd_receiver.c4823 unsigned int plain = in INFO_bm_xfer_stats() local
4834 if (total >= plain) in INFO_bm_xfer_stats()
4838 r = (total > UINT_MAX/1000) ? (total / (plain/1000)) in INFO_bm_xfer_stats()
4839 : (1000 * total / plain); in INFO_bm_xfer_stats()
/drivers/video/fbdev/
DKconfig1213 don't need to choose this to run the Radeon in plain VGA mode.
2234 through device tree, or plain old platform data.