Searched refs:rep_type (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/hid/intel-thc-hid/intel-quicki2c/ |
| H A D | quicki2c-protocol.c | 132 int cmd_len, rep_type; in quicki2c_get_report() local 137 rep_type = HIDI2C_INPUT; in quicki2c_get_report() 139 rep_type = HIDI2C_FEATURE; in quicki2c_get_report() 145 cmd_len = quicki2c_encode_cmd(qcdev, &cmd, HIDI2C_GET_REPORT, rep_type, reportnum); in quicki2c_get_report() 178 int rep_type; in quicki2c_set_report() local 182 rep_type = HIDI2C_OUTPUT; in quicki2c_set_report() 184 rep_type = HIDI2C_FEATURE; in quicki2c_set_report() 190 ret = write_cmd_to_txdma(qcdev, HIDI2C_SET_REPORT, rep_type, reportnum, buf, buf_len); in quicki2c_set_report()
|
| /linux-6.15/drivers/hid/intel-thc-hid/intel-quickspi/ |
| H A D | quickspi-protocol.c | 348 int rep_type; in quickspi_get_report() local 352 rep_type = GET_INPUT_REPORT; in quickspi_get_report() 354 rep_type = GET_FEATURE; in quickspi_get_report() 361 ret = write_cmd_to_txdma(qsdev, rep_type, report_id, NULL, 0); in quickspi_get_report() 385 int rep_type; in quickspi_set_report() local 389 rep_type = OUTPUT_REPORT; in quickspi_set_report() 391 rep_type = SET_FEATURE; in quickspi_set_report() 398 ret = write_cmd_to_txdma(qsdev, rep_type, report_id, buf + 1, buf_len - 1); in quickspi_set_report()
|
| /linux-6.15/include/linux/mlx5/ |
| H A D | eswitch.h | 65 u8 rep_type); 66 void mlx5_eswitch_unregister_vport_reps(struct mlx5_eswitch *esw, u8 rep_type); 69 u8 rep_type); 72 void *mlx5_eswitch_uplink_get_proto_dev(struct mlx5_eswitch *esw, u8 rep_type);
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | eswitch_offloads.c | 2379 int rep_type; in mlx5_esw_offloads_rep_init() local 2388 for (rep_type = 0; rep_type < NUM_REP_TYPES; rep_type++) in mlx5_esw_offloads_rep_init() 2565 int rep_type; in mlx5_esw_offloads_rep_load() local 2569 for (rep_type = 0; rep_type < NUM_REP_TYPES; rep_type++) { in mlx5_esw_offloads_rep_load() 2579 for (--rep_type; rep_type >= 0; rep_type--) in mlx5_esw_offloads_rep_load() 2587 int rep_type; in mlx5_esw_offloads_rep_unload() local 2590 for (rep_type = NUM_REP_TYPES - 1; rep_type >= 0; rep_type--) in mlx5_esw_offloads_rep_unload() 2913 u8 rep_type; in mlx5_esw_offloads_rep_event_unpair() local 2942 u8 rep_type; in mlx5_esw_offloads_pair() local 2950 for (rep_type = 0; rep_type < NUM_REP_TYPES; rep_type++) { in mlx5_esw_offloads_pair() [all …]
|
| H A D | eswitch.h | 584 void *mlx5_eswitch_get_uplink_priv(struct mlx5_eswitch *esw, u8 rep_type);
|
| /linux-6.15/net/tipc/ |
| H A D | netlink_compat.c | 56 int rep_type; member 290 if (msg->rep_type) in tipc_nl_compat_dumpit() 291 tipc_tlv_init(msg->rep, msg->rep_type); in tipc_nl_compat_dumpit() 1223 msg->rep_type = TIPC_TLV_ULTRA_STRING; in tipc_nl_compat_handle() 1248 msg->rep_type = TIPC_TLV_ULTRA_STRING; in tipc_nl_compat_handle() 1255 msg->rep_type = TIPC_TLV_ULTRA_STRING; in tipc_nl_compat_handle()
|