Home
last modified time | relevance | path

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

/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dmk-config.sh174 init_hook() function
192 init_hook $@
H A Dmk-kernel.sh115 init_hook() function
274 init_hook $@
H A Dmk-rootfs.sh191 init_hook() function
306 buildroot | debian | ubuntu | yocto) init_hook $@ ;&
H A Dbuild-helper163 try_hook init_hook "$INIT_CMDS" $@
/OK3568_Linux_fs/device/rockchip/common/build-hooks/
H A D00-config.sh174 init_hook() function
192 init_hook $@
H A D10-kernel.sh115 init_hook() function
274 init_hook $@
H A Dexample.sh.in65 init_hook() function
H A D30-rootfs.sh191 init_hook() function
306 buildroot | debian | ubuntu | yocto) init_hook $@ ;&
H A Dbuild-helper163 try_hook init_hook "$INIT_CMDS" $@
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_generic.h282 void (*init_hook)(struct hda_codec *codec); member
H A Dpatch_realtek.c108 void (*init_hook)(struct hda_codec *codec); member
924 if (spec->init_hook) in alc_init()
925 spec->init_hook(codec); in alc_init()
9908 spec->init_hook = alc_default_init; in patch_alc269()
9937 spec->init_hook = alc269_fill_coef; in patch_alc269()
9948 spec->init_hook = alc282_init; in patch_alc269()
9954 spec->init_hook = alc283_init; in patch_alc269()
9974 spec->init_hook = alc256_init; in patch_alc269()
9982 spec->init_hook = alc256_init; in patch_alc269()
9988 spec->init_hook = alc256_init; in patch_alc269()
[all …]
H A Dhda_generic.c6085 if (spec->init_hook) in snd_hda_gen_init()
6086 spec->init_hook(codec); in snd_hda_gen_init()