Searched refs:_suffix (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | input.h | 501 #define INPUT_GENERATE_ABS_ACCESSORS(_suffix, _item) \ argument 502 static inline int input_abs_get_##_suffix(struct input_dev *dev, \ 508 static inline void input_abs_set_##_suffix(struct input_dev *dev, \
|
| /linux/rust/syn/ |
| H A D | lit.rs | 148 let (value, _suffix) = value::parse_lit_str(&repr); in value() 289 let (value, _suffix) = value::parse_lit_byte_str(&repr); in value() 324 let (value, _suffix) = value::parse_lit_c_str(&repr); in value() 359 let (value, _suffix) = value::parse_lit_byte(&repr); in value() 394 let (value, _suffix) = value::parse_lit_char(&repr); in value()
|
| /linux/drivers/clk/qcom/ |
| H A D | clk-rpmh.c | 118 #define DEFINE_CLK_RPMH_VRM(_name, _suffix, _res_name, _div) \ argument 119 __DEFINE_CLK_RPMH(_name, _name##_suffix, _res_name, \
|