Searched refs:ptps (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/as102/ |
H A D | as10x_cmd.c | 204 * @ptps: pointer to TPS parameters structure 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 in as10x_cmd_get_tps() [all...] |
H A D | as10x_cmd.h | 487 struct as10x_tps *ptps);
|
/kernel/linux/linux-6.6/drivers/media/usb/as102/ |
H A D | as10x_cmd.c | 204 * @ptps: pointer to TPS parameters structure 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 in as10x_cmd_get_tps() [all...] |
H A D | as10x_cmd.h | 487 struct as10x_tps *ptps);
|
/kernel/linux/linux-6.6/drivers/thermal/intel/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/thermal/intel/ |
H A D | intel_soc_dts_iosf.c | 292 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_ptp.c | 1008 bool ptps = false; in mlxsw_sp1_ptp_port_shaper_check() local 1021 ptps = true; in mlxsw_sp1_ptp_port_shaper_check() 1026 return mlxsw_sp1_ptp_port_shaper_set(mlxsw_sp_port, ptps); in mlxsw_sp1_ptp_port_shaper_check()
|
H A D | reg.h | 3550 * Note that ptps mode may affect the shaper rates of all hierarchies 3554 MLXSW_ITEM32(reg, qeec, ptps, 0x0C, 29, 1); 3636 * Reserved when ptps = 1 3658 bool ptps) in mlxsw_reg_qeec_ptps_pack() 3663 mlxsw_reg_qeec_ptps_set(payload, ptps); in mlxsw_reg_qeec_ptps_pack() 3913 * The QPSC allows advanced configuration of the shapers when QEEC.ptps=1. 3657 mlxsw_reg_qeec_ptps_pack(char *payload, u8 local_port, bool ptps) mlxsw_reg_qeec_ptps_pack() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A 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()
|
H A D | reg.h | 4072 * Note that ptps mode may affect the shaper rates of all hierarchies 4076 MLXSW_ITEM32(reg, qeec, ptps, 0x0C, 29, 1); 4158 * Reserved when ptps = 1 4181 bool ptps) in mlxsw_reg_qeec_ptps_pack() 4186 mlxsw_reg_qeec_ptps_set(payload, ptps); in mlxsw_reg_qeec_ptps_pack() 4436 * The QPSC allows advanced configuration of the shapers when QEEC.ptps=1. 4180 mlxsw_reg_qeec_ptps_pack(char *payload, u16 local_port, bool ptps) mlxsw_reg_qeec_ptps_pack() argument
|
Completed in 36 milliseconds