Searched refs:device_path (Results 1 - 11 of 11) sorted by relevance

/hardware/bsp/intel/peripheral/libmraa/src/arm/
H A D96boards.c74 b->uart_dev[0].device_path = db410c_serialdev[0];
75 b->uart_dev[1].device_path = db410c_serialdev[1];
80 b->uart_dev[0].device_path = hikey_serialdev[0];
81 b->uart_dev[1].device_path = hikey_serialdev[1];
H A Dbanana.c562 b->uart_dev[b->uart_dev_count].device_path = serialdev[uart3];
569 b->uart_dev[b->uart_dev_count].device_path = serialdev[uart4];
575 b->uart_dev[b->uart_dev_count].device_path = serialdev[uart7];
586 b->uart_dev[b->uart_dev_count].device_path = serialdev[uart2];
/hardware/bsp/intel/peripheral/libmraa/include/
H A Dmraa_internal_types.h258 const char* device_path; /**< To store "/dev/ttyS1" for example */ member in struct:__anon242
/hardware/bsp/intel/peripheral/libmraa/src/x86/
H A Dintel_minnow_byt_compatible.c206 b->uart_dev[0].device_path = "/dev/ttyS0";
H A Dintel_galileo_rev_d.c435 b->uart_dev[0].device_path = "/dev/ttyS0";
439 b->uart_dev[1].device_path = "/dev/ttyS1";
H A Dintel_galileo_rev_g.c751 b->uart_dev[0].device_path = "/dev/ttyS0";
754 b->uart_dev[1].device_path = "/dev/ttyS1";
H A Dintel_edison_fab_c.c1149 b->uart_dev[0].device_path = UART_DEV_PATH;
1449 b->uart_dev[0].device_path = UART_DEV_PATH;
/hardware/intel/bootstub/
H A Dbootparam.h232 } device_path; member in struct:edd_device_params
/hardware/qcom/display/msm8996/sdm/include/private/
H A Dhw_info_types.h109 std::string device_path = ""; member in struct:sdm::HWRotatorInfo
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
H A Dhw_info.cpp379 hw_resource->hw_rot_info.device_path = "/dev/mdss_rotator";
407 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i));
/hardware/bsp/intel/peripheral/libmraa/src/uart/
H A Duart.c177 mraa_uart_context dev = mraa_uart_init_raw((char*)plat->uart_dev[index].device_path);

Completed in 1341 milliseconds