Searched refs:rep_type (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/hid/intel-thc-hid/intel-quicki2c/ |
| H A D | quicki2c-protocol.c | 133 int cmd_len, rep_type; in quicki2c_get_report() local 138 rep_type = HIDI2C_INPUT; in quicki2c_get_report() 140 rep_type = HIDI2C_FEATURE; in quicki2c_get_report() 146 cmd_len = quicki2c_encode_cmd(qcdev, &cmd, HIDI2C_GET_REPORT, rep_type, reportnum); in quicki2c_get_report() 179 int rep_type; in quicki2c_set_report() local 183 rep_type = HIDI2C_OUTPUT; in quicki2c_set_report() 185 rep_type = HIDI2C_FEATURE; in quicki2c_set_report() 191 ret = write_cmd_to_txdma(qcdev, HIDI2C_SET_REPORT, rep_type, reportnum, buf, buf_len); in quicki2c_set_report()
|
| /linux/drivers/hid/intel-thc-hid/intel-quickspi/ |
| H A D | quickspi-protocol.c | 347 int rep_type; in quickspi_get_report() local 351 rep_type = GET_INPUT_REPORT; in quickspi_get_report() 353 rep_type = GET_FEATURE; in quickspi_get_report() 360 ret = write_cmd_to_txdma(qsdev, rep_type, report_id, NULL, 0); in quickspi_get_report() 384 int rep_type; in quickspi_set_report() local 388 rep_type = OUTPUT_REPORT; in quickspi_set_report() 390 rep_type = SET_FEATURE; in quickspi_set_report() 397 ret = write_cmd_to_txdma(qsdev, rep_type, report_id, buf + 1, buf_len - 1); in quickspi_set_report()
|
| /linux/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/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()
|