Home
last modified time | relevance | path

Searched refs:raw_type (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/s390/crypto/
Dap_card.c233 struct ap_card *ap_card_create(int id, int queue_depth, int raw_type, in ap_card_create() argument
244 ac->raw_hwtype = raw_type; in ap_card_create()
Dap_bus.h312 struct ap_card *ap_card_create(int id, int queue_depth, int raw_type,
/linux-6.1.9/tools/perf/
Ddesign.txt74 raw_type: 1 bit (most significant bit) 0x8000_0000_0000_0000
78 If 'raw_type' is 1, then the counter will count a hardware event
82 If 'raw_type' is 0, then the 'type' field says what kind of counter
124 in a 0x4064 event_id value and set hw_event.raw_type to 1.
/linux-6.1.9/tools/testing/selftests/vm/
Duserfaultfd.c1723 static void parse_test_type_arg(const char *raw_type) in parse_test_type_arg() argument
1725 char *buf = strdup(raw_type); in parse_test_type_arg()
1744 err("failed to parse test type argument: '%s'", raw_type); in parse_test_type_arg()
1747 err("Unsupported test: %s", raw_type); in parse_test_type_arg()
/linux-6.1.9/drivers/staging/media/ipu3/
Dipu3-css.c736 frame_sp_info->raw_type = IMGU_ABI_RAW_TYPE_BAYER; in imgu_css_pipeline_init()
745 frame_sp_info->raw_type = IMGU_ABI_RAW_TYPE_BAYER; in imgu_css_pipeline_init()
754 frame_sp_info->raw_type = IMGU_ABI_RAW_TYPE_BAYER; in imgu_css_pipeline_init()
763 frame_sp_info->raw_type = IMGU_ABI_RAW_TYPE_BAYER; in imgu_css_pipeline_init()
925 frame_sp->info.raw_type = IMGU_ABI_RAW_TYPE_BAYER; in imgu_css_pipeline_init()
936 frame_sp->info.raw_type = IMGU_ABI_RAW_TYPE_BAYER; in imgu_css_pipeline_init()
952 frame_sp_info->raw_type = IMGU_ABI_RAW_TYPE_BAYER; in imgu_css_pipeline_init()
961 frame_sp->info.raw_type = IMGU_ABI_RAW_TYPE_BAYER; in imgu_css_pipeline_init()
Dipu3-abi.h1356 u8 raw_type; /* To choose the proper raw frame type. for member
/linux-6.1.9/drivers/media/platform/rockchip/rkisp1/
Drkisp1-common.h382 enum rkisp1_fmt_raw_pat_type raw_type; member
Drkisp1-params.c118 switch (params->raw_type) { in rkisp1_bls_config()
1611 params->raw_type = bayer_pat; in rkisp1_params_pre_configure()