Searched refs:wflags (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/usb/serial/ |
| H A D | ti_usb_3410_5052.c | 898 u16 wflags = 0; in ti_set_termios() local 905 wflags |= TI_UART_ENABLE_MS_INTS; in ti_set_termios() 906 wflags |= TI_UART_ENABLE_AUTO_START_DMA; in ti_set_termios() 930 wflags |= TI_UART_ENABLE_PARITY_CHECKING; in ti_set_termios() 933 wflags |= TI_UART_ENABLE_PARITY_CHECKING; in ti_set_termios() 937 wflags &= ~TI_UART_ENABLE_PARITY_CHECKING; in ti_set_termios() 949 wflags |= TI_UART_ENABLE_RTS_IN; in ti_set_termios() 950 wflags |= TI_UART_ENABLE_CTS_OUT; in ti_set_termios() 960 wflags |= TI_UART_ENABLE_X_IN; in ti_set_termios() 965 wflags |= TI_UART_ENABLE_X_OUT; in ti_set_termios() [all …]
|
| /linux/sound/soc/intel/atom/ |
| H A D | sst-atom-controls.h | 629 #define SST_PATH(wname, wtask, wloc_id, wevent, wflags) \ argument 633 .event = wevent, .event_flags = wflags, \ 637 #define SST_LINKED_PATH(wname, wtask, wloc_id, linked_wname, wevent, wflags) \ argument 641 .event = wevent, .event_flags = wflags, \ 646 #define SST_PATH_MEDIA_LOOP(wname, wtask, wloc_id, wformat, wevent, wflags) \ argument 649 .event = wevent, .event_flags = wflags, \
|
| /linux/sound/soc/qcom/qdsp6/ |
| H A D | q6apm.h | 132 uint32_t lsw_ts, uint32_t wflags);
|
| H A D | q6asm.h | 99 uint32_t msw_ts, uint32_t lsw_ts, uint32_t wflags);
|
| H A D | q6asm.c | 1503 uint32_t msw_ts, uint32_t lsw_ts, uint32_t wflags) in q6asm_write_async() argument 1535 write->flags = wflags; in q6asm_write_async()
|
| /linux/drivers/scsi/elx/libefc_sli/ |
| H A D | sli4.c | 1201 u16 wflags = 0; in sli_eq_read() local 1208 wflags = le16_to_cpu(((struct sli4_eqe *)qe)->dw0w0_flags); in sli_eq_read() 1210 if ((wflags & SLI4_EQE_VALID) != q->phase) { in sli_eq_read() 1216 wflags &= ~SLI4_EQE_VALID; in sli_eq_read() 1217 ((struct sli4_eqe *)qe)->dw0w0_flags = cpu_to_le16(wflags); in sli_eq_read()
|