Home
last modified time | relevance | path

Searched defs:comp (Results 51 – 75 of 393) sorted by relevance

12345678910>>...16

/OK3568_Linux_fs/kernel/drivers/most/
H A Dcore.c33 struct most_component *comp; member
450 struct most_component *comp; in match_component() local
517 struct most_component *comp; in components_show() local
552 struct most_component *comp, in link_channel_to_component()
668 struct most_component *comp; in most_cfg_complete() local
681 struct most_component *comp = match_component(comp_name); in most_add_link() local
692 struct most_component *comp; in most_remove_link() local
954 struct most_component *comp) in channel_has_mbo()
985 struct most_component *comp) in most_get_mbo()
1091 struct most_component *comp) in most_start_channel()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/
H A Dbase.c278 struct omapdss_comp_node *comp; in omapdss_list_contains() local
291 struct omapdss_comp_node *comp; in omapdss_walk_device() local
349 static bool omapdss_component_is_loaded(struct omapdss_comp_node *comp) in omapdss_component_is_loaded()
363 struct omapdss_comp_node *comp; in omapdss_stack_is_ready() local
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image_write.h395 static void stbiw__write_pixel(stbi__write_context *s, int rgb_dir, int comp, int write_alpha, int … in stbiw__write_pixel()
428 …ite_pixels(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, void *data, int … in stbiw__write_pixels()
454 static int stbiw__outfile(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, in… in stbiw__outfile()
468 static int stbi_write_bmp_core(stbi__write_context *s, int x, int y, int comp, const void *data) in stbi_write_bmp_core()
477 STBIWDEF int stbi_write_bmp_to_func(stbi_write_func *func, void *context, int x, int y, int comp, c… in stbi_write_bmp_to_func()
485 STBIWDEF int stbi_write_bmp(char const *filename, int x, int y, int comp, const void *data) in stbi_write_bmp()
497 static int stbi_write_tga_core(stbi__write_context *s, int x, int y, int comp, void *data) in stbi_write_tga_core()
575 STBIWDEF int stbi_write_tga_to_func(stbi_write_func *func, void *context, int x, int y, int comp, c… in stbi_write_tga_to_func()
583 STBIWDEF int stbi_write_tga(char const *filename, int x, int y, int comp, const void *data) in stbi_write_tga()
685 unsigned char *comp = &scratch[width*c]; in stbiw__write_hdr_scanline() local
[all …]
H A Dstb_image.h1005 static void *stbi__load_main(stbi__context *s, int *x, int *y, int *comp, int req_comp, stbi__resul… in stbi__load_main()
1120 static unsigned char *stbi__load_and_postprocess_8bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_8bit()
1144 static stbi__uint16 *stbi__load_and_postprocess_16bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_16bit()
1170 static void stbi__float_postprocess(float *result, int *x, int *y, int *comp, int req_comp) in stbi__float_postprocess()
1222 STBIDEF stbi_uc *stbi_load(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_load()
1232 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file()
1245 STBIDEF stbi__uint16 *stbi_load_from_file_16(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file_16()
1258 STBIDEF stbi_us *stbi_load_16(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_load_16()
1285 STBIDEF stbi_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, i… in stbi_load_from_memory()
1292 …_from_callbacks(stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *comp, int req_comp) in stbi_load_from_callbacks()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image_write.h395 static void stbiw__write_pixel(stbi__write_context *s, int rgb_dir, int comp, int write_alpha, int … in stbiw__write_pixel()
428 …ite_pixels(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, void *data, int … in stbiw__write_pixels()
454 static int stbiw__outfile(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, in… in stbiw__outfile()
468 static int stbi_write_bmp_core(stbi__write_context *s, int x, int y, int comp, const void *data) in stbi_write_bmp_core()
477 STBIWDEF int stbi_write_bmp_to_func(stbi_write_func *func, void *context, int x, int y, int comp, c… in stbi_write_bmp_to_func()
485 STBIWDEF int stbi_write_bmp(char const *filename, int x, int y, int comp, const void *data) in stbi_write_bmp()
497 static int stbi_write_tga_core(stbi__write_context *s, int x, int y, int comp, void *data) in stbi_write_tga_core()
575 STBIWDEF int stbi_write_tga_to_func(stbi_write_func *func, void *context, int x, int y, int comp, c… in stbi_write_tga_to_func()
583 STBIWDEF int stbi_write_tga(char const *filename, int x, int y, int comp, const void *data) in stbi_write_tga()
685 unsigned char *comp = &scratch[width*c]; in stbiw__write_hdr_scanline() local
[all …]
H A Dstb_image.h1005 static void *stbi__load_main(stbi__context *s, int *x, int *y, int *comp, int req_comp, stbi__resul… in stbi__load_main()
1120 static unsigned char *stbi__load_and_postprocess_8bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_8bit()
1144 static stbi__uint16 *stbi__load_and_postprocess_16bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_16bit()
1170 static void stbi__float_postprocess(float *result, int *x, int *y, int *comp, int req_comp) in stbi__float_postprocess()
1222 STBIDEF stbi_uc *stbi_load(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_load()
1232 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file()
1245 STBIDEF stbi__uint16 *stbi_load_from_file_16(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file_16()
1258 STBIDEF stbi_us *stbi_load_16(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_load_16()
1285 STBIDEF stbi_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, i… in stbi_load_from_memory()
1292 …_from_callbacks(stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *comp, int req_comp) in stbi_load_from_callbacks()
[all …]
/OK3568_Linux_fs/kernel/include/sound/sof/
H A Dtopology.h95 struct sof_ipc_comp comp; member
117 struct sof_ipc_comp comp; member
126 struct sof_ipc_comp comp; member
136 struct sof_ipc_comp comp; member
150 struct sof_ipc_comp comp; member
161 struct sof_ipc_comp comp; member
171 struct sof_ipc_comp comp; member
197 struct sof_ipc_comp comp; member
203 struct sof_ipc_comp comp; member
232 struct sof_ipc_comp comp; member
/OK3568_Linux_fs/kernel/crypto/
H A Dcompress.c12 int crypto_comp_compress(struct crypto_comp *comp, in crypto_comp_compress()
23 int crypto_comp_decompress(struct crypto_comp *comp, in crypto_comp_decompress()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dlochnagar-sc.c72 struct snd_soc_component *comp = dai->component; in lochnagar_sc_startup() local
91 struct snd_soc_component *comp = dai->component; in lochnagar_sc_line_startup() local
113 struct snd_soc_component *comp = dai->component; in lochnagar_sc_line_shutdown() local
H A Dpcm3060.c19 struct snd_soc_component *comp = dai->component; in pcm3060_set_sysclk() local
61 struct snd_soc_component *comp = dai->component; in pcm3060_set_fmt() local
112 struct snd_soc_component *comp = dai->component; in pcm3060_hw_params() local
H A Dwcd934x.c1318 struct snd_soc_component *comp = snd_soc_dapm_to_component(w->dapm); in wcd934x_codec_enable_mclk() local
1425 struct snd_soc_component *comp = dai->component; in wcd934x_set_prim_interpolator_rate() local
1553 struct snd_soc_component *comp = dai->component; in wcd934x_set_decimator_rate() local
2126 static int wcd934x_init_dmic(struct snd_soc_component *comp) in wcd934x_init_dmic()
2290 static void wcd934x_comp_remove(struct snd_soc_component *comp) in wcd934x_comp_remove()
2297 static int wcd934x_comp_set_sysclk(struct snd_soc_component *comp, in wcd934x_comp_set_sysclk()
2432 int comp = ((struct soc_mixer_control *)kc->private_value)->shift; in wcd934x_compander_get() local
2445 int comp = ((struct soc_mixer_control *)kc->private_value)->shift; in wcd934x_compander_set() local
2650 struct snd_soc_component *comp; in wcd934x_dec_enum_put() local
3375 struct snd_soc_component *comp = snd_soc_dapm_to_component(w->dapm); in wcd934x_codec_enable_slim() local
[all …]
/OK3568_Linux_fs/kernel/sound/soc/fsl/
H A Dfsl_audmix.c86 static int fsl_audmix_state_trans(struct snd_soc_component *comp, in fsl_audmix_state_trans()
114 struct snd_soc_component *comp = snd_kcontrol_chip(kcontrol); in fsl_audmix_put_mix_clk_src() local
152 struct snd_soc_component *comp = snd_kcontrol_chip(kcontrol); in fsl_audmix_put_out_src() local
249 struct snd_soc_component *comp = dai->component; in fsl_audmix_dai_set_fmt() local
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dtwl-regulator.c547 #define TWL_OF_MATCH(comp, family, label) \ argument
553 #define TWL4030_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL4030, label) argument
554 #define TWL6030_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6030, label) argument
555 #define TWL6032_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6032, label) argument
556 #define TWLFIXED_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLFIXED, label) argument
557 #define TWLSMPS_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLSMPS, label) argument
H A Dtwl6030-regulator.c635 #define TWL_OF_MATCH(comp, family, label) \ argument
641 #define TWL6030_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6030, label) argument
642 #define TWL6032_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6032, label) argument
643 #define TWLFIXED_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLFIXED, label) argument
644 #define TWLSMPS_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLSMPS, label) argument
/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Daudio_codec.c831 struct snd_soc_component *comp; in gbaudio_register_module() local
962 struct snd_soc_component *comp = gbcodec->component; in gbaudio_unregister_module() local
1027 static int gbcodec_probe(struct snd_soc_component *comp) in gbcodec_probe()
1059 static void gbcodec_remove(struct snd_soc_component *comp) in gbcodec_remove()
1065 static int gbcodec_write(struct snd_soc_component *comp, unsigned int reg, in gbcodec_write()
1071 static unsigned int gbcodec_read(struct snd_soc_component *comp, in gbcodec_read()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dlhash_macros.h20 #define lh_ASN1_OBJECT_new(hash, comp) \ argument
60 #define lh_CONF_VALUE_new(hash, comp) \ argument
98 #define lh_CRYPTO_BUFFER_new(hash, comp) \ argument
138 #define lh_SSL_SESSION_new(hash, comp) \ argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dlhash_macros.h20 #define lh_ASN1_OBJECT_new(hash, comp) \ argument
60 #define lh_CONF_VALUE_new(hash, comp) \ argument
98 #define lh_CRYPTO_BUFFER_new(hash, comp) \ argument
138 #define lh_SSL_SESSION_new(hash, comp) \ argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dlhash_macros.h20 #define lh_ASN1_OBJECT_new(hash, comp) \ argument
60 #define lh_CONF_VALUE_new(hash, comp) \ argument
98 #define lh_CRYPTO_BUFFER_new(hash, comp) \ argument
138 #define lh_SSL_SESSION_new(hash, comp) \ argument
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dlhash_macros.h20 #define lh_ASN1_OBJECT_new(hash, comp) \ argument
60 #define lh_CONF_VALUE_new(hash, comp) \ argument
98 #define lh_CRYPTO_BUFFER_new(hash, comp) \ argument
138 #define lh_SSL_SESSION_new(hash, comp) \ argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dlhash_macros.h20 #define lh_ASN1_OBJECT_new(hash, comp) \ argument
60 #define lh_CONF_VALUE_new(hash, comp) \ argument
98 #define lh_CRYPTO_BUFFER_new(hash, comp) \ argument
138 #define lh_SSL_SESSION_new(hash, comp) \ argument
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dlhash_macros.h20 #define lh_ASN1_OBJECT_new(hash, comp) \ argument
60 #define lh_CONF_VALUE_new(hash, comp) \ argument
98 #define lh_CRYPTO_BUFFER_new(hash, comp) \ argument
138 #define lh_SSL_SESSION_new(hash, comp) \ argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/
H A Dpredicate.hpp47 explicit negate(Comp comp) in negate()
69 explicit inverse(Comp comp) in inverse()
/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-topology.c65 struct snd_soc_component *comp; member
352 struct snd_soc_component *comp = tplg->comp; in soc_tplg_add_kcontrol() local
359 static void remove_mixer(struct snd_soc_component *comp, in remove_mixer()
382 static void remove_enum(struct snd_soc_component *comp, in remove_enum()
403 static void remove_bytes(struct snd_soc_component *comp, in remove_bytes()
422 static void remove_route(struct snd_soc_component *comp, in remove_route()
439 static void remove_widget(struct snd_soc_component *comp, in remove_widget()
504 static void remove_dai(struct snd_soc_component *comp, in remove_dai()
529 static void remove_link(struct snd_soc_component *comp, in remove_link()
552 static void remove_backend_link(struct snd_soc_component *comp, in remove_backend_link()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_hdcp.c1019 struct i915_hdcp_comp_master *comp; in hdcp2_prepare_ake_init() local
1048 struct i915_hdcp_comp_master *comp; in hdcp2_verify_rx_cert_prepare_km() local
1075 struct i915_hdcp_comp_master *comp; in hdcp2_verify_hprime() local
1100 struct i915_hdcp_comp_master *comp; in hdcp2_store_pairing_info() local
1126 struct i915_hdcp_comp_master *comp; in hdcp2_prepare_lc_init() local
1152 struct i915_hdcp_comp_master *comp; in hdcp2_verify_lprime() local
1177 struct i915_hdcp_comp_master *comp; in hdcp2_prepare_skey() local
1205 struct i915_hdcp_comp_master *comp; in hdcp2_verify_rep_topology_prepare_ack() local
1233 struct i915_hdcp_comp_master *comp; in hdcp2_verify_mprime() local
1256 struct i915_hdcp_comp_master *comp; in hdcp2_authenticate_port() local
[all …]
/OK3568_Linux_fs/kernel/arch/s390/boot/
H A Dipl_report.c35 struct ipl_rb_component_entry *comp; in find_bootdata_space() local
78 struct ipl_rb_component_entry *comp, *ptr; in copy_components_bootdata() local

12345678910>>...16