Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/usb/as102/
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 …]
Das10x_cmd.h487 struct as10x_tps *ptps);
/linux-5.19.10/drivers/thermal/intel/
Dintel_soc_dts_iosf.c292 unsigned long ptps; in add_dts_thermal_zone() local
316 ptps = store_ptps; in add_dts_thermal_zone()
317 for_each_set_clump8(i, trip, &ptps, writable_trip_cnt * 8) in add_dts_thermal_zone()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ptp.c1007 bool ptps = false; in mlxsw_sp1_ptp_port_shaper_check() local
1020 ptps = true; in mlxsw_sp1_ptp_port_shaper_check()
1025 return mlxsw_sp1_ptp_port_shaper_set(mlxsw_sp_port, ptps); in mlxsw_sp1_ptp_port_shaper_check()
Dreg.h3826 MLXSW_ITEM32(reg, qeec, ptps, 0x0C, 29, 1);
3931 bool ptps) in mlxsw_reg_qeec_ptps_pack() argument
3936 mlxsw_reg_qeec_ptps_set(payload, ptps); in mlxsw_reg_qeec_ptps_pack()