Searched refs:chsel (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/renesas/rcar-vin/ |
H A D | rcar-core.c | 827 unsigned int chsel = UINT_MAX; in rvin_csi2_link_notify() local 858 for (route = vin->info->routes; route->chsel; route++) { in rvin_csi2_link_notify() 860 chsel = route->chsel; in rvin_csi2_link_notify() 865 if (chsel == UINT_MAX) { in rvin_csi2_link_notify() 871 ret = rvin_set_channel_routing(group->vin[master_id], chsel); in rvin_csi2_link_notify() 920 for (route = vin->info->routes; route->chsel; route++) { in rvin_csi2_setup_links() 1115 ret = rvin_set_channel_routing(master, master->chsel); in rvin_resume() 1152 { .master = 0, .csi = RVIN_CSI20, .chsel = 0x04 }, 1153 { .master = 0, .csi = RVIN_CSI40, .chsel [all...] |
H A D | rcar-vin.h | 134 * @chsel: CHSEL register values that connects VIN group to CSI-2. 146 unsigned int chsel; member 202 * @chsel: Cached value of the current CSI-2 channel selection 246 unsigned int chsel; member 314 int rvin_set_channel_routing(struct rvin_dev *vin, u8 chsel);
|
H A D | rcar-dma.c | 1595 int rvin_set_channel_routing(struct rvin_dev *vin, u8 chsel) in rvin_set_channel_routing() argument 1616 for (route = vin->info->routes; route->chsel; route++) { in rvin_set_channel_routing() 1627 ifmd |= VNCSI_IFMD_CSI_CHSEL(chsel); in rvin_set_channel_routing() 1633 vin->chsel = chsel; in rvin_set_channel_routing()
|
/kernel/linux/linux-5.10/drivers/media/platform/rcar-vin/ |
H A D | rcar-vin.h | 297 int rvin_set_channel_routing(struct rvin_dev *vin, u8 chsel);
|
H A D | rcar-dma.c | 1441 int rvin_set_channel_routing(struct rvin_dev *vin, u8 chsel) in rvin_set_channel_routing() argument 1456 ifmd = VNCSI_IFMD_DES1 | VNCSI_IFMD_DES0 | VNCSI_IFMD_CSI_CHSEL(chsel); in rvin_set_channel_routing()
|
Completed in 7 milliseconds