/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_types_util.cpp | 19 bool Marshalling(const SyncerParam &input, MessageParcel &data) in Marshalling() argument 21 return ITypesUtil::Marshal(data, input.bundleName_, input.hapName_, input.storeName_, input.area_, in Marshalling() 22 input.level_, input.type_, input.isEncrypt_, input.password_, input in Marshalling() 34 Marshalling(const NotifyConfig &input, MessageParcel &data) Marshalling() argument 45 Marshalling(const Option &input, MessageParcel &data) Marshalling() argument 58 Marshalling(const RdbPredicates &input, MessageParcel &data) Marshalling() argument 69 Marshalling(const RdbOperation &input, MessageParcel &data) Marshalling() argument 84 Marshalling(const SubOption &input, MessageParcel &data) Marshalling() argument 98 Marshalling(const ValueObject &input, MessageParcel &data) Marshalling() argument 109 Marshalling(const ValuesBucket &input, MessageParcel &data) Marshalling() argument 120 Marshalling(const Asset &input, MessageParcel &data) Marshalling() argument 130 Marshalling(const ProgressDetail &input, MessageParcel &data) Marshalling() argument 140 Marshalling(const TableDetail &input, MessageParcel &data) Marshalling() argument 150 Marshalling(const Statistic &input, MessageParcel &data) Marshalling() argument 161 Marshalling(const PrimaryKeys &input, MessageParcel &data) Marshalling() argument 174 Marshalling(const Origin &input, MessageParcel &data) Marshalling() argument 185 Marshalling(const RdbChangedData &input, MessageParcel &data) Marshalling() argument 196 Marshalling(const RdbProperties &input, MessageParcel &data) Marshalling() argument 207 Marshalling(const Reference &input, MessageParcel &data) Marshalling() argument 218 Marshalling(const BigInt& input, MessageParcel& data) Marshalling() argument 235 Marshalling(const DebugInfo &input, MessageParcel &data) Marshalling() argument [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/ |
H A D | cloud_types_util.cpp | 20 bool Marshalling(const Participant &input, MessageParcel &data) in Marshalling() argument 23 data, input.identity, input.role, input.state, input.privilege, input.attachInfo); in Marshalling() 34 bool Marshalling(const Privilege &input, MessageParcel &data) in Marshalling() argument 36 return ITypesUtil::Marshal(data, input.writable, input.readable, in Marshalling() 37 input in Marshalling() 48 Marshalling(const Role &input, MessageParcel &data) Marshalling() argument 65 Marshalling(const Confirmation &input, MessageParcel &data) Marshalling() argument 83 Marshalling(const SharingCode &input, MessageParcel &data) Marshalling() argument 100 Marshalling(const Asset &input, MessageParcel &data) Marshalling() argument 110 Marshalling(const ValueObject &input, MessageParcel &data) Marshalling() argument 120 Marshalling(const ValuesBucket &input, MessageParcel &data) Marshalling() argument 137 Marshalling(const Strategy &input, MessageParcel &data) Marshalling() argument 143 Marshalling(const CommonAsset &input, MessageParcel &data) Marshalling() argument 150 Marshalling(const CloudSyncInfo &input, MessageParcel &data) Marshalling() argument [all...] |
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-magicmouse.c | 16 #include <linux/input/mt.h> 106 * @input: Input device through which we report events. 112 * @tracking_ids: Mapping of current touch input data to @touches. 115 struct input_dev *input; member 157 int last_state = test_bit(BTN_LEFT, msc->input->key) << 0 | in magicmouse_emit_buttons() 158 test_bit(BTN_RIGHT, msc->input->key) << 1 | in magicmouse_emit_buttons() 159 test_bit(BTN_MIDDLE, msc->input->key) << 2; in magicmouse_emit_buttons() 182 input_report_key(msc->input, BTN_MIDDLE, state & 4); in magicmouse_emit_buttons() 185 input_report_key(msc->input, BTN_LEFT, state & 1); in magicmouse_emit_buttons() 186 input_report_key(msc->input, BTN_RIGH in magicmouse_emit_buttons() 194 struct input_dev *input = msc->input; magicmouse_emit_touch() local 312 struct input_dev *input = msc->input; magicmouse_raw_event() local 411 magicmouse_setup_input(struct input_dev *input, struct hid_device *hdev) magicmouse_setup_input() argument [all...] |
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/ |
H A D | render_data_store_post_process.h | 118 static inline BASE_NS::Math::Vec4 GetFactorTonemap(const PostProcessConfiguration& input) in GetFactorTonemap() argument 120 return { input.tonemapConfiguration.exposure, 0.0f, 0.0f, in GetFactorTonemap() 121 static_cast<float>(input.tonemapConfiguration.tonemapType) }; in GetFactorTonemap() 124 static inline BASE_NS::Math::Vec4 GetFactorVignette(const PostProcessConfiguration& input) in GetFactorVignette() argument 126 return { input.vignetteConfiguration.coefficient, input.vignetteConfiguration.power, 0.0f, 0.0f }; in GetFactorVignette() 129 static inline BASE_NS::Math::Vec4 GetFactorDither(const PostProcessConfiguration& input) in GetFactorDither() argument 131 return { input.ditherConfiguration.amountCoefficient, 0, 0, in GetFactorDither() 132 static_cast<float>(input.ditherConfiguration.ditherType) }; in GetFactorDither() 135 static inline BASE_NS::Math::Vec4 GetFactorColorConversion(const PostProcessConfiguration& input) in GetFactorColorConversion() argument 140 GetFactorFringe(const PostProcessConfiguration& input) GetFactorFringe() argument 146 GetFactorBlur(const PostProcessConfiguration& input) GetFactorBlur() argument 152 GetFactorBloom(const PostProcessConfiguration& input) GetFactorBloom() argument 158 GetFactorFxaa(const PostProcessConfiguration& input) GetFactorFxaa() argument 164 GetFactorTaa(const PostProcessConfiguration& input) GetFactorTaa() argument 171 GetFactorDof(const PostProcessConfiguration& input) GetFactorDof() argument 181 GetFactorDof2(const PostProcessConfiguration& input) GetFactorDof2() argument 187 GetFactorMotionBlur(const PostProcessConfiguration& input) GetFactorMotionBlur() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/hdcp/ |
H A D | hdcp2_transition.c | 30 struct mod_hdcp_transition_input_hdcp2 *input, in mod_hdcp_hdcp2_transition() 39 if (input->hdcp2version_read != PASS || in mod_hdcp_hdcp2_transition() 40 input->hdcp2_capable_check != PASS) { in mod_hdcp_hdcp2_transition() 50 if (input->create_session != PASS || in mod_hdcp_hdcp2_transition() 51 input->ake_init_prepare != PASS) { in mod_hdcp_hdcp2_transition() 56 } else if (input->ake_init_write != PASS) { in mod_hdcp_hdcp2_transition() 65 if (input->ake_cert_available != PASS) { in mod_hdcp_hdcp2_transition() 81 } else if (input->ake_cert_read != PASS || in mod_hdcp_hdcp2_transition() 82 input->ake_cert_validation != PASS) { in mod_hdcp_hdcp2_transition() 100 if (input in mod_hdcp_hdcp2_transition() 28 mod_hdcp_hdcp2_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input, struct mod_hdcp_output *output) mod_hdcp_hdcp2_transition() argument 369 mod_hdcp_hdcp2_dp_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input, struct mod_hdcp_output *output) mod_hdcp_hdcp2_dp_transition() argument [all...] |
H A D | hdcp1_transition.c | 30 struct mod_hdcp_transition_input_hdcp1 *input, in mod_hdcp_hdcp1_transition() 39 if (input->bksv_read != PASS || input->bcaps_read != PASS) { in mod_hdcp_hdcp1_transition() 49 if (input->create_session != PASS) { in mod_hdcp_hdcp1_transition() 54 } else if (input->an_write != PASS || in mod_hdcp_hdcp1_transition() 55 input->aksv_write != PASS || in mod_hdcp_hdcp1_transition() 56 input->bksv_read != PASS || in mod_hdcp_hdcp1_transition() 57 input->bksv_validation != PASS || in mod_hdcp_hdcp1_transition() 58 input->ainfo_write == FAIL) { in mod_hdcp_hdcp1_transition() 68 if (input in mod_hdcp_hdcp1_transition() 28 mod_hdcp_hdcp1_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input, struct mod_hdcp_output *output) mod_hdcp_hdcp1_transition() argument 151 mod_hdcp_hdcp1_dp_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input, struct mod_hdcp_output *output) mod_hdcp_hdcp1_dp_transition() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/hdcp/ |
H A D | hdcp2_transition.c | 30 struct mod_hdcp_transition_input_hdcp2 *input, in mod_hdcp_hdcp2_transition() 39 if (input->hdcp2version_read != PASS || in mod_hdcp_hdcp2_transition() 40 input->hdcp2_capable_check != PASS) { in mod_hdcp_hdcp2_transition() 50 if (input->create_session != PASS || in mod_hdcp_hdcp2_transition() 51 input->ake_init_prepare != PASS) { in mod_hdcp_hdcp2_transition() 56 } else if (input->ake_init_write != PASS) { in mod_hdcp_hdcp2_transition() 65 if (input->ake_cert_available != PASS) { in mod_hdcp_hdcp2_transition() 81 } else if (input->ake_cert_read != PASS || in mod_hdcp_hdcp2_transition() 82 input->ake_cert_validation != PASS) { in mod_hdcp_hdcp2_transition() 100 if (input in mod_hdcp_hdcp2_transition() 28 mod_hdcp_hdcp2_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input, struct mod_hdcp_output *output) mod_hdcp_hdcp2_transition() argument 369 mod_hdcp_hdcp2_dp_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input, struct mod_hdcp_output *output) mod_hdcp_hdcp2_dp_transition() argument [all...] |
H A D | hdcp1_transition.c | 30 struct mod_hdcp_transition_input_hdcp1 *input, in mod_hdcp_hdcp1_transition() 39 if (input->bksv_read != PASS || input->bcaps_read != PASS) { in mod_hdcp_hdcp1_transition() 49 if (input->create_session != PASS) { in mod_hdcp_hdcp1_transition() 54 } else if (input->an_write != PASS || in mod_hdcp_hdcp1_transition() 55 input->aksv_write != PASS || in mod_hdcp_hdcp1_transition() 56 input->bksv_read != PASS || in mod_hdcp_hdcp1_transition() 57 input->bksv_validation != PASS || in mod_hdcp_hdcp1_transition() 58 input->ainfo_write == FAIL) { in mod_hdcp_hdcp1_transition() 68 if (input in mod_hdcp_hdcp1_transition() 28 mod_hdcp_hdcp1_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input, struct mod_hdcp_output *output) mod_hdcp_hdcp1_transition() argument 151 mod_hdcp_hdcp1_dp_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input, struct mod_hdcp_output *output) mod_hdcp_hdcp1_dp_transition() argument [all...] |
/kernel/linux/linux-6.6/arch/x86/hyperv/ |
H A D | hv_vtl.c | 72 struct hv_enable_vp_vtl *input; in hv_vtl_bringup_vcpu() local 96 input = *this_cpu_ptr(hyperv_pcpu_input_arg); in hv_vtl_bringup_vcpu() 97 memset(input, 0, sizeof(*input)); in hv_vtl_bringup_vcpu() 99 input->partition_id = HV_PARTITION_ID_SELF; in hv_vtl_bringup_vcpu() 100 input->vp_index = target_vp_index; in hv_vtl_bringup_vcpu() 101 input->target_vtl.target_vtl = HV_VTL_MGMT; in hv_vtl_bringup_vcpu() 117 input->vp_context.rip = rip; in hv_vtl_bringup_vcpu() 118 input->vp_context.rsp = rsp; in hv_vtl_bringup_vcpu() 119 input in hv_vtl_bringup_vcpu() 182 struct hv_get_vp_from_apic_id_in *input; hv_vtl_apicid_to_vp_id() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | kv_types_util.cpp | 36 bool Marshalling(const AppId &input, MessageParcel &data) in Marshalling() argument 38 return ITypesUtil::Marshalling(input.appId, data); in Marshalling() 48 bool Marshalling(const StoreId &input, MessageParcel &data) in Marshalling() argument 50 return ITypesUtil::Marshalling(input.storeId, data); in Marshalling() 106 bool Marshalling(const Options &input, MessageParcel &data) in Marshalling() argument 108 if (!ITypesUtil::Marshal(data, input.schema, input.hapName, input.policies, input.cloudConfig.enableCloud, in Marshalling() 109 input in Marshalling() 160 Marshalling(const AuthType &input, MessageParcel &data) Marshalling() argument 177 Marshalling(const SyncPolicy &input, MessageParcel &data) Marshalling() argument 189 Marshalling(const SwitchData &input, MessageParcel &data) Marshalling() argument 201 Marshalling(const Status &input, MessageParcel &data) Marshalling() argument 218 Marshalling(const Notification &input, MessageParcel &data) Marshalling() argument 236 Marshalling(const ProgressDetail &input, MessageParcel &data) Marshalling() argument 246 Marshalling(const TableDetail &input, MessageParcel &data) Marshalling() argument 256 Marshalling(const Statistic &input, MessageParcel &data) Marshalling() argument 267 Marshalling(const CloudConfig &input, MessageParcel &data) Marshalling() argument 278 Marshalling(const StoreConfig &input, MessageParcel &data) Marshalling() argument [all...] |
/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/ |
H A D | input_unittest.cpp | 17 #include "input.h"
37 auto input = std::make_shared<Input>();
in HWTEST_F() local 38 bool testResult = input != nullptr;
in HWTEST_F() 47 input->SetValue("format", vInputFormat.lock(), 1);
in HWTEST_F() 48 input->SetValue("src", vInputSrc.lock(), 1);
in HWTEST_F() 64 auto input = std::make_shared<Input>();
in HWTEST_F() local 65 bool testResult = input != nullptr;
in HWTEST_F() 74 input->SetValue("format", vInputFormat.lock(), 1);
in HWTEST_F() 75 input->SetValue("src", vInputSrc.lock(), 1);
in HWTEST_F() 91 auto input in HWTEST_F() local 123 auto input = std::make_shared<Input>(); HWTEST_F() local 162 auto input = std::make_shared<Input>(); HWTEST_F() local 197 auto input = std::make_shared<Input>(); HWTEST_F() local 227 auto input = std::make_shared<Input>(); HWTEST_F() local 254 auto input = std::make_shared<Input>(); HWTEST_F() local 276 auto input = std::make_shared<Input>(); HWTEST_F() local 298 auto input = std::make_shared<Input>(); HWTEST_F() local [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | cloud_types_util.cpp | 20 bool Marshalling(const Participant &input, MessageParcel &data) in Marshalling() argument 23 data, input.identity, input.role, input.state, input.privilege, input.attachInfo); in Marshalling() 34 bool Marshalling(const Privilege &input, MessageParcel &data) in Marshalling() argument 36 return ITypesUtil::Marshal(data, input.writable, input.readable, in Marshalling() 37 input in Marshalling() 48 Marshalling(const Asset &input, MessageParcel &data) Marshalling() argument 58 Marshalling(const ValueObject &input, MessageParcel &data) Marshalling() argument 68 Marshalling(const ValuesBucket &input, MessageParcel &data) Marshalling() argument 79 Marshalling(const StatisticInfo &input, MessageParcel &data) Marshalling() argument 102 Marshalling(const CloudSyncInfo &input, MessageParcel &data) Marshalling() argument [all...] |
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-magicmouse.c | 16 #include <linux/input/mt.h> 116 * @input: Input device through which we report events. 122 * @tracking_ids: Mapping of current touch input data to @touches. 125 struct input_dev *input; member 175 int last_state = test_bit(BTN_LEFT, msc->input->key) << 0 | in magicmouse_emit_buttons() 176 test_bit(BTN_RIGHT, msc->input->key) << 1 | in magicmouse_emit_buttons() 177 test_bit(BTN_MIDDLE, msc->input->key) << 2; in magicmouse_emit_buttons() 200 input_report_key(msc->input, BTN_MIDDLE, state & 4); in magicmouse_emit_buttons() 203 input_report_key(msc->input, BTN_LEFT, state & 1); in magicmouse_emit_buttons() 204 input_report_key(msc->input, BTN_RIGH in magicmouse_emit_buttons() 212 struct input_dev *input = msc->input; magicmouse_emit_touch() local 377 struct input_dev *input = msc->input; magicmouse_raw_event() local 522 magicmouse_setup_input(struct input_dev *input, struct hid_device *hdev) magicmouse_setup_input() argument [all...] |
H A D | hid-steam.c | 18 * This driver will disable the lizard mode when the input device is opened 19 * and re-enable it when the input device is closed, so as not to break user 23 * the hidraw interface directly to create input devices (XTest, uinput...). 27 * - this input device will be removed, to avoid double input of the same 29 * When the client is closed, this input device will be created again. 38 #include <linux/input.h> 128 struct input_dev __rcu *input; member 479 struct input_dev *input; in steam_input_register() local 483 input in steam_input_register() 609 struct input_dev *input; steam_input_unregister() local 1077 steam_do_input_event(struct steam_device *steam, struct input_dev *input, u8 *data) steam_do_input_event() argument 1244 steam_do_deck_input_event(struct steam_device *steam, struct input_dev *input, u8 *data) steam_do_deck_input_event() argument 1348 struct input_dev *input; steam_raw_event() local [all...] |
H A D | hid-letsketch.c | 19 * This interface sends raw event input reports in a custom format, but only 38 #include <linux/input.h> 83 struct input_dev *input; in letsketch_alloc_input_dev() local 85 input = devm_input_allocate_device(&data->hdev->dev); in letsketch_alloc_input_dev() 86 if (!input) in letsketch_alloc_input_dev() 89 input->id.bustype = data->hdev->bus; in letsketch_alloc_input_dev() 90 input->id.vendor = data->hdev->vendor; in letsketch_alloc_input_dev() 91 input->id.product = data->hdev->product; in letsketch_alloc_input_dev() 92 input->id.version = data->hdev->bus; in letsketch_alloc_input_dev() 93 input in letsketch_alloc_input_dev() 105 struct input_dev *input; letsketch_setup_input_tablet() local 131 struct input_dev *input; letsketch_setup_input_tablet_pad() local 159 struct input_dev *input = data->input_tablet; letsketch_inrange_timeout() local 170 struct input_dev *input; letsketch_raw_event() local [all...] |
/kernel/linux/linux-6.6/lib/kunit/ |
H A D | attributes.c | 40 int (*filter)(void *attr, const char *input, int *err); 80 static int int_filter(long val, const char *op, int input, int *err) in int_filter() argument 83 return (val <= input); in int_filter() 85 return (val >= input); in int_filter() 87 return (val != input); in int_filter() 89 return (val > input); in int_filter() 91 return (val < input); in int_filter() 93 return (val == input); in int_filter() 101 * by the input string. Note: the str_list includes the corresponding string 104 static int attr_enum_filter(void *attr, const char *input, in argument 138 attr_speed_filter(void *attr, const char *input, int *err) attr_speed_filter() argument 147 attr_string_filter(void *attr, const char *input, int *err) attr_string_filter() argument 260 kunit_get_filter_count(char *input) kunit_get_filter_count() argument 282 char *input = *filters; kunit_next_attr_filter() local [all...] |
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | ipaq-micro-ts.c | 17 #include <linux/input.h> 23 struct input_dev *input; member 32 input_report_abs(ts->input, ABS_X, in micro_ts_receive() 34 input_report_abs(ts->input, ABS_Y, in micro_ts_receive() 36 input_report_key(ts->input, BTN_TOUCH, 1); in micro_ts_receive() 37 input_sync(ts->input); in micro_ts_receive() 39 input_report_abs(ts->input, ABS_X, 0); in micro_ts_receive() 40 input_report_abs(ts->input, ABS_Y, 0); in micro_ts_receive() 41 input_report_key(ts->input, BTN_TOUCH, 0); in micro_ts_receive() 42 input_sync(ts->input); in micro_ts_receive() 63 micro_ts_open(struct input_dev *input) micro_ts_open() argument 72 micro_ts_close(struct input_dev *input) micro_ts_close() argument 134 struct input_dev *input = ts->input; micro_ts_resume() local [all...] |
H A D | chipone_icn8318.c | 14 #include <linux/input.h> 15 #include <linux/input/mt.h> 16 #include <linux/input/touchscreen.h> 50 struct input_dev *input; member 115 input_mt_slot(data->input, touch->slot); in icn8318_irq() 116 input_mt_report_slot_state(data->input, MT_TOOL_FINGER, act); in icn8318_irq() 120 touchscreen_report_pos(data->input, &data->prop, in icn8318_irq() 125 input_mt_sync_frame(data->input); in icn8318_irq() 126 input_sync(data->input); in icn8318_irq() 156 mutex_lock(&data->input in icn8318_suspend() 184 struct input_dev *input; icn8318_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | ipaq-micro-ts.c | 17 #include <linux/input.h> 23 struct input_dev *input; member 32 input_report_abs(ts->input, ABS_X, in micro_ts_receive() 34 input_report_abs(ts->input, ABS_Y, in micro_ts_receive() 36 input_report_key(ts->input, BTN_TOUCH, 1); in micro_ts_receive() 37 input_sync(ts->input); in micro_ts_receive() 39 input_report_abs(ts->input, ABS_X, 0); in micro_ts_receive() 40 input_report_abs(ts->input, ABS_Y, 0); in micro_ts_receive() 41 input_report_key(ts->input, BTN_TOUCH, 0); in micro_ts_receive() 42 input_sync(ts->input); in micro_ts_receive() 63 micro_ts_open(struct input_dev *input) micro_ts_open() argument 72 micro_ts_close(struct input_dev *input) micro_ts_close() argument 134 struct input_dev *input = ts->input; micro_ts_resume() local [all...] |
H A D | chipone_icn8318.c | 14 #include <linux/input.h> 15 #include <linux/input/mt.h> 16 #include <linux/input/touchscreen.h> 50 struct input_dev *input; member 115 input_mt_slot(data->input, touch->slot); in icn8318_irq() 116 input_mt_report_slot_state(data->input, MT_TOOL_FINGER, act); in icn8318_irq() 120 touchscreen_report_pos(data->input, &data->prop, in icn8318_irq() 125 input_mt_sync_frame(data->input); in icn8318_irq() 126 input_sync(data->input); in icn8318_irq() 155 mutex_lock(&data->input in icn8318_suspend() 181 struct input_dev *input; icn8318_probe() local [all...] |
/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | tlv_util.h | 35 template <typename T> size_t API_EXPORT CountBufferSize(const T &input, TLVObject &data);
36 template <typename T> bool API_EXPORT Writing(const T &input, TLVObject &data, TAG tag);
39 template <typename... _Types> size_t API_EXPORT CountBufferSize(const std::variant<_Types...> &input, TLVObject &data);
40 template <typename... _Types> bool API_EXPORT Writing(const std::variant<_Types...> &input, TLVObject &data, TAG tag);
44 template <typename T> size_t API_EXPORT CountBufferSize(const std::shared_ptr<T> &input, TLVObject &data);
45 template <typename T> bool API_EXPORT Writing(const std::shared_ptr<T> &input, TLVObject &data, TAG tag);
48 template <typename T> size_t API_EXPORT CountBufferSize(const std::vector<T> &input, TLVObject &data);
49 template <typename T> bool API_EXPORT Writing(const std::vector<T> &input, TLVObject &data, TAG tag);
52 template <typename T, typename R> size_t API_EXPORT CountBufferSize(const std::map<T, R> &input, TLVObject &data);
53 template <typename T, typename R> bool API_EXPORT Writing(const std::map<T, R> &input, TLVObjec 131 InitWhenFirst(T input, TLVObject &data) InitWhenFirst() argument 139 CountBufferSize(const T &input, TLVObject &data) CountBufferSize() argument 144 Writing(const T &input, TLVObject &data, TAG tag) Writing() argument 155 CountBufferSize(const std::shared_ptr<T> &input, TLVObject &data) CountBufferSize() argument 163 Writing(const std::shared_ptr<T> &input, TLVObject &data, TAG tag) Writing() argument 180 CountBufferSize(const std::vector<T> &input, TLVObject &data) CountBufferSize() argument 189 Writing(const std::vector<T> &input, TLVObject &data, TAG tag) Writing() argument 230 CountBufferSize(const std::map<T, R> &input, TLVObject &data) CountBufferSize() argument 239 Writing(const std::map<T, R> &input, TLVObject &data, TAG tag) Writing() argument 301 CountVariant(TLVObject &data, uint32_t step, const _InTp &input) CountVariant() argument 309 CountBufferSize(const std::variant<_Types...> &input, TLVObject &data) CountBufferSize() argument 318 WriteVariant(TLVObject &data, uint32_t step, const _InTp &input, TAG tag) WriteVariant() argument 324 WriteVariant(TLVObject &data, uint32_t step, const _InTp &input, TAG tag) WriteVariant() argument 333 Writing(const std::variant<_Types...> &input, TLVObject &data, TAG tag) Writing() argument [all...] |
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | cobalt_btns.c | 7 #include <linux/input.h> 35 static void handle_buttons(struct input_dev *input) in handle_buttons() argument 37 struct buttons_dev *bdev = input_get_drvdata(input); in handle_buttons() 46 input_event(input, EV_MSC, MSC_SCAN, i); in handle_buttons() 47 input_report_key(input, bdev->keymap[i], 1); in handle_buttons() 48 input_sync(input); in handle_buttons() 52 input_event(input, EV_MSC, MSC_SCAN, i); in handle_buttons() 53 input_report_key(input, bdev->keymap[i], 0); in handle_buttons() 54 input_sync(input); in handle_buttons() 64 struct input_dev *input; in cobalt_buttons_probe() local [all...] |
H A D | sgi_btns.c | 7 #include <linux/input.h> 52 static void handle_buttons(struct input_dev *input) in handle_buttons() argument 54 struct buttons_dev *bdev = input_get_drvdata(input); in handle_buttons() 63 input_event(input, EV_MSC, MSC_SCAN, i); in handle_buttons() 64 input_report_key(input, bdev->keymap[i], 1); in handle_buttons() 65 input_sync(input); in handle_buttons() 69 input_event(input, EV_MSC, MSC_SCAN, i); in handle_buttons() 70 input_report_key(input, bdev->keymap[i], 0); in handle_buttons() 71 input_sync(input); in handle_buttons() 81 struct input_dev *input; in sgi_buttons_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | cobalt_btns.c | 7 #include <linux/input.h> 35 static void handle_buttons(struct input_dev *input) in handle_buttons() argument 37 struct buttons_dev *bdev = input_get_drvdata(input); in handle_buttons() 46 input_event(input, EV_MSC, MSC_SCAN, i); in handle_buttons() 47 input_report_key(input, bdev->keymap[i], 1); in handle_buttons() 48 input_sync(input); in handle_buttons() 52 input_event(input, EV_MSC, MSC_SCAN, i); in handle_buttons() 53 input_report_key(input, bdev->keymap[i], 0); in handle_buttons() 54 input_sync(input); in handle_buttons() 64 struct input_dev *input; in cobalt_buttons_probe() local [all...] |
H A D | sgi_btns.c | 7 #include <linux/input.h> 52 static void handle_buttons(struct input_dev *input) in handle_buttons() argument 54 struct buttons_dev *bdev = input_get_drvdata(input); in handle_buttons() 63 input_event(input, EV_MSC, MSC_SCAN, i); in handle_buttons() 64 input_report_key(input, bdev->keymap[i], 1); in handle_buttons() 65 input_sync(input); in handle_buttons() 69 input_event(input, EV_MSC, MSC_SCAN, i); in handle_buttons() 70 input_report_key(input, bdev->keymap[i], 0); in handle_buttons() 71 input_sync(input); in handle_buttons() 81 struct input_dev *input; in sgi_buttons_probe() local [all...] |