/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/ |
D | ispp.c | 85 dev->inp = INP_DDR; in rkispp_subdev_link_setup() 87 dev->inp = INP_ISP; in rkispp_subdev_link_setup() 89 dev->inp = INP_INVAL; in rkispp_subdev_link_setup() 92 v4l2_dbg(1, rkispp_debug, &dev->v4l2_dev, "input:%d\n", dev->inp); in rkispp_subdev_link_setup() 133 if (fmt->pad == RKISPP_PAD_SINK && ispp_sdev->dev->inp == INP_ISP) { in rkispp_sd_get_fmt() 163 if (fmt->pad == RKISPP_PAD_SINK && ispp_sdev->dev->inp == INP_ISP) { in rkispp_sd_set_fmt() 207 if (ispp_sdev->dev->inp != INP_ISP) { in rkispp_sd_get_selection() 248 if (ispp_sdev->dev->inp != INP_ISP) { in rkispp_sd_set_selection() 282 if (dev->inp == INP_ISP) { in rkispp_sd_s_stream() 342 if (ispp_dev->inp == INP_ISP) { in rkispp_sd_s_power() [all …]
|
D | dev.h | 56 enum rkispp_input inp; member
|
D | stream_v20.c | 72 if (dev->inp == INP_DDR) { in config_fec() 203 if (dev->inp == INP_ISP) { in fec_work_event() 371 if (dev->inp != INP_ISP || ispp_sdev->state) { in start_isp()
|
D | dev.c | 132 ispp_dev->inp = INP_ISP; in rkispp_create_links() 135 ispp_dev->inp = INP_DDR; in rkispp_create_links()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/ |
D | ispp.c | 85 dev->inp = INP_DDR; in rkispp_subdev_link_setup() 87 dev->inp = INP_ISP; in rkispp_subdev_link_setup() 89 dev->inp = INP_INVAL; in rkispp_subdev_link_setup() 92 "input:%d\n", dev->inp); in rkispp_subdev_link_setup() 135 if (fmt->pad == RKISPP_PAD_SINK && ispp_sdev->dev->inp == INP_ISP) { in rkispp_sd_get_fmt() 166 if (fmt->pad == RKISPP_PAD_SINK && ispp_sdev->dev->inp == INP_ISP) in rkispp_sd_set_fmt() 206 if (ispp_sdev->dev->inp != INP_ISP) { in rkispp_sd_get_selection() 247 if (ispp_sdev->dev->inp != INP_ISP) { in rkispp_sd_set_selection() 283 if (dev->inp == INP_ISP) in rkispp_sd_s_stream() 339 if (ispp_dev->inp == INP_ISP) { in rkispp_sd_s_power() [all …]
|
D | dev.h | 49 enum rkispp_input inp; member
|
D | stream_v20.c | 74 if (dev->inp == INP_DDR) { in config_fec() 212 if (dev->inp == INP_ISP) in fec_work_event() 378 if (dev->inp != INP_ISP || ispp_sdev->state) in start_isp()
|
/device/board/isoftstone/yangfan/kernel/src/driv/media/ispp/ |
D | ispp.c | 85 dev->inp = INP_DDR; in rkispp_subdev_link_setup() 87 dev->inp = INP_ISP; in rkispp_subdev_link_setup() 89 dev->inp = INP_INVAL; in rkispp_subdev_link_setup() 92 "input:%d\n", dev->inp); in rkispp_subdev_link_setup() 135 if (fmt->pad == RKISPP_PAD_SINK && ispp_sdev->dev->inp == INP_ISP) { in rkispp_sd_get_fmt() 166 if (fmt->pad == RKISPP_PAD_SINK && ispp_sdev->dev->inp == INP_ISP) in rkispp_sd_set_fmt() 206 if (ispp_sdev->dev->inp != INP_ISP) { in rkispp_sd_get_selection() 247 if (ispp_sdev->dev->inp != INP_ISP) { in rkispp_sd_set_selection() 283 if (dev->inp == INP_ISP) in rkispp_sd_s_stream() 339 if (ispp_dev->inp == INP_ISP) { in rkispp_sd_s_power() [all …]
|
D | dev.h | 49 enum rkispp_input inp; member
|
D | stream_v10.c | 219 if (dev->inp == INP_ISP && dev->isp_mode & ISP_ISPP_QUICK) in tnr_init_buf() 246 if (dev->inp == INP_ISP && dev->isp_mode & ISP_ISPP_QUICK) { in tnr_init_buf() 291 if (dev->inp == INP_DDR) { in config_tnr() 319 if (dev->inp == INP_ISP && in config_tnr() 478 if (dev->inp == INP_DDR) { in config_nr_shp() 520 if (dev->inp == INP_ISP) { in config_nr_shp() 563 if (dev->inp == INP_ISP) in config_nr_shp() 622 if (dev->inp == INP_DDR) { in config_fec() 738 if (dev->inp == INP_ISP) { in nr_work_event() 1051 (dev->inp == INP_ISP && dev->isp_mode & ISP_ISPP_QUICK)) in tnr_work_event() [all …]
|
D | stream_v20.c | 74 if (dev->inp == INP_DDR) { in config_fec() 212 if (dev->inp == INP_ISP) in fec_work_event() 378 if (dev->inp != INP_ISP || ispp_sdev->state) in start_isp()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
D | nat64.h | 97 int nat64_ip4_input(struct pbuf *p, struct ip_hdr *iphdr, const struct netif *inp); 115 int nat64_ip6_input(struct pbuf *p, struct ip6_hdr *iphdr, const struct netif *inp);
|
D | tcpip.h | 163 err_t tcpip_inpkt(struct pbuf *p, struct netif *inp, netif_input_fn input_fn); 164 err_t tcpip_input(struct pbuf *p, struct netif *inp);
|
D | raw.h | 180 void raw_pkt_input (struct pbuf *p, struct netif *inp, struct raw_pcb *from); 200 struct netif *inp);
|
D | nd6.h | 109 void nd6_input(struct pbuf *p, struct netif *inp); 110 void nd6_rs_input(struct pbuf *p, struct netif *inp, u8_t flags);
|
D | icmp.h | 80 void icmp_input(struct pbuf *p, struct netif *inp);
|
D | igmp.h | 156 void igmp_input(struct pbuf *p, struct netif *inp, const ip4_addr_t *dest);
|
D | icmp6.h | 123 void icmp6_input(struct pbuf *p, struct netif *inp);
|
D | lwip_rpl.h | 28 err_t ip6_update_rpi(struct pbuf *p, const struct netif *inp);
|
D | mld6.h | 82 void mld6_input(struct pbuf *p, struct netif *inp);
|
D | ip6.h | 130 err_t ip6_input(struct pbuf *p, struct netif *inp);
|
D | ip4.h | 85 err_t ip4_input(struct pbuf *p, struct netif *inp);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/ |
D | raw_priv.h | 51 u8_t raw_input(struct pbuf *p, struct netif *inp);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/netif/ |
D | lowpan6.h | 104 err_t tcpip_6lowpan_input(struct pbuf *p, struct netif *inp);
|
/device/soc/esp/esp32/components/esp_lwip/port/include/lwip/ |
D | netif.h | 183 typedef err_t (*netif_input_fn)(struct pbuf *p, struct netif *inp); 545 err_t netif_input(struct pbuf *p, struct netif *inp); 707 err_t tcpip_input(struct pbuf *p, struct netif *inp);
|