Home
last modified time | relevance | path

Searched refs:parser (Results 1 – 12 of 12) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/hid/
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->device->collection_size) { in open_collection()
183 …kmalloc(array3_size(sizeof(struct hid_collection), parser->device->collection_size, HID_COLLECTION… in open_collection()
188 …memcpy(collection, parser->device->collection, sizeof(struct hid_collection) * parser->device->col… in open_collection()
[all …]
/device/soc/rockchip/rk3588/kernel/scripts/
Dmkbootimg181 def __call__(self, parser, namespace, values, option_string=None): argument
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.add_argument('--base', help='base address', type=parse_int, default=0x10000000)
[all …]
/device/board/hihope/rk3568/audio_drivers/headset_monitor/src/
Danalog_headset_core.c170 static int32_t ReadHookModeConfig(struct DeviceResourceIface *parser, in ReadHookModeConfig() argument
175 if ((pdata == NULL) || (node == NULL) || (parser == 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->GetUint32(node, "mic_switch_gpio", &pdata->hsGpio, 0); in ReadMicConfig()
229 ret = parser->GetUint32(node, "hp_mic_io_value", &pdata->hpMicIoValue, 0); in ReadMicConfig()
[all …]
/device/board/hisilicon/hispark_taurus/camera/pipeline_core/
DBUILD.gn80 "$camera_path/pipeline_core/pipeline_impl/src/parser/config_parser.cpp",
116 "$camera_path/pipeline_core/pipeline_impl/src/parser",
137 # hcs parser
210 "$camera_path/pipeline_core/pipeline_impl/src/parser/config_parser.cpp",
245 "$camera_path/pipeline_core/pipeline_impl/src/parser",
261 # hcs parser
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/demo/
DBUILD.gn65 "$camera_path/pipeline_core/pipeline_impl/src/parser",
/device/board/hihope/dayu210/camera/vdi_impl/v4l2/demo/
DBUILD.gn65 "$camera_path/pipeline_core/pipeline_impl/src/parser",
/device/board/hihope/dayu210/camera/vdi_impl/v4l2/pipeline_core/test/unittest/
DBUILD.gn74 "$camera_path/pipeline_core/pipeline_impl/src/parser",
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/pipeline_core/test/unittest/
DBUILD.gn74 "$camera_path/pipeline_core/pipeline_impl/src/parser",
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/
DBUILD.gn188 "$camera_path/pipeline_core/pipeline_impl/src/parser",
/device/board/hihope/dayu210/camera/vdi_impl/v4l2/
DBUILD.gn188 "$camera_path/pipeline_core/pipeline_impl/src/parser",
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
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
/device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/
Dkernel.patch76902 diff --git a/scripts/kconfig/parser.y b/scripts/kconfig/parser.y
76904 --- a/scripts/kconfig/parser.y
76905 +++ b/scripts/kconfig/parser.y