Searched refs:tps (Results 51 - 61 of 61) sorted by relevance

123

/linux-master/drivers/media/usb/as102/
H A Das102_drv.c191 static int as102_get_tps(void *priv, struct as10x_tps *tps) argument
200 ret = as10x_cmd_get_tps(bus_adap, tps);
H A Das10x_cmd.h158 /* tps details */
159 struct as10x_tps tps; member in struct:as10x_get_tps::__anon154
/linux-master/drivers/media/dvb-frontends/
H A Ddib3000mc.c674 u16 tps = dib3000mc_read_word(state,458); local
680 switch ((tps >> 8) & 0x1) {
685 switch (tps & 0x3) {
692 switch ((tps >> 13) & 0x3) {
700 /* (tps >> 12) & 0x1 == hrch is used, (tps >> 9) & 0x7 == alpha */
703 switch ((tps >> 5) & 0x7) {
713 switch ((tps >> 2) & 0x7) {
H A Ddib7000m.c1162 u16 tps = dib7000m_read_word(state,480); local
1168 switch ((tps >> 8) & 0x3) {
1174 switch (tps & 0x3) {
1181 switch ((tps >> 14) & 0x3) {
1189 /* (tps >> 13) & 0x1 == hrch is used, (tps >> 10) & 0x7 == alpha */
1192 switch ((tps >> 5) & 0x7) {
1202 switch ((tps >> 2) & 0x7) {
H A Ddib7000p.c1032 dib7000p_write_word(state, 5, (seq << 4) | 1); /* do not force tps, search list 0 */
1425 u16 tps = dib7000p_read_word(state, 463); local
1431 switch ((tps >> 8) & 0x3) {
1441 switch (tps & 0x3) {
1456 switch ((tps >> 14) & 0x3) {
1470 /* (tps >> 13) & 0x1 == hrch is used, (tps >> 10) & 0x7 == alpha */
1473 switch ((tps >> 5) & 0x7) {
1493 switch ((tps >> 2) & 0x7) {
/linux-master/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_top.c707 pr_err("tps monitor error ret = %d\n", ret);
1414 struct cxd2880_dvbt_tpsinfo tps; local
1469 ret = cxd2880_tnrdmd_dvbt_mon_tps_info(&priv->tnrdmd, &tps);
1472 switch (tps.hierarchy) {
1488 tps.hierarchy);
1492 switch (tps.rate_hp) {
1511 tps.rate_hp);
1514 switch (tps.rate_lp) {
1533 tps.rate_lp);
1536 switch (tps
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_training_dpia.c202 static enum dc_status convert_trng_ptn_to_trng_stg(enum dc_dp_training_pattern tps, enum dpia_set_config_ts *ts) argument
206 switch (tps) {
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv50.c331 int tps = 0; local
345 tps++;
390 if (!tps && display)
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c2676 unsigned int tps = core_clk >> tre; local
2692 #define SECONDS * tps
2695 t3_write_reg(adap, A_TP_RXT_MIN, tps / (1000 / TP_RTO_MIN));
2868 * @tps: holds the returned counter values
2872 void t3_tp_get_mib_stats(struct adapter *adap, struct tp_mib_stats *tps) argument
2874 t3_read_indirect(adap, A_TP_MIB_INDEX, A_TP_MIB_RDATA, (u32 *) tps,
2875 sizeof(*tps) / sizeof(u32), 0);
2974 unsigned int v, tps, cpt, bpt, delta, mindelta = ~0; local
2981 tps = clk / cpt;
2982 bpt = (kbps + tps /
[all...]
H A Dcommon.h723 void t3_tp_get_mib_stats(struct adapter *adap, struct tp_mib_stats *tps);
/linux-master/include/linux/mfd/
H A Dtps6594.h1018 int tps6594_device_init(struct tps6594 *tps, bool enable_crc);

Completed in 314 milliseconds

123