Home
last modified time | relevance | path

Searched refs:s8 (Results 1 – 25 of 634) sorted by relevance

12345678910>>...26

/linux/arch/parisc/net/
H A Dbpf_jit_comp32.c73 static const s8 regmap[][2] = {
110 static s8 hi(const s8 *r) in hi()
115 static s8 lo(const s8 *r) in lo()
120 static void emit_hppa_copy(const s8 rs, const s8 rd, struct hppa_jit_context *ctx) in emit_hppa_copy()
129 static void emit_hppa_xor(const s8 r1, const s8 r2, const s8 r3, struct hppa_jit_context *ctx) in emit_hppa_xor()
141 static void emit_imm(const s8 rd, s32 imm, struct hppa_jit_context *ctx) in emit_imm()
156 static void emit_imm32(const s8 *rd, s32 imm, struct hppa_jit_context *ctx) in emit_imm32()
170 static void emit_imm64(const s8 *rd, s32 imm_hi, s32 imm_lo, in emit_imm64()
179 const s8 *r0 = regmap[BPF_REG_0]; in __build_epilogue()
219 static bool is_stacked(s8 reg) in is_stacked()
[all …]
/linux/drivers/firmware/efi/libstub/
H A Dprintk.c27 u32 utf8_to_utf32(const u8 **s8) in utf8_to_utf32() argument
33 c0 = cx = *(*s8)++; in utf8_to_utf32()
52 cx = (*s8)[i] ^ 0x80; in utf8_to_utf32()
67 *s8 += clen; in utf8_to_utf32()
79 const u8 *s8 = (const u8 *)str; in efi_puts() local
82 while (*s8) { in efi_puts()
83 if (*s8 == '\n') in efi_puts()
85 c32 = utf8_to_utf32(&s8); in efi_puts()
97 if (*s8 == '\0' || pos >= lim - 2) { in efi_puts()
/linux/include/sound/
H A Dwavefront.h163 s8 attack_level;
164 s8 decay1_level;
165 s8 decay2_level;
166 s8 sustain_level;
167 s8 release_level;
190 s8 fm_amount;
191 s8 am_amount;
192 s8 start_level;
193 s8 end_level;
230 s8 fm_amount1;
[all …]
/linux/arch/riscv/net/
H A Dbpf_jit_comp32.c71 static const s8 bpf2rv32[][2] = {
101 static s8 hi(const s8 *r) in hi()
106 static s8 lo(const s8 *r) in lo()
111 static void emit_imm(const s8 rd, s32 imm, struct rv_jit_context *ctx) in emit_imm()
124 static void emit_imm32(const s8 *rd, s32 imm, struct rv_jit_context *ctx) in emit_imm32()
136 static void emit_imm64(const s8 *rd, s32 imm_hi, s32 imm_lo, in emit_imm64()
146 const s8 *r0 = bpf2rv32[BPF_REG_0]; in __build_epilogue()
180 static bool is_stacked(s8 reg) in is_stacked()
185 static const s8 *bpf_get_reg64(const s8 *reg, const s8 *tmp, in bpf_get_reg64()
196 static void bpf_put_reg64(const s8 *reg, const s8 *src, in bpf_put_reg64()
[all …]
/linux/drivers/net/wireless/ath/
H A Dspectral_common.h55 s8 rssi;
56 s8 noise;
73 s8 lower_rssi;
74 s8 upper_rssi;
78 s8 lower_noise;
79 s8 upper_noise;
105 s8 max_index;
117 s8 max_index;
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_int.h355 s8 i;
356 s8 q;
367 s8 index;
368 s8 index_internal;
369 s8 index_internal_save;
391 s8 max_pwr_2g;
392 s8 idle_targ_2g;
396 s8 max_pwr_5gm;
397 s8 idle_targ_5gm;
398 s8 max_pwr_5gh;
[all …]
H A Dphy_lcn.h58 s8 lcnphy_tx_power_idx_override;
72 s8 lcnphy_input_pwr_offset_db;
75 s8 lcnphy_lastsensed_temperature;
76 s8 lcnphy_pkteng_rssi_slope;
86 s8 lcnphy_final_papd_cal_idx;
108 s8 lcnphy_tx_power_offset[TXP_NUM_RATES];
/linux/drivers/macintosh/ams/
H A Dams.h46 void (*get_xyz)(s8 *x, s8 *y, s8 *z);
66 extern void ams_sensors(s8 *x, s8 *y, s8 *z);
/linux/include/linux/platform_data/
H A Dti-sysc.h43 s8 midle_shift;
44 s8 clkact_shift;
45 s8 sidle_shift;
46 s8 enwkup_shift;
47 s8 srst_shift;
48 s8 autoidle_shift;
49 s8 dmadisable_shift;
50 s8 emufree_shift;
/linux/drivers/net/wireless/ti/wl18xx/
H A Dconf.h69 s8 low_power_val;
70 s8 med_power_val;
71 s8 high_power_val;
72 s8 per_sub_band_tx_trace_loss[WL18XX_TRACE_LOSS_GAPS_TX];
73 s8 per_sub_band_rx_trace_loss[WL18XX_TRACE_LOSS_GAPS_RX];
76 s8 low_power_val_2nd;
77 s8 med_power_val_2nd;
78 s8 high_power_val_2nd;
/linux/drivers/hid/
H A Dhid-waltop.c682 static const s8 tilt_to_radians[] = { in waltop_raw_event()
687 s8 tilt_x = (s8)data[8]; in waltop_raw_event()
688 s8 tilt_y = (s8)data[9]; in waltop_raw_event()
689 s8 sign_x = tilt_x >= 0 ? 1 : -1; in waltop_raw_event()
690 s8 sign_y = tilt_y >= 0 ? 1 : -1; in waltop_raw_event()
/linux/drivers/sbus/char/
H A Dbbc_i2c.h25 s8 curr_cpu_temp;
26 s8 curr_amb_temp;
27 s8 prev_cpu_temp;
28 s8 prev_amb_temp;
29 s8 avg_cpu_temp;
30 s8 avg_amb_temp;
/linux/drivers/net/wireless/mediatek/mt7601u/
H A Deeprom.h77 s8 bw20; /* sign-extended int */
78 s8 bw40; /* sign-extended int */
96 s8 rssi_offset[2];
97 s8 ref_temp;
98 s8 lna_gain;
102 s8 real_cck_bw20[2];
H A Deeprom.c22 static s8
159 s8 power = field_validate(eeprom[MT_EE_TX_POWER_OFFSET + i]); in mt7601u_set_channel_power()
222 s8 *rssi_offset = dev->ee->rssi_offset; in mt7601u_set_rssi_offset()
250 mt7601u_set_power_rate(struct power_per_rate *rate, s8 delta, u8 value) in mt7601u_set_power_rate()
263 mt7601u_save_power_rate(struct mt7601u_dev *dev, s8 delta, u32 val, int i) in mt7601u_save_power_rate()
291 static s8
294 s8 ret; in get_delta()
312 s8 bw40_delta; in mt7601u_config_tx_power_per_rate()
/linux/drivers/net/wireless/ath/ath5k/
H A Deeprom.h89 #define AR5K_EEPROM_ANT_GAIN_5GHZ(_v) ((s8)(((_v) >> 8) & 0xff))
90 #define AR5K_EEPROM_ANT_GAIN_2GHZ(_v) ((s8)((_v) & 0xff))
290 s8 pwr_x0[AR5K_EEPROM_N_XPD0_POINTS];
291 s8 pwr_x3[AR5K_EEPROM_N_XPD3_POINTS];
300 s8 pwr_i[AR5K_EEPROM_N_PD_GAINS];
304 s8 pwr[AR5K_EEPROM_N_PD_GAINS]
484 s8 ee_adc_desired_size[AR5K_EEPROM_N_MODES];
485 s8 ee_pga_desired_size[AR5K_EEPROM_N_MODES];
486 s8 ee_adc_desired_size_turbo[AR5K_EEPROM_N_MODES];
487 s8 ee_pga_desired_size_turbo[AR5K_EEPROM_N_MODES];
[all …]
/linux/drivers/staging/rtl8723bs/include/
H A Dhal_pg.h54 s8 CCK_Diff[MAX_RF_PATH][MAX_TX_COUNT];
55 s8 OFDM_Diff[MAX_RF_PATH][MAX_TX_COUNT];
56 s8 BW20_Diff[MAX_RF_PATH][MAX_TX_COUNT];
57 s8 BW40_Diff[MAX_RF_PATH][MAX_TX_COUNT];
H A Dhal_com_phycfg.h65 s8 *PwrByRateVal, u8 *RateNum);
72 s8 PHY_GetTxPowerByRate(struct adapter *padapter, u8 RFPath, u8 RateIndex);
75 s8 Value);
93 s8 phy_get_tx_pwr_lmt(struct adapter *adapter, u32 RegPwrTblSel,
104 s8 PHY_GetTxPowerTrackingOffset(struct adapter *padapter, u8 Rate, u8 RFPath);
/linux/drivers/net/wireless/ath/carl9170/
H A Deeprom.h49 s8 antennaGainCh[AR5416_MAX_CHAINS];
53 s8 adcDesiredSize;
54 s8 pgaDesiredSize;
60 s8 noiseFloorThreshCh[AR5416_MAX_CHAINS];
63 s8 iqCalICh[AR5416_MAX_CHAINS];
64 s8 iqCalQCh[AR5416_MAX_CHAINS];
/linux/drivers/net/wireless/realtek/rtw88/
H A Dsar.c9 s8 rtw_query_sar(struct rtw_dev *rtwdev, const struct rtw_sar_arg *arg) in rtw_query_sar()
19 return (s8)rtwdev->chip->max_power_index; in rtw_query_sar()
41 static s8 rtw_sar_to_phy(struct rtw_dev *rtwdev, u8 fct, s32 sar, in rtw_sar_to_phy()
48 s8 base; in rtw_sar_to_phy()
55 return (s8)clamp_t(s32, tmp, -max - 1, max) - base; in rtw_sar_to_phy()
80 s8 val; in rtw_set_sar_specs()
/linux/drivers/extcon/
H A Dextcon-rtk-type-c.c867 static inline s8 get_value(s8 value) in get_value()
869 return (((s8)value & 0x8) ? (-(s8)(0x7 & value)) : ((s8)(value))); in get_value()
877 s8 cc1_4p7k = 0; in __updated_type_c_parameter_by_efuse()
878 s8 cc1_12k = 0; in __updated_type_c_parameter_by_efuse()
879 s8 cc1_0p2v = 0; in __updated_type_c_parameter_by_efuse()
880 s8 cc1_0p8v = 0; in __updated_type_c_parameter_by_efuse()
881 s8 cc1_2p6v = 0; in __updated_type_c_parameter_by_efuse()
882 s8 cc1_0p66v = 0; in __updated_type_c_parameter_by_efuse()
883 s8 cc1_1p23v = 0; in __updated_type_c_parameter_by_efuse()
884 s8 cc2_4p7k = 0; in __updated_type_c_parameter_by_efuse()
[all …]
/linux/drivers/staging/media/av7110/
H A Ddvb_filter.h183 s8 matrix_change_flag;
214 s8 picture_coding_type[2];
216 s8 picture_structure[2];
218 s8 picture_display_extension_flag[2];
221 s8 pts_flag[2];
/linux/sound/pci/echoaudio/
H A Dechoaudio_dsp.h644 s8 vu_meter[DSP_MAXPIPES];
646 s8 peak_meter[DSP_MAXPIPES];
648 s8 line_out_level[DSP_MAXAUDIOOUTPUTS];
650 s8 line_in_level[DSP_MAXAUDIOINPUTS];
652 s8 monitors[MONITOR_ARRAY_SIZE];
677 s8 vmixer[VMIXER_ARRAY_SIZE];
/linux/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Deeprom.h24 struct ieee80211_channel *chan, s8 *tp);
26 static inline s8 s6_to_s8(u32 val) in s6_to_s8()
28 s8 ret = val & GENMASK(5, 0); in s6_to_s8()
/linux/drivers/comedi/drivers/
H A Dni_routes.h132 s8 ni_route_to_register(const int src, const int dest,
135 static inline bool ni_rtsi_route_requires_mux(s8 value) in ni_rtsi_route_requires_mux()
150 s8 ni_lookup_route_register(int src, int dest,
265 static inline s8 ni_get_reg_value_roffs(int src, const int dest, in ni_get_reg_value_roffs()
/linux/drivers/iio/pressure/
H A Dbmp280.h393 s8 H6;
400 s8 T3;
403 s8 P3;
404 s8 P4;
407 s8 P7;
408 s8 P8;
410 s8 P10;
411 s8 P11;

12345678910>>...26