Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/drivers/
H A Dserial-u16550.c112 int filemode; /* open status of file */ member
220 } else if ((uart->filemode & SERIAL_MODE_INPUT_OPEN) in snd_uart16550_io_loop()
224 } else if ((uart->filemode & SERIAL_MODE_INPUT_OPEN) && in snd_uart16550_io_loop()
287 if (uart->filemode == SERIAL_MODE_NOT_OPENED) { in snd_uart16550_interrupt()
508 if (uart->filemode == SERIAL_MODE_NOT_OPENED) in snd_uart16550_input_open()
510 uart->filemode |= SERIAL_MODE_INPUT_OPEN; in snd_uart16550_input_open()
522 uart->filemode &= ~SERIAL_MODE_INPUT_OPEN; in snd_uart16550_input_close()
524 if (uart->filemode == SERIAL_MODE_NOT_OPENED) in snd_uart16550_input_close()
538 uart->filemode |= SERIAL_MODE_INPUT_TRIGGERED; in snd_uart16550_input_trigger()
540 uart->filemode &= ~SERIAL_MODE_INPUT_TRIGGERED; in snd_uart16550_input_trigger()
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dopkg-query-helper.py17 filemode = False variable
25 filemode = True variable
47 elif filemode:
/OK3568_Linux_fs/buildroot/support/testing/tests/download/git-remote/refs-sub1.git/
H A Dconfig3 filemode = true
/OK3568_Linux_fs/buildroot/support/testing/tests/download/git-remote/repo.git/
H A Dconfig3 filemode = true
/OK3568_Linux_fs/buildroot/support/testing/tests/download/git-remote/refs-sub2.git/
H A Dconfig3 filemode = true
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Ddecorators.py167 filemode='w',
/OK3568_Linux_fs/yocto/poky/bitbake/lib/hashserv/
H A Dtests.py22 logging.basicConfig(level=logging.DEBUG, filename='bbhashserv-%d.log' % idx, filemode='w',
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-git/
H A D0001-python3-git-CVE-2022-24439-fix-from-PR-1521.patch447 For example ['--config core.filemode=false', '--config core.ignorecase',