/third_party/musl/src/termios/ |
D | cfsetospeed.c | 6 int cfsetospeed(struct termios *tio, speed_t speed) in cfsetospeed() 17 int cfsetispeed(struct termios *tio, speed_t speed) in cfsetispeed()
|
/third_party/musl/porting/liteos_a/user/src/termios/ |
D | cfsetospeed.c | 7 int cfsetospeed(struct termios *tio, speed_t speed) in cfsetospeed() 19 int cfsetispeed(struct termios *tio, speed_t speed) in cfsetispeed()
|
/third_party/uboot/u-boot-2020.01/drivers/i2c/ |
D | davinci_i2c.c | 26 uint speed; member 88 uint speed) in _davinci_i2c_setspeed() 103 uint speed, int slaveadd) in _davinci_i2c_init() 363 static uint davinci_i2c_setspeed(struct i2c_adapter *adap, uint speed) in davinci_i2c_setspeed() 374 static void davinci_i2c_init(struct i2c_adapter *adap, int speed, in davinci_i2c_init()
|
D | fsl_i2c.c | 121 uint i2c_clk, uint speed) in set_i2c_bus_speed() 261 static void __i2c_init(const struct fsl_i2c_base *base, int speed, int in __i2c_init() 488 uint speed, int i2c_clk) in __i2c_set_bus_speed() 498 static void fsl_i2c_init(struct i2c_adapter *adap, int speed, int slaveadd) in fsl_i2c_init() 527 static uint fsl_i2c_set_bus_speed(struct i2c_adapter *adap, uint speed) in fsl_i2c_set_bus_speed()
|
D | i2c_core.c | 172 static void i2c_init_bus(unsigned int bus_no, int speed, int slaveaddr) in i2c_init_bus() 302 unsigned int i2c_set_bus_speed(unsigned int speed) in i2c_set_bus_speed() 345 __weak void i2c_init(int speed, int slaveaddr) in i2c_init()
|
D | omap24xx_i2c.c | 138 unsigned int speed; member 166 static int omap24_i2c_findpsc(u32 *pscl, u32 *psch, uint speed) in omap24_i2c_findpsc() 302 static int __omap24_i2c_setspeed(void __iomem *i2c_base, int ip_rev, uint speed, in __omap24_i2c_setspeed() 417 static void __omap24_i2c_init(void __iomem *i2c_base, int ip_rev, int speed, in __omap24_i2c_init() 903 static uint omap24_i2c_setspeed(struct i2c_adapter *adap, uint speed) in omap24_i2c_setspeed() 920 static void omap24_i2c_init(struct i2c_adapter *adap, int speed, int slaveadd) in omap24_i2c_init()
|
D | designware_i2c.c | 85 unsigned int speed, in __dw_i2c_set_bus_speed() 386 static int __dw_i2c_init(struct i2c_regs *i2c_base, int speed, int slaveaddr) in __dw_i2c_init() 443 unsigned int speed) in dw_i2c_set_bus_speed() 449 static void dw_i2c_init(struct i2c_adapter *adap, int speed, int slaveaddr) in dw_i2c_init()
|
D | cros_ec_ldo.c | 14 static int cros_ec_ldo_set_bus_speed(struct udevice *dev, unsigned int speed) in cros_ec_ldo_set_bus_speed()
|
/third_party/uboot/u-boot-2020.01/drivers/phy/marvell/ |
D | comphy_a3700.c | 165 static int comphy_pcie_power_up(u32 speed, u32 invert) in comphy_pcie_power_up() 361 static int comphy_usb3_power_up(u32 lane, u32 type, u32 speed, u32 invert) in comphy_usb3_power_up() 663 static void comphy_sgmii_phy_init(u32 lane, u32 speed) in comphy_sgmii_phy_init() 697 static int comphy_sgmii_power_up(u32 lane, u32 speed, u32 invert) in comphy_sgmii_power_up()
|
/third_party/toybox/toys/pending/ |
D | getty.c | 51 long speed; member 87 long speed = atolx(s); in encode() local 182 speed_t speed; in sense_baud() local
|
/third_party/uboot/u-boot-2020.01/tools/gdb/ |
D | gdbcont.c | 16 speed_t speed = B230400; variable
|
D | gdbsend.c | 19 speed_t speed = B230400; variable
|
/third_party/skia/samplecode/ |
D | SampleCusp.cpp | 33 static SkPath cusp(const SkPoint P[4], SkPoint PP[7], bool& split, int speed, SkScalar phase) { in cusp() 54 static SkScalar linearToLoop(int speed, SkScalar phase, SkScalar scale) { in linearToLoop()
|
/third_party/flutter/skia/samplecode/ |
D | SampleCusp.cpp | 33 static SkPath cusp(const SkPoint P[4], SkPoint PP[7], bool& split, int speed, SkScalar phase) { in cusp() 54 static SkScalar linearToLoop(int speed, SkScalar phase, SkScalar scale) { in linearToLoop()
|
/third_party/uboot/u-boot-2020.01/drivers/qe/ |
D | uec_phy.c | 84 unsigned int speed; /* specified speed 10,100 or 1000 */ member 486 int speed = uec->uec_info->speed; in uec_marvell_init() local 532 int speed; in marvell_read_status() local 854 int speed) in marvell_phy_interface_mode() 906 phy_interface_t type, int speed) in change_phy_interface_mode()
|
/third_party/toybox/toys/net/ |
D | microcom.c | 39 int i, speed; in microcom_main() local
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/ |
D | omap_i2c.h | 11 int speed; member
|
/third_party/uboot/u-boot-2020.01/drivers/spi/ |
D | spi-uclass.c | 20 static int spi_set_speed_mode(struct udevice *bus, int speed, int mode) in spi_set_speed_mode() 53 int speed; in dm_spi_claim_bus() local 306 int spi_get_bus_and_cs(int busnum, int cs, int speed, int mode, in spi_get_bus_and_cs() 397 unsigned int speed, unsigned int mode) in spi_setup_slave()
|
/third_party/uboot/u-boot-2020.01/include/mvebu/ |
D | comphy.h | 13 u32 speed; member
|
/third_party/uboot/u-boot-2020.01/drivers/net/pfe_eth/ |
D | pfe_eth.c | 49 static inline void pfe_gemac_set_speed(void *gemac_base, u32 speed) in pfe_gemac_set_speed() 116 int speed; in pfe_eth_start() local
|
/third_party/curl/tests/unit/ |
D | unit1606.c | 50 curl_off_t speed, in runawhile()
|
/third_party/skia/tools/viewer/ |
D | TouchGesture.cpp | 18 static SkScalar pin_max_fling(SkScalar speed) { in pin_max_fling() 70 const float speed = fSpeed0 * (sk_float_exp(- K0 * t) - K1); in evaluateMatrix() local 302 SkScalar speed; in isFling() local
|
/third_party/flutter/skia/tools/viewer/ |
D | TouchGesture.cpp | 18 static SkScalar pin_max_fling(SkScalar speed) { in pin_max_fling() 70 const float speed = fSpeed0 * (sk_float_exp(- K0 * t) - K1); in evaluateMatrix() local 305 SkScalar speed; in isFling() local
|
/third_party/uboot/u-boot-2020.01/drivers/net/phy/ |
D | lxt.c | 24 int speed; in lxt971_parse_status() local
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-imx/ |
D | i2c-mxv7.c | 75 int setup_i2c(unsigned i2c_index, int speed, int slave_addr, in setup_i2c()
|