| /linux/sound/pci/ice1712/ |
| H A D | se.c | 102 static void se200pci_WM8740_init(struct snd_ice1712 *ice) in se200pci_WM8740_init() 108 static void se200pci_WM8740_set_pro_rate(struct snd_ice1712 *ice, in se200pci_WM8740_set_pro_rate() 119 static void se200pci_WM8766_write(struct snd_ice1712 *ice, in se200pci_WM8766_write() 165 static void se200pci_WM8766_set_volume(struct snd_ice1712 *ice, int ch, in se200pci_WM8766_set_volume() 184 static void se200pci_WM8766_init(struct snd_ice1712 *ice) in se200pci_WM8766_init() 203 static void se200pci_WM8766_set_pro_rate(struct snd_ice1712 *ice, in se200pci_WM8766_set_pro_rate() 217 static void se200pci_WM8776_write(struct snd_ice1712 *ice, in se200pci_WM8776_write() 227 static void se200pci_WM8776_set_output_volume(struct snd_ice1712 *ice, in se200pci_WM8776_set_output_volume() 234 static void se200pci_WM8776_set_input_volume(struct snd_ice1712 *ice, in se200pci_WM8776_set_input_volume() 245 static void se200pci_WM8776_set_input_selector(struct snd_ice1712 *ice, in se200pci_WM8776_set_input_selector() [all …]
|
| H A D | revo.c | 27 static void revo_i2s_mclk_changed(struct snd_ice1712 *ice) in revo_i2s_mclk_changed() 83 struct snd_ice1712 *ice = bus->private_data; in revo_i2c_start() local 89 struct snd_ice1712 *ice = bus->private_data; in revo_i2c_stop() local 95 struct snd_ice1712 *ice = bus->private_data; in revo_i2c_direction() local 112 struct snd_ice1712 *ice = bus->private_data; in revo_i2c_setlines() local 127 struct snd_ice1712 *ice = bus->private_data; in revo_i2c_getdata() local 144 static int revo51_i2c_init(struct snd_ice1712 *ice, in revo51_i2c_init() 311 struct snd_ice1712 *ice = ak->private_data[0]; in ap192_set_rate_val() local 364 static void write_data(struct snd_ice1712 *ice, unsigned int gpio, in write_data() 386 static unsigned char read_data(struct snd_ice1712 *ice, unsigned int gpio, in read_data() [all …]
|
| H A D | psc724.c | 25 struct snd_ice1712 *ice; member 107 struct snd_ice1712 *ice = spec->ice; in psc724_wm8766_write() local 155 static void psc724_set_master_switch(struct snd_ice1712 *ice, bool on) in psc724_set_master_switch() 168 static bool psc724_get_master_switch(struct snd_ice1712 *ice) in psc724_get_master_switch() 177 static void psc724_set_jack_state(struct snd_ice1712 *ice, bool hp_connected) in psc724_set_jack_state() 204 struct snd_ice1712 *ice = spec->ice; in psc724_update_hp_jack_state() local 213 static void psc724_set_jack_detection(struct snd_ice1712 *ice, bool on) in psc724_set_jack_detection() 230 static bool psc724_get_jack_detection(struct snd_ice1712 *ice) in psc724_get_jack_detection() 261 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in psc724_ctl_get() local 272 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in psc724_ctl_put() local [all …]
|
| H A D | juli.c | 166 static void juli_spdif_in_open(struct snd_ice1712 *ice, in juli_spdif_in_open() 198 struct snd_ice1712 *ice = ak->private_data[0]; in juli_akm_write() local 212 struct snd_ice1712 *ice = ak->private_data[0]; in juli_akm_set_rate_val() local 292 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in juli_mute_get() local 307 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in juli_mute_put() local 411 static int juli_add_controls(struct snd_ice1712 *ice) in juli_add_controls() 450 static int juli_resume(struct snd_ice1712 *ice) in juli_resume() 461 static int juli_suspend(struct snd_ice1712 *ice) in juli_suspend() 476 static inline int juli_is_spdif_master(struct snd_ice1712 *ice) in juli_is_spdif_master() 481 static unsigned int juli_get_rate(struct snd_ice1712 *ice) in juli_get_rate() [all …]
|
| H A D | ak4xxx.c | 26 struct snd_ice1712 *ice = ak->private_data[0]; in snd_ice1712_akm4xxx_lock() local 33 struct snd_ice1712 *ice = ak->private_data[0]; in snd_ice1712_akm4xxx_unlock() local 48 struct snd_ice1712 *ice = ak->private_data[0]; in snd_ice1712_akm4xxx_write() local 113 const struct snd_ak4xxx_private *_priv, struct snd_ice1712 *ice) in snd_ice1712_akm4xxx_init() 139 void snd_ice1712_akm4xxx_free(struct snd_ice1712 *ice) in snd_ice1712_akm4xxx_free() 154 int snd_ice1712_akm4xxx_build_controls(struct snd_ice1712 *ice) in snd_ice1712_akm4xxx_build_controls()
|
| H A D | amp.c | 19 static void wm_put(struct snd_ice1712 *ice, int reg, unsigned short val) in wm_put() 26 static int snd_vt1724_amp_init(struct snd_ice1712 *ice) in snd_vt1724_amp_init() 54 static int snd_vt1724_amp_add_controls(struct snd_ice1712 *ice) in snd_vt1724_amp_add_controls()
|
| H A D | vt1720_mobo.c | 20 static int k8x800_init(struct snd_ice1712 *ice) in k8x800_init() 34 static int k8x800_add_controls(struct snd_ice1712 *ice) in k8x800_add_controls()
|
| H A D | ice1712.h | 27 #define ICEREG(ice, x) ((ice)->port + ICE1712_REG_##x) argument 104 #define ICEDS(ice, x) ((ice)->dmapath_port + ICE1712_DS_##x) argument 135 #define ICEMT(ice, x) ((ice)->profi_port + ICE1712_MT_##x) argument 248 #define ice_has_con_ac97(ice) (!((ice)->eeprom.data[ICE_EEP1_CODEC] & ICE1712_CFG_NO_CON_AC97)) argument 395 static inline void snd_ice1712_gpio_set_dir(struct snd_ice1712 *ice, unsigned int bits) in snd_ice1712_gpio_set_dir() 400 static inline unsigned int snd_ice1712_gpio_get_dir(struct snd_ice1712 *ice) in snd_ice1712_gpio_get_dir() 405 static inline void snd_ice1712_gpio_set_mask(struct snd_ice1712 *ice, unsigned int bits) in snd_ice1712_gpio_set_mask() 410 static inline void snd_ice1712_gpio_write(struct snd_ice1712 *ice, unsigned int val) in snd_ice1712_gpio_write() 415 static inline unsigned int snd_ice1712_gpio_read(struct snd_ice1712 *ice) in snd_ice1712_gpio_read() 425 static inline void snd_ice1712_save_gpio_status(struct snd_ice1712 *ice) in snd_ice1712_save_gpio_status() [all …]
|
| H A D | envy24ht.h | 39 #define ICEREG1724(ice, x) ((ice)->port + VT1724_REG_##x) argument 117 #define ICEMT1724(ice, x) ((ice)->profi_port + VT1724_MT_##x) argument
|
| /linux/drivers/soc/qcom/ |
| H A D | ice.c | 116 static bool qcom_ice_check_supported(struct qcom_ice *ice) in qcom_ice_check_supported() 189 static void qcom_ice_low_power_mode_enable(struct qcom_ice *ice) in qcom_ice_low_power_mode_enable() 200 static void qcom_ice_optimization_enable(struct qcom_ice *ice) in qcom_ice_optimization_enable() 225 static int qcom_ice_wait_bist_status(struct qcom_ice *ice) in qcom_ice_wait_bist_status() 254 static void qcom_ice_hwkm_init(struct qcom_ice *ice) in qcom_ice_hwkm_init() 299 int qcom_ice_enable(struct qcom_ice *ice) in qcom_ice_enable() 308 int qcom_ice_resume(struct qcom_ice *ice) in qcom_ice_resume() 324 int qcom_ice_suspend(struct qcom_ice *ice) in qcom_ice_suspend() 333 static unsigned int translate_hwkm_slot(struct qcom_ice *ice, unsigned int slot) in translate_hwkm_slot() 338 static int qcom_ice_program_wrapped_key(struct qcom_ice *ice, unsigned int slot, in qcom_ice_program_wrapped_key() [all …]
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sm8750.dtsi | 2056 ice: crypto@1d88000 { label
|
| H A D | sm8650.dtsi | 4079 ice: crypto@1d88000 { label
|
| H A D | sc7180.dtsi | 1604 ice: crypto@1d90000 { label
|
| H A D | sm8550.dtsi | 2447 ice: crypto@1d88000 { label
|
| H A D | sm8450.dtsi | 5373 ice: crypto@1d88000 { label
|
| H A D | monaco.dtsi | 2346 ice: crypto@1d88000 { label
|
| H A D | lemans.dtsi | 2752 ice: crypto@1d88000 { label
|
| H A D | kodiak.dtsi | 2573 ice: crypto@1d88000 { label
|
| /linux/drivers/ufs/host/ |
| H A D | ufs-qcom.c | 172 struct qcom_ice *ice; in ufs_qcom_ice_init() local
|