Home
last modified time | relevance | path

Searched refs:set_speed (Results 1 – 25 of 65) sorted by relevance

123

/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dspi-uclass.c27 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 Dsandbox_spi.c139 .set_speed = sandbox_spi_set_speed,
H A Daltera_spi.c188 .set_speed = altera_spi_set_speed,
H A Dmvebu_a3700_spi.c276 .set_speed = mvebu_spi_set_speed,
H A Dsoft_spi.c197 .set_speed = soft_spi_set_speed,
H A Dath79_spi.c211 .set_speed = ath79_spi_set_speed,
H A Dxilinx_spi.c285 .set_speed = xilinx_spi_set_speed,
H A Dcadence_qspi.c333 .set_speed = cadence_spi_set_speed,
H A Dkirkwood_spi.c380 .set_speed = mvebu_spi_set_speed,
/OK3568_Linux_fs/kernel/drivers/net/wan/lmc/
H A Dlmc_media.c100 .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 Dlmc_var.h210 void (* set_speed)(lmc_softc_t * const, lmc_ctl_t *); member
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dgpd-pocket-fan.c83 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 Dirda-sa11x0.h14 void (*set_speed)(struct device *, unsigned int speed); member
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/
H A Dhciattach.h44 int set_speed(int fd, struct termios *ti, int speed);
H A Dhciattach.c150 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 Dxgbe-mdio.c222 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 Ddce_i2c_hw.c263 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 D0004-OK3568-hciattach-fix.patch22 if (set_speed(fd, &ti, u->speed) < 0) {
/OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/
H A Dh3100.c116 .set_speed = h3100_irda_set_speed,
H A Dh3600.c124 .set_speed = h3600_irda_set_speed,
/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Dhciattach.c159 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 Dhciattach.h186 int set_speed(int fd, struct termios *ti, int speed);
/OK3568_Linux_fs/u-boot/include/
H A Dspi.h456 int (*set_speed)(struct udevice *bus, uint hz); member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_main.h149 void (*set_speed)(struct xgene_enet_pdata *pdata); member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_core.c267 .set_speed = sxgbe_core_set_speed,

123