Searched refs:aoa_codec (Results 1 – 6 of 6) sorted by relevance
20 struct aoa_codec { struct27 int (*init)(struct aoa_codec *codec); argument31 void (*exit)(struct aoa_codec *codec); argument61 aoa_codec_register(struct aoa_codec *codec); argument63 aoa_codec_unregister(struct aoa_codec *codec);76 int (*found_codec)(struct aoa_codec *codec);83 void (*remove_codec)(struct aoa_codec *codec);86 void (*attached_codec)(struct aoa_codec *codec);111 aoa_fabric_unlink_codec(struct aoa_codec *codec);
23 static int attach_codec_to_fabric(struct aoa_codec *c) in attach_codec_to_fabric()57 int aoa_codec_register(struct aoa_codec *codec) in aoa_codec_register()72 void aoa_codec_unregister(struct aoa_codec *codec) in aoa_codec_unregister()86 struct aoa_codec *c; in aoa_fabric_register()117 struct aoa_codec *c; in aoa_fabric_unregister()133 void aoa_fabric_unlink_codec(struct aoa_codec *codec) in aoa_fabric_unlink_codec()
24 struct aoa_codec codec;85 static int toonie_init_codec(struct aoa_codec *codec) in toonie_init_codec()109 static void toonie_exit_codec(struct aoa_codec *codec) in toonie_exit_codec()
83 struct aoa_codec codec;102 static struct tas *codec_to_tas(struct aoa_codec *codec) in codec_to_tas()795 static int tas_init_codec(struct aoa_codec *codec) in tas_init_codec()868 static void tas_exit_codec(struct aoa_codec *codec) in tas_exit_codec()
49 struct aoa_codec codec;860 static int onyx_init_codec(struct aoa_codec *codec) in onyx_init_codec()982 static void onyx_exit_codec(struct aoa_codec *codec) in onyx_exit_codec()
610 struct aoa_codec *codecs[MAX_CODECS_PER_BUS];768 static int check_codec(struct aoa_codec *codec, in check_codec()818 static int layout_found_codec(struct aoa_codec *codec) in layout_found_codec()838 static void layout_remove_codec(struct aoa_codec *codec) in layout_remove_codec()895 static void layout_attached_codec(struct aoa_codec *codec) in layout_attached_codec()
Completed in 13 milliseconds