Searched refs:_codec (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/ |
| H A D | dammit.py | 440 value = (self._codec(self.CHARSET_ALIASES.get(charset, charset)) 441 or (charset and self._codec(charset.replace("-", ""))) 442 or (charset and self._codec(charset.replace("-", "_"))) 450 def _codec(self, charset): member in UnicodeDammit
|
| /OK3568_Linux_fs/kernel/sound/pci/hda/ |
| H A D | hda_local.h | 316 #define SND_HDA_PIN_QUIRK(_codec, _subvendor, _name, _value, _pins...) \ argument 317 { .codec = _codec,\ 325 #define SND_HDA_PIN_QUIRK(_codec, _subvendor, _name, _value, _pins...) \ argument 326 { .codec = _codec,\
|
| H A D | hda_sysfs.c | 209 err = type##_codec(codec); \
|