| /linux/drivers/hid/amd-sfh-hid/ |
| H A D | amd_sfh_client.c | 42 struct amd_input_data *in_data = cli_data->in_data; in amd_sfh_get_report() local 46 mp2 = container_of(in_data, struct amd_mp2_dev, in_data); in amd_sfh_get_report() 74 struct amd_input_data *in_data = cli_data->in_data; in amd_sfh_work() local 82 mp2 = container_of(in_data, struct amd_mp2_dev, in_data); in amd_sfh_work() 104 report_size = mp2_ops->get_in_rep(current_index, sensor_index, report_id, in_data); in amd_sfh_work() 108 in_data->input_report[current_index], report_size, 0); in amd_sfh_work() 122 struct amd_input_data *in_data = cli_data->in_data; in amd_sfh_work_buffer() local 127 mp2 = container_of(in_data, struct amd_mp2_dev, in_data); in amd_sfh_work_buffer() 132 cli_data->report_id[i], in_data); in amd_sfh_work_buffer() 134 in_data->input_report[i], report_size, 0); in amd_sfh_work_buffer() [all …]
|
| H A D | amd_sfh_common.h | 58 struct amd_input_data in_data; member 84 struct amd_input_data *in_data);
|
| H A D | amd_sfh_hid.c | 128 struct amd_mp2_dev *mp2 = container_of(cli_data->in_data, struct amd_mp2_dev, in_data); in amdtp_hid_probe()
|
| H A D | amd_sfh_hid.h | 53 struct amd_input_data *in_data; member
|
| /linux/sound/soc/meson/ |
| H A D | meson-codec-glue.c | 103 struct meson_codec_glue_input *in_data = meson_codec_glue_output_get_input_data(w); in meson_codec_glue_output_startup() local 105 if (!in_data) in meson_codec_glue_output_startup() 114 rtd->dai_link->c2c_params = &in_data->params; in meson_codec_glue_output_startup() 117 return snd_soc_runtime_set_dai_fmt(rtd, in_data->fmt); in meson_codec_glue_output_startup()
|
| /linux/drivers/hid/amd-sfh-hid/hid_descriptor/ |
| H A D | amd_sfh_hid_desc.c | 207 struct amd_input_data *in_data) in get_input_report() argument 209 struct amd_mp2_dev *privdata = container_of(in_data, struct amd_mp2_dev, in_data); in get_input_report() 210 u32 *sensor_virt_addr = in_data->sensor_virt_addr[current_index]; in get_input_report() 211 u8 *input_report = in_data->input_report[current_index]; in get_input_report()
|
| /linux/drivers/hid/amd-sfh-hid/sfh1_1/ |
| H A D | amd_sfh_init.c | 112 struct amd_input_data *in_data = &privdata->in_data; in amd_sfh1_1_hid_client_init() local 135 cl_data->in_data = in_data; in amd_sfh1_1_hid_client_init() 179 in_data->input_report[i] = devm_kzalloc(dev, input_report_size, GFP_KERNEL); in amd_sfh1_1_hid_client_init() 180 if (!in_data->input_report[i]) { in amd_sfh1_1_hid_client_init() 248 devm_kfree(dev, in_data->input_report[i]); in amd_sfh1_1_hid_client_init()
|
| H A D | amd_sfh_desc.c | 177 struct amd_input_data *in_data) in get_input_rep() argument 179 struct amd_mp2_dev *mp2 = container_of(in_data, struct amd_mp2_dev, in_data); in get_input_rep() 180 u8 *input_report = in_data->input_report[current_index]; in get_input_rep()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-cros-ec-tunnel.c | 144 const u8 *in_data; in ec_i2c_parse_response() local 147 in_data = buf + sizeof(struct ec_response_i2c_passthru); in ec_i2c_parse_response() 166 memcpy(i2c_msg->buf, in_data, i2c_msg->len); in ec_i2c_parse_response() 167 in_data += i2c_msg->len; in ec_i2c_parse_response()
|
| /linux/drivers/misc/altera-stapl/ |
| H A D | altera-jtag.h | 90 u32 count, u8 *in_data, 96 u8 *in_data, u32 in_index,
|
| H A D | altera-jtag.c | 682 u8 *in_data, in altera_swap_ir() argument 755 in_data, in altera_swap_ir() 879 u8 *in_data, u32 in_index, in altera_swap_dr() argument 951 in_data, in altera_swap_dr()
|
| /linux/sound/soc/codecs/ |
| H A D | cs-amp-lib.c | 476 const struct cirrus_amp_cal_data *in_data) in _cs_amp_set_efi_calibration_data() 478 u64 cal_target = cs_amp_cal_target_u64(in_data); in _cs_amp_set_efi_calibration_data() 562 data->data[amp_index] = *in_data; 623 * @in_data: struct cirrus_amp_cal_data entry to be written to EFI. in cs_amp_set_efi_calibration_data() 633 * If amp_index < 0 and in_data->calTarget matches any existing entry, that 645 const struct cirrus_amp_cal_data *in_data) in cs_amp_get_efi_byte_spkid() 650 num_amps, in_data); in cs_amp_get_efi_byte_spkid() 451 _cs_amp_set_efi_calibration_data(struct device * dev,int amp_index,int num_amps,const struct cirrus_amp_cal_data * in_data) _cs_amp_set_efi_calibration_data() argument 615 cs_amp_set_efi_calibration_data(struct device * dev,int amp_index,int num_amps,const struct cirrus_amp_cal_data * in_data) cs_amp_set_efi_calibration_data() argument
|
| /linux/scripts/crypto/ |
| H A D | gen-hash-testvecs.py | 218 in_data = rand_bytes(max_len) 223 out = hashlib.new(alg, data=in_data[:in_len]).digest(out_len)
|
| /linux/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_main.h | 168 int nfp_mbox_cmd(struct nfp_pf *pf, u32 cmd, void *in_data, u64 in_length,
|
| /linux/tools/testing/selftests/iommu/ |
| H A D | iommufd.c | 2959 .in_data = 0xbeef, in TEST_F() 2969 ASSERT_EQ(data.out_data, data.in_data); in TEST_F() 2983 ASSERT_EQ(data.in_data, *test); in TEST_F()
|
| /linux/drivers/platform/chrome/ |
| H A D | cros_ec_proto_test.c | 530 KUNIT_EXPECT_EQ(test, data->in_data, 0xa0b0c0d0); in cros_ec_proto_test_query_all_legacy_normal_v3_return_error() 595 KUNIT_EXPECT_EQ(test, data->in_data, 0xa0b0c0d0); in cros_ec_proto_test_query_all_legacy_normal_v3_return0()
|
| /linux/drivers/staging/media/ipu3/ |
| H A D | ipu3-abi.h | 1602 u32 in_data; /* Address in ISP dmem */ member
|