| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588-vehicle-evb-v10.dts | 9 #include "rk3588-vehicle-evb.dtsi" 10 #include "rk3588-vehicle-evb-mipi-nvp6188.dtsi" 11 #include "rk3588-vehicle-evb-thine_thcv244.dtsi" 12 #include "rk3588-vehicle-evb-image-reverse.dtsi" 13 #include "rk3588-vehicle-serdes-display.dtsi" 17 model = "Rockchip RK3588 VEHICLE EVB V10 Board"; 18 compatible = "rockchip,rk3588-vehicle-evb-v10", "rockchip,rk3588";
|
| H A D | rk3562-evb2-image-reverse.dtsi | 13 drm_vehicle: drm-vehicle@0{ 37 vehicle: vehicle { label 38 compatible = "rockchip,vehicle"; 83 vehicle,rotate-mirror = <0x00>; 84 vehicle,crtc_name = "video_port0"; 85 vehicle,plane_name = "Esmart0-win0"; 155 memory-region-names = "drm-logo", "drm-vehicle"; 163 vehicle { 164 vehicle_gpios: vehicle-pins {
|
| H A D | rk3588-vehicle-evb-image-reverse.dtsi | 13 drm_vehicle: drm-vehicle@20000000{ 38 vehicle: vehicle { label 39 compatible = "rockchip,vehicle"; 70 vehicle,rotate-mirror = <0x00>; 71 vehicle,crtc_name = "video_port3"; 72 vehicle,plane_name = "Esmart3-win0"; 195 memory-region-names = "drm-logo", "drm-vehicle"; 203 vehicle { 204 vehicle_gpios: vehicle-gpios {
|
| H A D | rk3588-vehicle-s66-v10.dts | 9 #include "rk3588-vehicle-s66-v10.dtsi" 10 #include "rk3588-vehicle-adsp-audio-s66.dtsi" 11 #include "rk3588-vehicle-maxim-serdes-display-s66.dtsi" 12 #include "rk3588-vehicle-maxim-cameras-s66.dtsi" 16 model = "Rockchip RK3588 VEHICLE S66 Board V10"; 17 compatible = "rockchip,rk3588-vehicle-s66-v10", "rockchip,rk3588";
|
| H A D | rk3588-vehicle-evb-v20.dts | 9 #include "rk3588-vehicle-evb-v20.dtsi" 10 #include "rk3588-vehicle-evb-mipi-nvp6188.dtsi" 11 #include "rk3588-vehicle-evb-image-reverse.dtsi" 12 #include "rk3588-vehicle-serdes-display-v20.dtsi" 16 model = "Rockchip RK3588 VEHICLE EVB V20 Board"; 17 compatible = "rockchip,rk3588-vehicle-evb-v20", "rockchip,rk3588";
|
| H A D | rk3588-vehicle-evb-v21.dts | 9 #include "rk3588-vehicle-evb-v21.dtsi" 10 #include "rk3588-vehicle-evb-maxim-max96712.dtsi" 11 #include "rk3588-vehicle-serdes-display-v21.dtsi" 15 model = "Rockchip RK3588 VEHICLE EVB V21 Board"; 16 compatible = "rockchip,rk3588-vehicle-evb-v21", "rockchip,rk3588";
|
| H A D | rk3358m-vehicle-v10.dts | 9 #include "rk3358m-vehicle-ddr3.dtsi" 13 model = "Rockchip linux RK3358M VEHICLE DDR3 board"; 14 compatible = "rockchip,rk3358m-vehicle-ddr3-v10-linux", "rockchip,px30", "rockchip,rk3358";
|
| H A D | Makefile | 36 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3358m-vehicle-v10.dtb 193 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-vehicle-evb-v10.dtb 194 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-vehicle-evb-v20.dtb 195 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-vehicle-evb-v21.dtb 196 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-vehicle-s66-v10.dtb
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/ |
| H A D | vehicle_version.h | 3 * Rockchip Vehicle driver 17 * 1. add support rk356x dvp/mipi fast vehicle reverse 23 * V0.0X01.0X03 fix vehicle reverse close crash issue 24 * V0.0X01.0X04 fix vehicle reverse reopen not ok issue 28 * V0.0X01.0X08 use Esmart0-win0 plane for vehicle, for Esmart1 depend on Esmart0 open first 30 * 1. fix vehicle plane zpos not update issue 38 * V0.0X01.0Xd fix rk356x vehicle 1080P alloc_buffer_failed issue 47 * 1. support quit vehicle, switch to normal v4l2 driver 49 * 3. switch cmd: echo 88 > /dev/vehicle
|
| H A D | vehicle_main.c | 54 struct vehicle { struct 70 static struct vehicle *g_vehicle; argument 72 static int vehicle_parse_dt(struct vehicle *vehicle_info) in vehicle_parse_dt() 143 static int vehicle_state_change(struct vehicle *v) in vehicle_state_change() 314 struct vehicle *vehicle_info; in vehicle_probe() 322 sizeof(struct vehicle), GFP_KERNEL); in vehicle_probe() 342 wake_lock_init(&vehicle_info->wake_lock, WAKE_LOCK_SUSPEND, "vehicle"); in vehicle_probe() 344 dev_info(vehicle_info->dev, "vehicle driver probe success\n"); in vehicle_probe() 359 { .compatible = "rockchip,vehicle", }, 366 .name = "vehicle", [all …]
|
| H A D | vehicle_gpio.c | 141 ret = gpio_request(gpio, "vehicle"); in vehicle_gpio_init() 160 irqflags, "vehicle gpio", gpiod); in vehicle_gpio_init() 163 "vehicle", ret); in vehicle_gpio_init()
|
| H A D | vehicle_dev.c | 65 VEHICLE_INFO("android already up, set vehicle in bottom\n"); in vechile_write() 91 .name = "vehicle",
|
| H A D | vehicle_cfg.h | 3 * Rockchip Vehicle driver 13 #define VEHICLE_DRIVER_NAME "Vehicle"
|
| H A D | vehicle_ad_7181.c | 3 * vehicle sensor adv7181 420 SENSOR_DG("%s vehicle read 0x11 --> 0x%02x\n", ad->ad_name, val); in adv7181_check_id() 422 SENSOR_DG("%s vehicle wrong camera ID, expected 0x20, detected 0x%02x\n", in adv7181_check_id() 600 create_singlethread_workqueue("vehicle-ad-adv7181"); in adv7181_ad_init()
|
| H A D | vehicle_cif_regs.h | 3 * Rockchip Vehicle Driver
|
| H A D | vehicle_main.h | 3 * Rockchip Vehicle driver
|
| H A D | vehicle_samsung_dcphy_common.h | 3 * Rockchip Vehicle driver 48 /*for vehicle*/
|
| H A D | vehicle_ad_nvp6324.h | 3 * Rockchip Vehicle driver
|
| H A D | vehicle_ad_tp2825.h | 3 * Rockchip Vehicle driver
|
| H A D | vehicle_ad_nvp6188.h | 3 * Rockchip Vehicle driver
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/can/ |
| H A D | j1939.h | 55 * bit 49-55 : Vehicle System 56 * bit 56-59 : Vehicle System Instance
|
| /OK3568_Linux_fs/kernel/net/can/ |
| H A D | Kconfig | 66 as needed e.g. for vehicle diagnosis (UDS, ISO 14229) or IP-over-CAN 70 If you want to perform automotive vehicle diagnostic services (UDS),
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/ |
| H A D | Kconfig | 9 source "drivers/video/rockchip/vehicle/Kconfig"
|
| H A D | Makefile | 9 obj-$(CONFIG_VIDEO_REVERSE_IMAGE) += vehicle/
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-obd_0.7.1.bb | 1 DESCRIPTION = "A python module for handling realtime sensor data from OBD-II vehicle ports"HOMEPAGE…
|