Searched refs:hs_polarity (Results 1 - 23 of 23) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/dw/ |
H A D | dw.c | 19 bool hs_polarity = dwc->dws.hs_polarity; in dw_dma_initialize_chan() local 26 cfglo |= hs_polarity ? DWC_CFGL_HS_DST_POL | DWC_CFGL_HS_SRC_POL : 0; in dw_dma_initialize_chan()
|
/kernel/linux/linux-6.6/drivers/dma/dw/ |
H A D | dw.c | 19 bool hs_polarity = dwc->dws.hs_polarity; in dw_dma_initialize_chan() local 26 cfglo |= hs_polarity ? DWC_CFGL_HS_DST_POL | DWC_CFGL_HS_SRC_POL : 0; in dw_dma_initialize_chan()
|
/kernel/linux/linux-5.10/include/media/i2c/ |
H A D | tvp7002.h | 23 *@hs_polarity: HSYNC polarity 36 bool hs_polarity; member
|
H A D | tvp514x.h | 87 * @hs_polarity: HSYNC Polarity configuration for current interface. 93 bool hs_polarity; member
|
/kernel/linux/linux-6.6/include/media/i2c/ |
H A D | tvp7002.h | 23 *@hs_polarity: HSYNC polarity 36 bool hs_polarity; member
|
H A D | tvp514x.h | 80 * @hs_polarity: HSYNC Polarity configuration for current interface. 86 bool hs_polarity; member
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | dma-dw.h | 30 * @hs_polarity:set active low polarity of handshake interface 39 bool hs_polarity; member
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | dma-dw.h | 30 * @hs_polarity:set active low polarity of handshake interface 39 bool hs_polarity; member
|
/kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
H A D | w996Xcf.c | 453 int val, vs_polarity, hs_polarity; in w9968cf_mode_init_regs() local 494 hs_polarity = 1; in w9968cf_mode_init_regs() 497 hs_polarity = 0; in w9968cf_mode_init_regs() 500 val = (vs_polarity << 12) | (hs_polarity << 11); in w9968cf_mode_init_regs()
|
/kernel/linux/linux-6.6/drivers/media/usb/gspca/ |
H A D | w996Xcf.c | 452 int val, vs_polarity, hs_polarity; in w9968cf_mode_init_regs() local 493 hs_polarity = 1; in w9968cf_mode_init_regs() 496 hs_polarity = 0; in w9968cf_mode_init_regs() 499 val = (vs_polarity << 12) | (hs_polarity << 11); in w9968cf_mode_init_regs()
|
/kernel/linux/linux-5.10/arch/arm/mach-davinci/ |
H A D | pdata-quirks.c | 27 .hs_polarity = 1,
|
H A D | board-dm355-evm.c | 202 .hs_polarity = 1,
|
H A D | board-dm365-evm.c | 378 .hs_polarity = 1,
|
H A D | board-dm646x-evm.c | 665 .hs_polarity = 1,
|
H A D | board-dm644x-evm.c | 240 .hs_polarity = 1,
|
H A D | board-da850-evm.c | 1231 .hs_polarity = 1,
|
/kernel/linux/linux-6.6/arch/arm/mach-davinci/ |
H A D | pdata-quirks.c | 27 .hs_polarity = 1,
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | tvp7002.c | 907 pdata->hs_polarity = 1; in tvp7002_get_pdata() 986 polarity_a = 0x20 | device->pdata->hs_polarity << 5 in tvp7002_probe()
|
H A D | tvp514x.c | 1004 pdata->hs_polarity = 1; in tvp514x_get_pdata() 1065 ((decoder->pdata->hs_polarity << 2) | in tvp514x_probe()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | tvp514x.c | 1004 pdata->hs_polarity = 1; in tvp514x_get_pdata() 1065 ((decoder->pdata->hs_polarity << 2) | in tvp514x_probe()
|
H A D | tvp7002.c | 910 pdata->hs_polarity = 1; in tvp7002_get_pdata() 989 polarity_a = 0x20 | device->pdata->hs_polarity << 5 in tvp7002_probe()
|
/kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
H A D | 8250_lpss.c | 221 param->hs_polarity = true; in qrk_serial_setup_dma()
|
/kernel/linux/linux-6.6/drivers/tty/serial/8250/ |
H A D | 8250_lpss.c | 232 param->hs_polarity = true; in qrk_serial_setup_dma()
|
Completed in 17 milliseconds