/Linux-v4.19/sound/pci/oxygen/ |
D | oxygen_mixer.c | 28 static int dac_volume_info(struct snd_kcontrol *ctl, in dac_volume_info() 40 static int dac_volume_get(struct snd_kcontrol *ctl, in dac_volume_get() 53 static int dac_volume_put(struct snd_kcontrol *ctl, in dac_volume_put() 73 static int dac_mute_get(struct snd_kcontrol *ctl, in dac_mute_get() 84 static int dac_mute_put(struct snd_kcontrol *ctl, in dac_mute_put() 110 static int upmix_info(struct snd_kcontrol *ctl, struct snd_ctl_elem_info *info) in upmix_info() 125 static int upmix_get(struct snd_kcontrol *ctl, struct snd_ctl_elem_value *value) in upmix_get() 195 static int upmix_put(struct snd_kcontrol *ctl, struct snd_ctl_elem_value *value) in upmix_put() 213 static int spdif_switch_get(struct snd_kcontrol *ctl, in spdif_switch_get() 288 static int spdif_switch_put(struct snd_kcontrol *ctl, in spdif_switch_put() [all …]
|
D | xonar_dg_mixer.c | 57 static int output_select_info(struct snd_kcontrol *ctl, in output_select_info() 69 static int output_select_get(struct snd_kcontrol *ctl, in output_select_get() 81 static int output_select_put(struct snd_kcontrol *ctl, in output_select_put() 104 static int hp_stereo_volume_info(struct snd_kcontrol *ctl, in hp_stereo_volume_info() 114 static int hp_stereo_volume_get(struct snd_kcontrol *ctl, in hp_stereo_volume_get() 130 static int hp_stereo_volume_put(struct snd_kcontrol *ctl, in hp_stereo_volume_put() 160 static int hp_mute_get(struct snd_kcontrol *ctl, in hp_mute_get() 173 static int hp_mute_put(struct snd_kcontrol *ctl, in hp_mute_put() 208 static int input_vol_info(struct snd_kcontrol *ctl, in input_vol_info() 218 static int input_vol_get(struct snd_kcontrol *ctl, in input_vol_get() [all …]
|
D | xonar_wm87x6.c | 508 static int wm8776_bit_switch_get(struct snd_kcontrol *ctl, in wm8776_bit_switch_get() 522 static int wm8776_bit_switch_put(struct snd_kcontrol *ctl, in wm8776_bit_switch_put() 544 static int wm8776_field_enum_info(struct snd_kcontrol *ctl, in wm8776_field_enum_info() 607 static int wm8776_field_volume_info(struct snd_kcontrol *ctl, in wm8776_field_volume_info() 617 static void wm8776_field_set_from_ctl(struct snd_kcontrol *ctl) in wm8776_field_set_from_ctl() 650 static int wm8776_field_set(struct snd_kcontrol *ctl, unsigned int value) in wm8776_field_set() 670 static int wm8776_field_enum_get(struct snd_kcontrol *ctl, in wm8776_field_enum_get() 677 static int wm8776_field_volume_get(struct snd_kcontrol *ctl, in wm8776_field_volume_get() 684 static int wm8776_field_enum_put(struct snd_kcontrol *ctl, in wm8776_field_enum_put() 690 static int wm8776_field_volume_put(struct snd_kcontrol *ctl, in wm8776_field_volume_put() [all …]
|
D | oxygen.c | 438 static int rolloff_info(struct snd_kcontrol *ctl, in rolloff_info() 448 static int rolloff_get(struct snd_kcontrol *ctl, in rolloff_get() 459 static int rolloff_put(struct snd_kcontrol *ctl, in rolloff_put() 491 static int hpf_info(struct snd_kcontrol *ctl, struct snd_ctl_elem_info *info) in hpf_info() 500 static int hpf_get(struct snd_kcontrol *ctl, struct snd_ctl_elem_value *value) in hpf_get() 510 static int hpf_put(struct snd_kcontrol *ctl, struct snd_ctl_elem_value *value) in hpf_put() 536 static int meridian_dig_source_info(struct snd_kcontrol *ctl, in meridian_dig_source_info() 544 static int claro_dig_source_info(struct snd_kcontrol *ctl, in claro_dig_source_info() 552 static int meridian_dig_source_get(struct snd_kcontrol *ctl, in meridian_dig_source_get() 563 static int claro_dig_source_get(struct snd_kcontrol *ctl, in claro_dig_source_get() [all …]
|
D | xonar_pcm179x.c | 725 static int rolloff_info(struct snd_kcontrol *ctl, in rolloff_info() 735 static int rolloff_get(struct snd_kcontrol *ctl, in rolloff_get() 747 static int rolloff_put(struct snd_kcontrol *ctl, in rolloff_put() 789 static int st_output_switch_info(struct snd_kcontrol *ctl, in st_output_switch_info() 799 static int st_output_switch_get(struct snd_kcontrol *ctl, in st_output_switch_get() 816 static int st_output_switch_put(struct snd_kcontrol *ctl, in st_output_switch_put() 844 static int st_hp_volume_offset_info(struct snd_kcontrol *ctl, in st_hp_volume_offset_info() 854 static int st_hp_volume_offset_get(struct snd_kcontrol *ctl, in st_hp_volume_offset_get() 874 static int st_hp_volume_offset_put(struct snd_kcontrol *ctl, in st_hp_volume_offset_put() 913 static int xense_output_switch_get(struct snd_kcontrol *ctl, in xense_output_switch_get() [all …]
|
/Linux-v4.19/drivers/thunderbolt/ |
D | ctl.c | 40 #define tb_ctl_WARN(ctl, format, arg...) \ argument 43 #define tb_ctl_err(ctl, format, arg...) \ argument 46 #define tb_ctl_warn(ctl, format, arg...) \ argument 49 #define tb_ctl_info(ctl, format, arg...) \ argument 52 #define tb_ctl_dbg(ctl, format, arg...) \ argument 110 static int tb_cfg_request_enqueue(struct tb_ctl *ctl, in tb_cfg_request_enqueue() 130 struct tb_ctl *ctl = req->ctl; in tb_cfg_request_dequeue() local 146 tb_cfg_request_find(struct tb_ctl *ctl, struct ctl_pkg *pkg) in tb_cfg_request_find() 254 static void tb_cfg_print_error(struct tb_ctl *ctl, in tb_cfg_print_error() 307 static struct ctl_pkg *tb_ctl_pkg_alloc(struct tb_ctl *ctl) in tb_ctl_pkg_alloc() [all …]
|
D | eeprom.c | 16 static int tb_eeprom_ctl_write(struct tb_switch *sw, struct tb_eeprom_ctl *ctl) in tb_eeprom_ctl_write() 24 static int tb_eeprom_ctl_read(struct tb_switch *sw, struct tb_eeprom_ctl *ctl) in tb_eeprom_ctl_read() 42 struct tb_eeprom_ctl ctl; in tb_eeprom_active() local 69 static int tb_eeprom_transfer(struct tb_switch *sw, struct tb_eeprom_ctl *ctl, in tb_eeprom_transfer() 96 struct tb_eeprom_ctl ctl; in tb_eeprom_out() local 116 struct tb_eeprom_ctl ctl; in tb_eeprom_in() local
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_ctl.c | 91 void ctl_write(struct mdp5_ctl *ctl, u32 reg, u32 data) in ctl_write() 100 u32 ctl_read(struct mdp5_ctl *ctl, u32 reg) in ctl_read() 143 static void set_ctl_op(struct mdp5_ctl *ctl, struct mdp5_pipeline *pipeline) in set_ctl_op() 176 int mdp5_ctl_set_pipeline(struct mdp5_ctl *ctl, struct mdp5_pipeline *pipeline) in mdp5_ctl_set_pipeline() 190 static bool start_signal_needed(struct mdp5_ctl *ctl, in start_signal_needed() 215 static void send_start_signal(struct mdp5_ctl *ctl) in send_start_signal() 232 int mdp5_ctl_set_encoder_state(struct mdp5_ctl *ctl, in mdp5_ctl_set_encoder_state() 256 int mdp5_ctl_set_cursor(struct mdp5_ctl *ctl, struct mdp5_pipeline *pipeline, in mdp5_ctl_set_cursor() 337 static void mdp5_ctl_reset_blend_regs(struct mdp5_ctl *ctl) in mdp5_ctl_reset_blend_regs() 355 int mdp5_ctl_blend(struct mdp5_ctl *ctl, struct mdp5_pipeline *pipeline, in mdp5_ctl_blend() [all …]
|
/Linux-v4.19/fs/btrfs/ |
D | inode-map.c | 19 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in caching_kthread() local 126 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in start_caching() local 235 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in btrfs_unpin_free_ino() local 278 static void recalculate_thresholds(struct btrfs_free_space_ctl *ctl) in recalculate_thresholds() 313 static bool use_bitmap(struct btrfs_free_space_ctl *ctl, in use_bitmap() 328 static void pinned_recalc_thresholds(struct btrfs_free_space_ctl *ctl) in pinned_recalc_thresholds() 332 static bool pinned_use_bitmap(struct btrfs_free_space_ctl *ctl, in pinned_use_bitmap() 352 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in btrfs_init_free_ino_ctl() local 382 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in btrfs_save_ino_cache() local
|
D | free-space-cache.c | 621 static void merge_space_tree(struct btrfs_free_space_ctl *ctl) in merge_space_tree() 651 struct btrfs_free_space_ctl *ctl, in __load_free_space_cache() 809 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in load_free_space_cache() local 885 struct btrfs_free_space_ctl *ctl, in write_cache_extent_entries() 1205 struct btrfs_free_space_ctl *ctl, in __btrfs_write_out_cache() 1350 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_write_out_cache() local 1402 static inline u64 offset_to_bitmap(struct btrfs_free_space_ctl *ctl, in offset_to_bitmap() 1476 tree_search_offset(struct btrfs_free_space_ctl *ctl, in tree_search_offset() 1592 __unlink_free_space(struct btrfs_free_space_ctl *ctl, in __unlink_free_space() 1599 static void unlink_free_space(struct btrfs_free_space_ctl *ctl, in unlink_free_space() [all …]
|
/Linux-v4.19/sound/pci/ctxfi/ |
D | cthw20k1.c | 86 u16 ctl:1; member 99 unsigned int ctl; member 182 struct src_rsc_ctrl_blk *ctl = blk; in src_set_state() local 191 struct src_rsc_ctrl_blk *ctl = blk; in src_set_bm() local 200 struct src_rsc_ctrl_blk *ctl = blk; in src_set_rsr() local 209 struct src_rsc_ctrl_blk *ctl = blk; in src_set_sf() local 218 struct src_rsc_ctrl_blk *ctl = blk; in src_set_wr() local 227 struct src_rsc_ctrl_blk *ctl = blk; in src_set_pm() local 236 struct src_rsc_ctrl_blk *ctl = blk; in src_set_rom() local 245 struct src_rsc_ctrl_blk *ctl = blk; in src_set_vo() local [all …]
|
D | cthw20k2.c | 86 u16 ctl:1; member 99 unsigned int ctl; member 182 struct src_rsc_ctrl_blk *ctl = blk; in src_set_state() local 191 struct src_rsc_ctrl_blk *ctl = blk; in src_set_bm() local 200 struct src_rsc_ctrl_blk *ctl = blk; in src_set_rsr() local 209 struct src_rsc_ctrl_blk *ctl = blk; in src_set_sf() local 218 struct src_rsc_ctrl_blk *ctl = blk; in src_set_wr() local 227 struct src_rsc_ctrl_blk *ctl = blk; in src_set_pm() local 236 struct src_rsc_ctrl_blk *ctl = blk; in src_set_rom() local 245 struct src_rsc_ctrl_blk *ctl = blk; in src_set_vo() local [all …]
|
/Linux-v4.19/drivers/irqchip/ |
D | irq-meson-gpio.c | 87 static void meson_gpio_irq_update_bits(struct meson_gpio_irq_controller *ctl, in meson_gpio_irq_update_bits() 104 meson_gpio_irq_request_channel(struct meson_gpio_irq_controller *ctl, in meson_gpio_irq_request_channel() 149 meson_gpio_irq_get_channel_idx(struct meson_gpio_irq_controller *ctl, in meson_gpio_irq_get_channel_idx() 156 meson_gpio_irq_release_channel(struct meson_gpio_irq_controller *ctl, in meson_gpio_irq_release_channel() 165 static int meson_gpio_irq_type_setup(struct meson_gpio_irq_controller *ctl, in meson_gpio_irq_type_setup() 222 struct meson_gpio_irq_controller *ctl = data->domain->host_data; in meson_gpio_irq_set_type() local 283 struct meson_gpio_irq_controller *ctl = domain->host_data; in meson_gpio_irq_domain_alloc() local 318 struct meson_gpio_irq_controller *ctl = domain->host_data; in meson_gpio_irq_domain_free() local 340 struct meson_gpio_irq_controller *ctl) in meson_gpio_irq_parse_dt() 370 struct meson_gpio_irq_controller *ctl; in meson_gpio_irq_of_init() local
|
/Linux-v4.19/net/sctp/ |
D | sysctl.c | 336 static int proc_sctp_do_hmac_alg(struct ctl_table *ctl, int write, in proc_sctp_do_hmac_alg() 382 static int proc_sctp_do_rto_min(struct ctl_table *ctl, int write, in proc_sctp_do_rto_min() 411 static int proc_sctp_do_rto_max(struct ctl_table *ctl, int write, in proc_sctp_do_rto_max() 440 static int proc_sctp_do_alpha_beta(struct ctl_table *ctl, int write, in proc_sctp_do_alpha_beta() 451 static int proc_sctp_do_auth(struct ctl_table *ctl, int write, in proc_sctp_do_auth()
|
/Linux-v4.19/drivers/net/wan/lmc/ |
D | lmc_media.c | 194 lmc_hssi_set_status (lmc_softc_t * const sc, lmc_ctl_t * ctl) in lmc_hssi_set_status() 339 lmc_ds3_set_status (lmc_softc_t * const sc, lmc_ctl_t * ctl) in lmc_ds3_set_status() 576 lmc_ssi_set_status (lmc_softc_t * const sc, lmc_ctl_t * ctl) in lmc_ssi_set_status() 636 lmc_ssi_set_speed (lmc_softc_t * const sc, lmc_ctl_t * ctl) in lmc_ssi_set_speed() 993 lmc_t1_set_status (lmc_softc_t * const sc, lmc_ctl_t * ctl) in lmc_t1_set_status() 1208 lmc_set_protocol (lmc_softc_t * const sc, lmc_ctl_t * ctl) in lmc_set_protocol()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb/ |
D | mv88e1xxx.c | 50 u32 ctl; in mv88e1xxx_reset() local 127 u32 ctl; in mv88e1xxx_set_speed_duplex() local 163 u32 ctl; in mv88e1xxx_autoneg_enable() local 176 u32 ctl; in mv88e1xxx_autoneg_disable() local
|
/Linux-v4.19/drivers/net/wireless/broadcom/b43/ |
D | pio.c | 331 u16 ctl, in tx_write_2byte_queue() 368 u16 ctl; in pio_tx_frame_2byte_queue() local 384 u32 ctl, in tx_write_4byte_queue() 438 u32 ctl; in pio_tx_frame_4byte_queue() local 636 u32 ctl; in pio_rx_frame() local 650 u16 ctl; in pio_rx_frame() local
|
/Linux-v4.19/drivers/watchdog/ |
D | via_wdt.c | 77 unsigned int ctl = readl(wdt_mem); in wdt_reset() local 110 unsigned int ctl = readl(wdt_mem); in wdt_start() local 121 unsigned int ctl = readl(wdt_mem); in wdt_stop() local
|
/Linux-v4.19/fs/xfs/ |
D | xfs_sysctl.c | 17 struct ctl_table *ctl, in xfs_stats_clear_proc_handler() 37 struct ctl_table *ctl, in xfs_panic_mask_proc_handler()
|
/Linux-v4.19/sound/pci/emu10k1/ |
D | emufx.c | 319 struct snd_emu10k1_fx8010_ctl *ctl = in snd_emu10k1_gpr_ctl_info() local 335 struct snd_emu10k1_fx8010_ctl *ctl = in snd_emu10k1_gpr_ctl_get() local 350 struct snd_emu10k1_fx8010_ctl *ctl = in snd_emu10k1_gpr_ctl_put() local 646 struct snd_emu10k1_fx8010_ctl *ctl; in snd_emu10k1_look_for_ctl() local 784 struct snd_emu10k1_fx8010_ctl *ctl; in snd_emu10k1_ctl_private_free() local 799 struct snd_emu10k1_fx8010_ctl *ctl, *nctl; in snd_emu10k1_add_controls() local 894 struct snd_emu10k1_fx8010_ctl *ctl; in snd_emu10k1_del_controls() local 918 struct snd_emu10k1_fx8010_ctl *ctl; in snd_emu10k1_list_controls() local 1102 snd_emu10k1_init_mono_control(struct snd_emu10k1_fx8010_control_gpr *ctl, in snd_emu10k1_init_mono_control() 1123 snd_emu10k1_init_stereo_control(struct snd_emu10k1_fx8010_control_gpr *ctl, in snd_emu10k1_init_stereo_control() [all …]
|
/Linux-v4.19/sound/core/ |
D | control.c | 54 struct snd_ctl_file *ctl; in snd_ctl_open() local 104 static void snd_ctl_empty_read_queue(struct snd_ctl_file * ctl) in snd_ctl_empty_read_queue() 122 struct snd_ctl_file *ctl; in snd_ctl_release() local 160 struct snd_ctl_file *ctl; in snd_ctl_notify() local 723 static int snd_ctl_card_info(struct snd_card *card, struct snd_ctl_file * ctl, in snd_ctl_card_info() 822 static int snd_ctl_elem_info(struct snd_ctl_file *ctl, in snd_ctl_elem_info() 860 static int snd_ctl_elem_info_user(struct snd_ctl_file *ctl, in snd_ctl_elem_info_user() 1539 struct snd_ctl_file *ctl; in snd_ctl_ioctl() local 1615 struct snd_ctl_file *ctl; in snd_ctl_read() local 1673 struct snd_ctl_file *ctl; in snd_ctl_poll() local [all …]
|
/Linux-v4.19/drivers/net/ |
D | sungem_phy.c | 315 u16 ctl, adv; in genmii_setup_aneg() local 346 u16 ctl; in genmii_setup_forced() local 470 u16 ctl, adv; in bcm54xx_setup_aneg() local 514 u16 ctl; in bcm54xx_setup_forced() local 746 u16 ctl, adv; in marvell_setup_aneg() local 797 u16 ctl, ctl2; in marvell_setup_forced() local
|
/Linux-v4.19/drivers/char/hw_random/ |
D | octeon-rng.c | 30 union cvmx_rnm_ctl_status ctl; in octeon_rng_init() local 42 union cvmx_rnm_ctl_status ctl; in octeon_rng_cleanup() local
|
/Linux-v4.19/sound/soc/kirkwood/ |
D | kirkwood-i2s.c | 223 static unsigned kirkwood_i2s_play_mute(unsigned ctl) in kirkwood_i2s_play_mute() 237 uint32_t ctl, value; in kirkwood_i2s_play_trigger() local 324 uint32_t ctl, value; in kirkwood_i2s_rec_trigger() local
|
/Linux-v4.19/arch/x86/include/asm/ |
D | gart.h | 64 u32 ctl; in gart_set_size_and_enable() local 77 u32 tmp, ctl; in enable_gart_translation() local
|