Searched refs:s16 (Results 151 - 175 of 696) sorted by path

1234567891011>>

/linux-master/drivers/firmware/efi/libstub/
H A Dvsprintf.c243 size_t utf16s_utf8nlen(const u16 *s16, size_t maxlen) argument
247 for (len = 0; len < maxlen && *s16; len += clen) {
248 u16 c0 = *s16++;
263 if ((*s16 & 0xfc00) == 0xdc00) {
264 ++s16;
274 u32 utf16_to_utf32(const u16 **s16) argument
278 c0 = *(*s16)++;
285 c1 = **s16;
290 ++(*s16);
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_hw.c515 const s16 *rgb2yuv_coeffs)
856 const s16 *rgb2yuv_coeffs)
H A Dmalidp_hw.h66 s16 yuv2rgb_offset; /* offset to the YUV->RGB matrix entries */
205 const s16 *rgb2yuv_coeffs);
H A Dmalidp_mw.c33 const s16 *rgb2yuv_coeffs;
119 static const s16 rgb2yuv_coeffs_bt709_limited[MALIDP_COLORADJ_NUM_COEFFS] = {
H A Dmalidp_planes.c632 static const s16
H A Dmalidp_regs.h194 #define MALIDP500_LV_YUV2RGB ((s16)(-0xB8))
/linux-master/drivers/gpu/drm/armada/
H A Darmada_overlay.c37 s16 brightness;
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_sprite.c83 static const s16 csc_matrix[][9] = {
97 const s16 *csc = csc_matrix[plane_state->hw.color_encoding];
/linux-master/drivers/gpu/drm/mcde/
H A Dmcde_drm.h78 s16 stride;
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Domapdss.h144 s16 rr, rg, rb;
145 s16 gr, gg, gb;
146 s16 br, bg, bb;
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_crtc.c368 static s16 omap_crtc_s31_32_to_s2_8(s64 coef)
373 s16 ret = clamp_val(((cbits & ~sign_bit) >> 24), 0, 0x1ff);
H A Dtcm-sita.c79 static int l2r_t2b(u16 w, u16 h, u16 a, s16 offset,
174 s16 offset, u16 slot_bytes,
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-sitronix-st7701.c116 const s16 vgl_mv; /* Vgl in mV */
118 const s16 avcl_mv; /* Avcl in mV */
/linux-master/drivers/gpu/drm/tidss/
H A Dtidss_dispc.c1689 s16 c1, c2;
2486 static s16 dispc_S31_32_to_s2_8(s64 coef)
2490 s16 ret;
2564 static s16 dispc_S31_32_to_s3_8(s64 coef)
2568 s16 ret;
H A Dtidss_scale_coefs.h13 s16 c2[16];
14 s16 c1[16];
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvbox_mode.c306 cmd_hdr.x = (s16)clips->x1;
307 cmd_hdr.y = (s16)clips->y1;
H A Dvboxvideo.h57 s16 x;
58 s16 y;
/linux-master/drivers/gpu/drm/vmwgfx/device_include/
H A Dvm_basic_types.h37 typedef s16 int16;
/linux-master/drivers/hid/amd-sfh-hid/hid_descriptor/
H A Damd_sfh_hid_desc.h41 s16 accel_sensitivity_max;
42 s16 accel_sensitivity_min;
59 s16 gyro_sensitivity_max;
60 s16 gyro_sensitivity_min;
75 s16 heading_min;
76 s16 heading_max;
78 s16 flux_min;
79 s16 flux_max;
94 s16 als_sensitivity_max;
95 s16 als_sensitivity_mi
[all...]
/linux-master/drivers/hid/
H A Dhid-core.c359 case 2: return item->data.s16;
H A Dhid-logitech-hidpp.c2410 s16 range;
H A Dhid-nintendo.c331 s16 offset[3];
332 s16 scale[3];
520 s16 accel_x;
521 s16 accel_y;
522 s16 accel_z;
523 s16 gyro_x;
524 s16 gyro_y;
525 s16 gyro_z;
1242 static const s16 DFLT_ACCEL_OFFSET /*= 0*/;
1243 static const s16 DFLT_ACCEL_SCAL
[all...]
H A Dhid-sensor-hub.c333 ret_val = *(s16 *)hsdev->pending.raw_data;
H A Dhid-steam.c631 s16 volts;
1230 static inline s16 steam_le16(u8 *data)
1232 s16 x = (s16) le16_to_cpup((__le16 *)data);
1249 * 16-17 | s16 | ABS_X/ABS_HAT0X | X value
1250 * 18-19 | s16 | ABS_Y/ABS_HAT0Y | Y value
1251 * 20-21 | s16 | ABS_RX | right-pad X value
1252 * 22-23 | s16 | ABS_RY | right-pad Y value
1253 * 24-25 | s16 | -- | * left trigger
1254 * 26-27 | s16 |
[all...]
H A Dhid-uclogic-rdesc.c1236 put_unaligned((__force u16)cpu_to_le16(v), (s16 *)(p + 1));

Completed in 433 milliseconds

1234567891011>>