/aosp_15_r20/external/flashrom/ |
H A D | serial.c | 59 #define BAUDENTRY(baud) { B##baud, baud }, argument 117 static const struct baudentry *round_baud(unsigned int baud) in round_baud() 157 int serialport_config(fdtype fd, int baud) in serialport_config() 265 fdtype sp_openserport(char *dev, int baud) in sp_openserport()
|
H A D | custom_baud.c | 22 int set_custom_baudrate(int fd, unsigned int baud, const enum custom_baud_stage stage, void *tio_wa… in set_custom_baudrate() 28 int use_custom_baud(unsigned int baud, const struct baudentry *baudtable) in use_custom_baud()
|
H A D | custom_baud_linux.c | 32 int set_custom_baudrate(int fd, unsigned int baud, const enum custom_baud_stage stage, void *tio_wa… in set_custom_baudrate() 49 int use_custom_baud(unsigned int baud, const struct baudentry *baudtable) in use_custom_baud()
|
H A D | custom_baud_darwin.c | 24 int use_custom_baud(unsigned int baud, const struct baudentry *baudtable) in use_custom_baud() 42 int set_custom_baudrate(int fd, unsigned int baud, const enum custom_baud_stage stage, void *tio_wa… in set_custom_baudrate()
|
H A D | buspirate_spi.c | 313 #define BP_DIVISOR(baud) ((4000000/(baud)) - 1) argument
|
H A D | serprog.c | 622 int baud; in serprog_init() local
|
/aosp_15_r20/hardware/broadcom/libbt/src/ |
D | userial_vendor.c | 88 uint8_t userial_to_tcio_baud(uint8_t cfg_baud, uint32_t *baud) in userial_to_tcio_baud() 195 uint32_t baud; in userial_vendor_open() local
|
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | stty.c | 56 static int baud(speed_t speed) in baud() function 62 static speed_t speed(int baud) in speed()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/nxp/console/ |
D | console_pl011.c | 21 uint32_t baud) in plat_console_init()
|
D | console_16550.c | 20 uint32_t baud) in plat_console_init()
|
/aosp_15_r20/external/arm-trusted-firmware/drivers/nxp/console/ |
H A D | console_pl011.c | 21 uint32_t baud) in plat_console_init()
|
H A D | console_16550.c | 20 uint32_t baud) in plat_console_init()
|
/aosp_15_r20/external/flashrom/include/ |
H A D | custom_baud.h | 22 unsigned int baud; member
|
/aosp_15_r20/external/arm-trusted-firmware/include/lib/ |
H A D | coreboot.h | 15 uint32_t baud; member
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/lib/ |
D | coreboot.h | 15 uint32_t baud; member
|
/aosp_15_r20/external/pigweed/targets/stm32f429i_disc1/py/stm32f429i_disc1_utils/ |
H A D | unit_test_runner.py | 265 binary, test_timeout, openocd_config, baud, stlink_serial=None, port=None argument
|
/aosp_15_r20/external/pigweed/pw_arduino_build/py/pw_arduino_build/ |
H A D | unit_test_runner.py | 253 baud, argument
|
/aosp_15_r20/hardware/broadcom/libbt/include/ |
D | userial_vendor.h | 98 uint8_t baud; /* Baud rate */ member
|
/aosp_15_r20/external/arm-trusted-firmware/plat/rockchip/common/ |
H A D | params_setup.c | 60 uint32_t baud; in plat_rockchip_dt_process_fdt_uart() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/rockchip/common/ |
D | params_setup.c | 60 uint32_t baud; in plat_rockchip_dt_process_fdt_uart() local
|
/aosp_15_r20/external/chromium-trace/catapult/third_party/pyserial/serial/ |
H A D | sermsdos.py | 127 def _config(self, port, baud, parity, data, stop, retry, argument
|
/aosp_15_r20/external/toybox/lib/ |
H A D | tty.c | 91 unsigned bps2cfspeed(unsigned baud) in bps2cfspeed()
|
/aosp_15_r20/device/google/contexthub/firmware/os/platform/stm32/ |
D | usart.c | 87 uint32_t baud, UsartDataBitsCfg data_bits, in usartOpen()
|
/aosp_15_r20/external/coreboot/src/drivers/usb/ |
H A D | gadget.c | 282 static void ft232h_baud(u16 *const value, u16 *const index, u32 baud) in ft232h_baud()
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | ota_chamber.py | 306 def _get_serial(self, port, baud=9600): argument
|