| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | spi-uclass.c | 27 if (ops->set_speed) in spi_set_speed_mode() 28 ret = ops->set_speed(bus, speed); in spi_set_speed_mode() 190 if (ops->set_speed) in spi_post_probe() 191 ops->set_speed += gd->reloc_off; in spi_post_probe()
|
| H A D | sandbox_spi.c | 139 .set_speed = sandbox_spi_set_speed,
|
| H A D | altera_spi.c | 188 .set_speed = altera_spi_set_speed,
|
| H A D | mvebu_a3700_spi.c | 276 .set_speed = mvebu_spi_set_speed,
|
| H A D | soft_spi.c | 197 .set_speed = soft_spi_set_speed,
|
| H A D | ath79_spi.c | 211 .set_speed = ath79_spi_set_speed,
|
| H A D | xilinx_spi.c | 285 .set_speed = xilinx_spi_set_speed,
|
| H A D | cadence_qspi.c | 333 .set_speed = cadence_spi_set_speed,
|
| H A D | kirkwood_spi.c | 380 .set_speed = mvebu_spi_set_speed,
|
| /OK3568_Linux_fs/kernel/drivers/net/wan/lmc/ |
| H A D | lmc_media.c | 100 .set_speed = lmc_dummy_set2_1, /* set line speed */ 115 .set_speed = lmc_dummy_set2_1, /* set line speed */ 130 .set_speed = lmc_ssi_set_speed, /* set line speed */ 145 .set_speed = lmc_dummy_set2_1, /* set line speed */ 565 sc->lmc_media->set_speed (sc, NULL); in lmc_ssi_default() 579 sc->lmc_media->set_speed (sc, &sc->ictl); in lmc_ssi_set_status() 602 sc->lmc_media->set_speed (sc, ctl); in lmc_ssi_set_status()
|
| H A D | lmc_var.h | 210 void (* set_speed)(lmc_softc_t * const, lmc_ctl_t *); member
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | gpd-pocket-fan.c | 83 goto set_speed; in gpd_pocket_fan_worker() 110 set_speed: in gpd_pocket_fan_worker()
|
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | irda-sa11x0.h | 14 void (*set_speed)(struct device *, unsigned int speed); member
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/ |
| H A D | hciattach.h | 44 int set_speed(int fd, struct termios *ti, int speed);
|
| H A D | hciattach.c | 150 int set_speed(int fd, struct termios *ti, int speed) in set_speed() function 393 if (set_speed(fd, ti, u->speed) < 0) { in bcsp() 859 if (set_speed(fd, ti, u->speed) < 0) { 1188 if (set_speed(fd, &ti, u->init_speed) < 0) { in init_uart() 1206 if (set_speed(fd, &ti, u->speed) < 0) { in init_uart()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-mdio.c | 222 pdata->hw_if.set_speed(pdata, SPEED_10000); in xgbe_kr_mode() 231 pdata->hw_if.set_speed(pdata, SPEED_2500); in xgbe_kx_2500_mode() 240 pdata->hw_if.set_speed(pdata, SPEED_1000); in xgbe_kx_1000_mode() 253 pdata->hw_if.set_speed(pdata, SPEED_10000); in xgbe_sfi_mode() 262 pdata->hw_if.set_speed(pdata, SPEED_1000); in xgbe_x_mode() 271 pdata->hw_if.set_speed(pdata, SPEED_1000); in xgbe_sgmii_1000_mode() 280 pdata->hw_if.set_speed(pdata, SPEED_1000); in xgbe_sgmii_100_mode()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_i2c_hw.c | 263 static void set_speed( in set_speed() function 343 set_speed(dce_i2c_hw, dce_i2c_hw->default_speed); in release_engine() 566 set_speed(dce_i2c_hw, cmd->speed); in dce_i2c_submit_command_hw()
|
| /OK3568_Linux_fs/buildroot/package/bluez5_utils/ |
| H A D | 0004-OK3568-hciattach-fix.patch | 22 if (set_speed(fd, &ti, u->speed) < 0) {
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/ |
| H A D | h3100.c | 116 .set_speed = h3100_irda_set_speed,
|
| H A D | h3600.c | 124 .set_speed = h3600_irda_set_speed,
|
| /OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/ |
| H A D | hciattach.c | 159 int set_speed(int fd, struct termios *ti, int speed) in set_speed() function 260 if (set_speed(fd, &ti, u->init_speed) < 0) { in init_uart()
|
| H A D | hciattach.h | 186 int set_speed(int fd, struct termios *ti, int speed);
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | spi.h | 456 int (*set_speed)(struct udevice *bus, uint hz); member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/apm/xgene/ |
| H A D | xgene_enet_main.h | 149 void (*set_speed)(struct xgene_enet_pdata *pdata); member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/samsung/sxgbe/ |
| H A D | sxgbe_core.c | 267 .set_speed = sxgbe_core_set_speed,
|