Searched refs:ptps (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/media/usb/as102/ |
D | as10x_cmd.c | 208 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 …]
|
D | as10x_cmd.h | 487 struct as10x_tps *ptps);
|
/linux-6.6.21/drivers/thermal/intel/ |
D | intel_soc_dts_iosf.c | 227 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()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_ptp.c | 1209 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()
|
D | reg.h | 4076 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()
|