Searched refs:be16_to_cpup (Results 51 - 73 of 73) sorted by relevance

123

/linux-master/drivers/hwmon/
H A Dibmaem.c406 *x = be16_to_cpup((__be16 *)rs_resp->bytes);
/linux-master/drivers/net/usb/
H A Dcatc.c293 hasdata = (unsigned int)(be16_to_cpup((__be16*)data) & 0x0fff);
/linux-master/drivers/infiniband/hw/mlx4/
H A Dmain.c682 props->lid = be16_to_cpup((__be16 *) (out_mad->data + 16));
684 props->sm_lid = be16_to_cpup((__be16 *) (out_mad->data + 18));
695 props->bad_pkey_cntr = be16_to_cpup((__be16 *) (out_mad->data + 46));
696 props->qkey_viol_cntr = be16_to_cpup((__be16 *) (out_mad->data + 48));
/linux-master/drivers/input/keyboard/
H A Dpxa27x_keypad.c200 code = be16_to_cpup(prop + i);
/linux-master/drivers/input/touchscreen/
H A Dads7846.c692 value = be16_to_cpup(&buf->data);
/linux-master/sound/soc/codecs/
H A Dnau8810.c219 value = be16_to_cpup(tmp);
H A Dnau8822.c234 value = be16_to_cpup(tmp);
/linux-master/fs/xfs/scrub/
H A Ddir.c402 tag = be16_to_cpup(xfs_dir2_data_entry_tag_p(mp, dent));
/linux-master/drivers/of/
H A Dproperty.c285 *out_values++ = be16_to_cpup(val++);
/linux-master/drivers/hid/
H A Dwacom_wac.c581 input_report_abs(input, ABS_X, be16_to_cpup((__be16 *)&data[4]));
582 input_report_abs(input, ABS_Y, be16_to_cpup((__be16 *)&data[6]));
583 input_report_abs(input, ABS_Z, be16_to_cpup((__be16 *)&data[8]));
938 x = (be16_to_cpup((__be16 *)&data[2]) << 1) | ((data[9] >> 1) & 1);
939 y = (be16_to_cpup((__be16 *)&data[4]) << 1) | (data[9] & 1);
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.c1497 ether_type = be16_to_cpup((__be16 *)ether_type_ptr);
1594 ether_type = be16_to_cpup((__be16 *)ether_type_ptr);
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.c1253 if (be16_to_cpup(vsd + VSD_OFFSET_SIG1) == VSD_SIGNATURE_TOPSPIN &&
1254 be16_to_cpup(vsd + VSD_OFFSET_SIG2) == VSD_SIGNATURE_TOPSPIN) {
/linux-master/drivers/fsi/
H A Dfsi-master-ast-cf.c855 sig = be16_to_cpup((__be16 *)(data + HDR_OFFSET + HDR_SYS_SIG));
/linux-master/drivers/memstick/core/
H A Dmspro_block.c301 be16_to_cpup((__be16 *)&x_sys->assembly_date[1]),
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.c64 case 2: (dest) = be16_to_cpup(__p); break; \
1780 if (be16_to_cpup(vsd + VSD_OFFSET_SIG1) == VSD_SIGNATURE_TOPSPIN &&
1781 be16_to_cpup(vsd + VSD_OFFSET_SIG2) == VSD_SIGNATURE_TOPSPIN) {
/linux-master/drivers/firewire/
H A Dnet.c761 length = be16_to_cpup(hdr_ptr);
/linux-master/drivers/infiniband/core/
H A Dsysfs.c627 len = sysfs_emit(buf, "%u\n", be16_to_cpup((__be16 *)data));
/linux-master/sound/soc/codecs/aw88395/
H A Daw88395_device.c239 bin_val = be16_to_cpup((void *)&dsp_fw_desc->data[2 * (addr - base_addr)]);
/linux-master/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-core.c161 *data = be16_to_cpup((__be16 *)rbuf);
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-nvm-parse.c1435 u16 subsystem_id = be16_to_cpup(nvm_hw + SUBSYSTEM_ID);
/linux-master/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_core.c616 *val = (short)be16_to_cpup(&d);
/linux-master/drivers/net/ethernet/via/
H A Dvia-rhine.c2013 return be16_to_cpup((__be16 *)trailer);
/linux-master/drivers/usb/gadget/function/
H A Df_tcm.c1120 scsi_tag = be16_to_cpup(&cmd_iu->tag);

Completed in 724 milliseconds

123