Home
last modified time | relevance | path

Searched refs:ptps (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/media/usb/as102/
H A Das10x_cmd.c208 int as10x_cmd_get_tps(struct as10x_bus_adapter_t *adap, struct as10x_tps *ptps) in as10x_cmd_get_tps() argument
244 ptps->modulation = prsp->body.get_tps.rsp.tps.modulation; in as10x_cmd_get_tps()
245 ptps->hierarchy = prsp->body.get_tps.rsp.tps.hierarchy; in as10x_cmd_get_tps()
246 ptps->interleaving_mode = prsp->body.get_tps.rsp.tps.interleaving_mode; in as10x_cmd_get_tps()
247 ptps->code_rate_HP = prsp->body.get_tps.rsp.tps.code_rate_HP; in as10x_cmd_get_tps()
248 ptps->code_rate_LP = prsp->body.get_tps.rsp.tps.code_rate_LP; in as10x_cmd_get_tps()
249 ptps->guard_interval = prsp->body.get_tps.rsp.tps.guard_interval; in as10x_cmd_get_tps()
250 ptps->transmission_mode = prsp->body.get_tps.rsp.tps.transmission_mode; in as10x_cmd_get_tps()
251 ptps->DVBH_mask_HP = prsp->body.get_tps.rsp.tps.DVBH_mask_HP; in as10x_cmd_get_tps()
252 ptps->DVBH_mask_LP = prsp->body.get_tps.rsp.tps.DVBH_mask_LP; in as10x_cmd_get_tps()
[all …]
H A Das10x_cmd.h487 struct as10x_tps *ptps);
/openbmc/linux/drivers/thermal/intel/
H A Dintel_soc_dts_iosf.c227 unsigned long ptps; in add_dts_thermal_zone() local
251 ptps = store_ptps; in add_dts_thermal_zone()
252 for_each_set_clump8(i, trip, &ptps, writable_trip_cnt * 8) in add_dts_thermal_zone()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c1209 bool ptps = false; in mlxsw_sp1_ptp_port_shaper_check() local
1222 ptps = true; in mlxsw_sp1_ptp_port_shaper_check()
1227 return mlxsw_sp1_ptp_port_shaper_set(mlxsw_sp_port, ptps); in mlxsw_sp1_ptp_port_shaper_check()
H A Dreg.h4076 MLXSW_ITEM32(reg, qeec, ptps, 0x0C, 29, 1);
4181 bool ptps) in mlxsw_reg_qeec_ptps_pack() argument
4186 mlxsw_reg_qeec_ptps_set(payload, ptps); in mlxsw_reg_qeec_ptps_pack()