| /linux/drivers/hwmon/ |
| H A D | aquacomputer_d5next.c | 726 *val = (s16)get_unaligned_be16(priv->buffer + offset); in aqc_get_ctrl_val() 1338 priv->serial_number[0] = get_unaligned_be16(data + priv->serial_number_start_offset); in aqc_raw_event() 1339 priv->serial_number[1] = get_unaligned_be16(data + priv->serial_number_start_offset + in aqc_raw_event() 1341 priv->firmware_version = get_unaligned_be16(data + priv->firmware_version_offset); in aqc_raw_event() 1345 sensor_value = get_unaligned_be16(data + in aqc_raw_event() 1356 sensor_value = get_unaligned_be16(data + in aqc_raw_event() 1369 get_unaligned_be16(data + priv->fan_sensor_offsets[i] + in aqc_raw_event() 1372 get_unaligned_be16(data + priv->fan_sensor_offsets[i] + in aqc_raw_event() 1375 get_unaligned_be16(data + priv->fan_sensor_offsets[i] + in aqc_raw_event() 1378 get_unaligned_be16(data + priv->fan_sensor_offsets[i] + in aqc_raw_event() [all …]
|
| H A D | nzxt-kraken2.c | 117 priv->fan_input[0] = get_unaligned_be16(data + 3); in kraken2_raw_event() 118 priv->fan_input[1] = get_unaligned_be16(data + 5); in kraken2_raw_event()
|
| /linux/drivers/hwmon/occ/ |
| H A D | common.c | 247 val = get_unaligned_be16(&temp->sensor_id); in occ_show_temp_1() 256 val = get_unaligned_be16(&temp->value) * 1000; in occ_show_temp_1() 381 val = get_unaligned_be16(&freq->sensor_id); in occ_show_freq_1() 384 val = get_unaligned_be16(&freq->value); in occ_show_freq_1() 414 val = get_unaligned_be16(&freq->value); in occ_show_freq_2() 447 val = get_unaligned_be16(&power->sensor_id); in occ_show_power_1() 458 val = get_unaligned_be16(&power->value) * 1000000ULL; in occ_show_power_1() 497 val = get_unaligned_be16(&power->value) * 1000000ULL; in occ_show_power_2() 535 val = get_unaligned_be16(&power->system.value) * 1000000ULL; in occ_show_power_a0() 549 val = get_unaligned_be16(&power->proc.value) * 1000000ULL; in occ_show_power_a0() [all …]
|
| /linux/drivers/scsi/ |
| H A D | scsi_trace.c | 12 #define SERVICE_ACTION32(cdb) (get_unaligned_be16(&cdb[8])) 43 txlen = get_unaligned_be16(&cdb[7]); in scsi_trace_rw10() 138 unsigned int regions = get_unaligned_be16(&cdb[7]); in scsi_trace_unmap() 337 boundary_size = get_unaligned_be16(&cdb[10]); in scsi_trace_atomic_write16_out() 338 nr_blocks = get_unaligned_be16(&cdb[12]); in scsi_trace_atomic_write16_out()
|
| H A D | scsi_proto_test.c | 30 KUNIT_EXPECT_EQ(test, get_unaligned_be16(&ss.s.stream_identifier), in test_scsi_proto() 39 KUNIT_EXPECT_EQ(test, get_unaligned_be16(&sh.h.number_of_open_streams), in test_scsi_proto()
|
| /linux/drivers/md/dm-vdo/indexer/ |
| H A D | hash-utils.h | 29 u64 bytes = (u64) get_unaligned_be16(chapter_bits) << 32; in uds_extract_chapter_index_bytes() 42 return get_unaligned_be16(&name->name[SAMPLE_BYTES_OFFSET]); in uds_extract_sampling_bytes()
|
| /linux/drivers/mfd/ |
| H A D | si476x-cmd.c | 479 return get_unaligned_be16(resp + 2); in si476x_core_cmd_get_property() 775 report->readfreq = get_unaligned_be16(resp + 3); in si476x_core_cmd_am_rsq_status() 938 report->pi = get_unaligned_be16(resp + 4); in si476x_core_cmd_fm_rds_status() 985 report->expected = get_unaligned_be16(resp + 2); in si476x_core_cmd_fm_rds_blockcount() 986 report->received = get_unaligned_be16(resp + 4); in si476x_core_cmd_fm_rds_blockcount() 987 report->uncorrectable = get_unaligned_be16(resp + 6); in si476x_core_cmd_fm_rds_blockcount() 1204 report->readfreq = get_unaligned_be16(resp + 3); in si476x_core_cmd_fm_rsq_status_a10() 1212 report->readantcap = get_unaligned_be16(resp + 13); in si476x_core_cmd_fm_rsq_status_a10() 1258 report->readfreq = get_unaligned_be16(resp + 3); in si476x_core_cmd_fm_rsq_status_a20() 1266 report->readantcap = get_unaligned_be16(resp + 13); in si476x_core_cmd_fm_rsq_status_a20() [all …]
|
| /linux/drivers/iio/pressure/ |
| H A D | adp810.c | 129 *val = get_unaligned_be16(&buf.dp); in adp810_read_raw() 132 *val = get_unaligned_be16(&buf.tmp); in adp810_read_raw() 140 *val = get_unaligned_be16(&buf.sf); in adp810_read_raw()
|
| /linux/drivers/iio/chemical/ |
| H A D | pms7003.c | 103 return clamp_val(get_unaligned_be16(data), in pms7003_get_pm() 210 u16 checksum = get_unaligned_be16(frame->data + offset); in pms7003_frame_is_okay() 230 magic = get_unaligned_be16(buf); in pms7003_receive_buf() 234 num = get_unaligned_be16(buf + 2); in pms7003_receive_buf()
|
| /linux/drivers/iio/adc/ |
| H A D | ti-ads131m02.c | 216 status = get_unaligned_be16(&priv->rx_buffer[0]); in ads131m_check_status_crc_err() 290 response = get_unaligned_be16(&priv->rx_buffer[0]); in ads131m_write_reg_unlocked() 356 *val = get_unaligned_be16(&priv->rx_buffer[0]); in ads131m_read_reg_unlocked() 428 received_crc = get_unaligned_be16(&priv->rx_buffer[data_len]); in ads131m_verify_output_crc() 469 status = get_unaligned_be16(&priv->rx_buffer[0]); in ads131m_adc_read() 701 response = get_unaligned_be16(&priv->rx_buffer[0]); in ads131m_sw_reset()
|
| /linux/drivers/power/supply/ |
| H A D | rk817_charger.c | 179 vcalib0 = get_unaligned_be16(bulk_reg); in rk817_bat_calib_vol() 183 vcalib1 = get_unaligned_be16(bulk_reg); in rk817_bat_calib_vol() 372 tmp = get_unaligned_be16(bulk_reg); in rk817_read_props() 382 tmp = (short int)get_unaligned_be16(bulk_reg); in rk817_read_props() 424 reg = get_unaligned_be16(bulk_reg); in rk817_read_props() 775 tmp = get_unaligned_be16(bulk_reg); in rk817_read_or_set_full_charge_on_boot() 829 tmp = get_unaligned_be16(bulk_reg); in rk817_read_or_set_full_charge_on_boot()
|
| /linux/drivers/media/radio/si470x/ |
| H A D | radio-si470x-usb.c | 253 radio->registers[regnr] = get_unaligned_be16(&radio->usb_buf[1]); in si470x_get_register() 294 radio->registers[regnr] = get_unaligned_be16( in si470x_get_all_registers() 389 get_unaligned_be16(&radio->int_in_buffer[1]); in si470x_int_in_callback() 398 get_unaligned_be16(&radio->int_in_buffer[ in si470x_int_in_callback() 642 (get_unaligned_be16(&radio->usb_buf[1]) & 0xfff) != 0x0242) { in si470x_usb_driver_probe()
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_iscsi.c | 329 tmp = cpu_to_le16(get_unaligned_be16(p)); in qed_sp_iscsi_conn_offload() 331 tmp = cpu_to_le16(get_unaligned_be16(p + 1)); in qed_sp_iscsi_conn_offload() 333 tmp = cpu_to_le16(get_unaligned_be16(p + 2)); in qed_sp_iscsi_conn_offload() 337 tmp = cpu_to_le16(get_unaligned_be16(p)); in qed_sp_iscsi_conn_offload() 339 tmp = cpu_to_le16(get_unaligned_be16(p + 1)); in qed_sp_iscsi_conn_offload() 341 tmp = cpu_to_le16(get_unaligned_be16(p + 2)); in qed_sp_iscsi_conn_offload() 401 tmp = cpu_to_le16(get_unaligned_be16(p)); in qed_sp_iscsi_conn_offload() 403 tmp = cpu_to_le16(get_unaligned_be16(p + 1)); in qed_sp_iscsi_conn_offload() 405 tmp = cpu_to_le16(get_unaligned_be16(p + 2)); in qed_sp_iscsi_conn_offload() 409 tmp = cpu_to_le16(get_unaligned_be16(p)); in qed_sp_iscsi_conn_offload() [all …]
|
| /linux/block/partitions/ |
| H A D | ldm.c | 77 ph->ver_major = get_unaligned_be16(data + 0x000C); in ldm_parse_privhead() 78 ph->ver_minor = get_unaligned_be16(data + 0x000E); in ldm_parse_privhead() 179 vm->ver_major = get_unaligned_be16(data + 0x12); in ldm_parse_vmdb() 180 vm->ver_minor = get_unaligned_be16(data + 0x14); in ldm_parse_vmdb() 449 if (get_unaligned_be16(data + 0x10) != 0x01) { in ldm_validate_vmdb() 1230 rec = get_unaligned_be16(data + 0x0C); in ldm_frag_add() 1231 num = get_unaligned_be16(data + 0x0E); in ldm_frag_add() 1370 recs = get_unaligned_be16(data + 0x0E); /* Number of records */ in ldm_get_vblks()
|
| /linux/drivers/target/ |
| H A D | target_core_xcopy.c | 125 ript = get_unaligned_be16(&desc[2]); in target_xcopy_parse_tiddesc_e4() 305 desc_len = get_unaligned_be16(&desc[2]); in target_xcopy_parse_segdesc_02() 312 xop->stdi = get_unaligned_be16(&desc[4]); in target_xcopy_parse_segdesc_02() 313 xop->dtdi = get_unaligned_be16(&desc[6]); in target_xcopy_parse_segdesc_02() 325 xop->nolb = get_unaligned_be16(&desc[10]); in target_xcopy_parse_segdesc_02() 808 tdll = get_unaligned_be16(&p[2]); in target_parse_xcopy_cmd()
|
| H A D | target_core_sbc.c | 174 num_blocks = get_unaligned_be16(&cmd->t_task_cdb[7]); in sbc_get_write_same_sectors() 236 return get_unaligned_be16(&cdb[7]); in transport_get_sectors_10() 775 boundary = get_unaligned_be16(&cdb[10]); in sbc_check_atomic() 776 transfer_len = get_unaligned_be16(&cdb[12]); in sbc_check_atomic() 930 u16 service_action = get_unaligned_be16(&cdb[8]); in sbc_parse_cdb() 1029 size = get_unaligned_be16(&cdb[7]); in sbc_parse_cdb() 1159 dl = get_unaligned_be16(&buf[0]); in sbc_execute_unmap() 1160 bd_dl = get_unaligned_be16(&buf[2]); in sbc_execute_unmap()
|
| H A D | target_core_spc.c | 789 len = get_unaligned_be16(&buf[2]) + 4; in spc_emulate_inquiry() 2418 *size = get_unaligned_be16(&cdb[7]); in spc_parse_cdb() 2426 *size = get_unaligned_be16(&cdb[7]); in spc_parse_cdb() 2431 *size = get_unaligned_be16(&cdb[7]); in spc_parse_cdb() 2434 *size = get_unaligned_be16(&cdb[7]); in spc_parse_cdb() 2444 *size = get_unaligned_be16(&cdb[7]); in spc_parse_cdb() 2457 *size = get_unaligned_be16(&cdb[7]); in spc_parse_cdb() 2468 *size = get_unaligned_be16(&cdb[3]); in spc_parse_cdb() 2495 *size = get_unaligned_be16(&cdb[3]); in spc_parse_cdb() 2537 *size = get_unaligned_be16(&cdb[8]); in spc_parse_cdb() [all …]
|
| /linux/security/keys/trusted-keys/ |
| H A D | trusted_tpm2.c | 35 priv_len = get_unaligned_be16(src) + 2; in tpm2_key_encode() 40 pub_len = get_unaligned_be16(src) + 2; in tpm2_key_encode() 402 private_len = get_unaligned_be16(blob); in tpm2_load_cmd() 408 public_len = get_unaligned_be16(blob + 2 + private_len); in tpm2_load_cmd()
|
| /linux/drivers/input/touchscreen/ |
| H A D | ili210x.c | 115 *x = get_unaligned_be16(touchdata + 1 + (finger * 4) + 0); in ili210x_touchdata_to_coords() 116 *y = get_unaligned_be16(touchdata + 1 + (finger * 4) + 2); in ili210x_touchdata_to_coords() 203 val = get_unaligned_be16(touchdata + 3 + (finger * 5) + 0); in ili212x_touchdata_to_coords() 208 *y = get_unaligned_be16(touchdata + 3 + (finger * 5) + 2); in ili212x_touchdata_to_coords() 278 val = get_unaligned_be16(touchdata + 1 + (finger * 5) + 0); in ili251x_touchdata_to_coords() 283 *y = get_unaligned_be16(touchdata + 1 + (finger * 5) + 2); in ili251x_touchdata_to_coords()
|
| H A D | eeti_ts.c | 51 x = get_unaligned_be16(&buf[1]); in eeti_ts_report_event() 52 y = get_unaligned_be16(&buf[3]); in eeti_ts_report_event()
|
| H A D | hynitron-cst816x.c | 121 tch->abs_x = get_unaligned_be16(&tch->abs_x) & GENMASK(11, 0); in cst816x_process_touch() 122 tch->abs_y = get_unaligned_be16(&tch->abs_y) & GENMASK(11, 0); in cst816x_process_touch()
|
| H A D | s6sy761.c | 355 sdata->devid = get_unaligned_be16(buffer + 1); in s6sy761_hw_init() 364 *max_x = get_unaligned_be16(buffer); in s6sy761_hw_init() 365 *max_y = get_unaligned_be16(buffer + 2); in s6sy761_hw_init()
|
| /linux/drivers/iio/magnetometer/ |
| H A D | yamaha-yas530.c | 253 val = get_unaligned_be16(&data[0]); in yas530_extract_axis() 268 val = get_unaligned_be16(&data[0]); in yas532_extract_axis() 325 val = get_unaligned_be16(&data[0]); in yas530_measure() 339 val = get_unaligned_be16(&data[0]); in yas530_measure() 402 *t = get_unaligned_be16(&data[0]); in yas537_measure() 403 xy1y2[0] = FIELD_GET(GENMASK(13, 0), get_unaligned_be16(&data[2])); in yas537_measure() 404 xy1y2[1] = get_unaligned_be16(&data[4]); in yas537_measure() 405 xy1y2[2] = get_unaligned_be16(&data[6]); in yas537_measure()
|
| /linux/net/bluetooth/bnep/ |
| H A D | core.c | 110 n = get_unaligned_be16(data); in bnep_ctrl_set_netfilter() 126 f[i].start = get_unaligned_be16(data++); in bnep_ctrl_set_netfilter() 127 f[i].end = get_unaligned_be16(data++); in bnep_ctrl_set_netfilter() 156 n = get_unaligned_be16(data); in bnep_ctrl_set_mcfilter()
|
| /linux/security/apparmor/ |
| H A D | match.c | 46 th.td_id = get_unaligned_be16(blob) - 1; in unpack_table() 49 th.td_flags = get_unaligned_be16(blob + 2); in unpack_table() 73 u16, __be16, get_unaligned_be16); in unpack_table() 339 dfa->flags = get_unaligned_be16(data + 12); in aa_dfa_unpack()
|