Home
last modified time | relevance | path

Searched refs:parser (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/hid/
H A Dhid-core.c160 static int open_collection(struct hid_parser *parser, unsigned type) in open_collection() argument
166 usage = parser->local.usage[0]; in open_collection()
168 if (parser->collection_stack_ptr == parser->collection_stack_size) { in open_collection()
170 unsigned int new_size = parser->collection_stack_size + HID_COLLECTION_STACK_SIZE; in open_collection()
172 collection_stack = krealloc(parser->collection_stack, new_size * sizeof(unsigned int), GFP_KERNEL); in open_collection()
177 parser->collection_stack = collection_stack; in open_collection()
178 parser->collection_stack_size = new_size; in open_collection()
181 if (parser->device->maxcollection == parser in open_collection()
216 close_collection(struct hid_parser *parser) close_collection() argument
230 hid_lookup_collection(struct hid_parser *parser, unsigned type) hid_lookup_collection() argument
249 complete_usage(struct hid_parser *parser, unsigned int index) complete_usage() argument
260 hid_add_usage(struct hid_parser *parser, unsigned usage, u8 size) hid_add_usage() argument
286 hid_add_field(struct hid_parser *parser, unsigned report_type, unsigned flags) hid_add_field() argument
381 hid_parser_global(struct hid_parser *parser, struct hid_item *item) hid_parser_global() argument
478 hid_parser_local(struct hid_parser *parser, struct hid_item *item) hid_parser_local() argument
567 hid_concatenate_last_usage_page(struct hid_parser *parser) hid_concatenate_last_usage_page() argument
602 hid_parser_main(struct hid_parser *parser, struct hid_item *item) hid_parser_main() argument
640 hid_parser_reserved(struct hid_parser *parser, struct hid_item *item) hid_parser_reserved() argument
767 hid_scan_input_usage(struct hid_parser *parser, u32 usage) hid_scan_input_usage() argument
776 hid_scan_feature_usage(struct hid_parser *parser, u32 usage) hid_scan_feature_usage() argument
789 hid_scan_collection(struct hid_parser *parser, unsigned type) hid_scan_collection() argument
825 hid_scan_main(struct hid_parser *parser, struct hid_item *item) hid_scan_main() argument
871 struct hid_parser *parser; hid_scan_report() local
1174 struct hid_parser *parser; hid_open_report() local
[all...]
/device/soc/rockchip/rk3588/kernel/scripts/
H A Dmkbootimg181 def __call__(self, parser, namespace, values, option_string=None):
229 parser = ArgumentParser()
230 parser.add_argument('--kernel', help='path to the kernel', type=FileType('rb'))
231 parser.add_argument('--ramdisk', help='path to the ramdisk', type=FileType('rb'))
232 parser.add_argument('--second', help='path to the 2nd bootloader', type=FileType('rb'))
233 parser.add_argument('--dtb', help='path to dtb', type=FileType('rb'))
234 recovery_dtbo_group = parser.add_mutually_exclusive_group()
240 parser.add_argument('--cmdline', help='extra arguments to be passed on the '
242 parser.add_argument('--vendor_cmdline',
245 parser
[all...]
/device/board/hihope/rk3568/audio_drivers/headset_monitor/src/
H A Danalog_headset_core.c170 static int32_t ReadHookModeConfig(struct DeviceResourceIface *parser, in ReadHookModeConfig() argument
175 if ((pdata == NULL) || (node == NULL) || (parser == NULL)) { in ReadHookModeConfig()
176 AUDIO_DEVICE_LOG_ERR("pdata, node or parser is NULL."); in ReadHookModeConfig()
181 ret = parser->GetUint32(node, "hook_gpio", &pdata->hookGpio, 0); in ReadHookModeConfig()
189 ret = parser->GetUint32(node, "adc_controller_no", &pdata->adcConfig.devNum, 0); in ReadHookModeConfig()
194 ret = parser->GetUint32(node, "adc_channel", &pdata->adcConfig.chanNo, 0); in ReadHookModeConfig()
200 ret = parser->GetUint32(node, "hook_down_type", &pdata->hookDownType, 0); in ReadHookModeConfig()
211 static int32_t ReadMicConfig(struct DeviceResourceIface *parser, in ReadMicConfig() argument
218 if ((pdata == NULL) || (parser == NULL) || (node == NULL)) { in ReadMicConfig()
223 ret = parser in ReadMicConfig()
248 struct DeviceResourceIface *parser = DeviceResourceGetIfaceInstance(HDF_CONFIG_SOURCE); ReadConfig() local
[all...]
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H A Dconfigure_llvm168 --enable-parser=NAME enable parser NAME
169 --disable-parser=NAME disable parser NAME
3923 PARSER_LIST=$(find_things_extern parser AVCodecParser libavcodec/parsers.c)
7388 for type in decoder encoder hwaccel parser demuxer muxer protocol filter bsf indev outdev; do

Completed in 10 milliseconds