Searched refs:aoa_codec (Results 1 – 6 of 6) sorted by relevance
21 struct aoa_codec { struct28 int (*init)(struct aoa_codec *codec); argument32 void (*exit)(struct aoa_codec *codec); argument62 aoa_codec_register(struct aoa_codec *codec); argument64 aoa_codec_unregister(struct aoa_codec *codec);77 int (*found_codec)(struct aoa_codec *codec);84 void (*remove_codec)(struct aoa_codec *codec);87 void (*attached_codec)(struct aoa_codec *codec);112 aoa_fabric_unlink_codec(struct aoa_codec *codec);
24 static int attach_codec_to_fabric(struct aoa_codec *c) in attach_codec_to_fabric()58 int aoa_codec_register(struct aoa_codec *codec) in aoa_codec_register()73 void aoa_codec_unregister(struct aoa_codec *codec) in aoa_codec_unregister()87 struct aoa_codec *c; in aoa_fabric_register()118 struct aoa_codec *c; in aoa_fabric_unregister()134 void aoa_fabric_unlink_codec(struct aoa_codec *codec) in aoa_fabric_unlink_codec()
26 struct aoa_codec codec;87 static int toonie_init_codec(struct aoa_codec *codec) in toonie_init_codec()111 static void toonie_exit_codec(struct aoa_codec *codec) in toonie_exit_codec()
85 struct aoa_codec codec;104 static struct tas *codec_to_tas(struct aoa_codec *codec) in codec_to_tas()797 static int tas_init_codec(struct aoa_codec *codec) in tas_init_codec()870 static void tas_exit_codec(struct aoa_codec *codec) in tas_exit_codec()
52 struct aoa_codec codec;861 static int onyx_init_codec(struct aoa_codec *codec) in onyx_init_codec()983 static void onyx_exit_codec(struct aoa_codec *codec) in onyx_exit_codec()
604 struct aoa_codec *codecs[MAX_CODECS_PER_BUS];762 static int check_codec(struct aoa_codec *codec, in check_codec()812 static int layout_found_codec(struct aoa_codec *codec) in layout_found_codec()832 static void layout_remove_codec(struct aoa_codec *codec) in layout_remove_codec()889 static void layout_attached_codec(struct aoa_codec *codec) in layout_attached_codec()