Home
last modified time | relevance | path

Searched defs:ctl (Results 26 – 50 of 460) sorted by relevance

12345678910>>...19

/openbmc/linux/sound/pci/emu10k1/
H A Demufx.c335 struct snd_emu10k1_fx8010_ctl *ctl = in snd_emu10k1_gpr_ctl_info() local
350 struct snd_emu10k1_fx8010_ctl *ctl = in snd_emu10k1_gpr_ctl_get() local
362 struct snd_emu10k1_fx8010_ctl *ctl = in snd_emu10k1_gpr_ctl_put() local
667 struct snd_emu10k1_fx8010_ctl *ctl; in snd_emu10k1_look_for_ctl() local
849 struct snd_emu10k1_fx8010_ctl *ctl; in snd_emu10k1_ctl_private_free() local
865 struct snd_emu10k1_fx8010_ctl *ctl, *nctl; in snd_emu10k1_add_controls() local
962 struct snd_emu10k1_fx8010_ctl *ctl; in snd_emu10k1_del_controls() local
984 struct snd_emu10k1_fx8010_ctl *ctl; in snd_emu10k1_list_controls() local
1194 #define snd_emu10k1_init_mono_control(ctl, name, gpr, defval) \ argument
1299 struct snd_emu10k1_fx8010_control_gpr *controls = NULL, *ctl; in _snd_emu10k1_audigy_init_efx() local
[all …]
/openbmc/linux/drivers/watchdog/
H A Dvia_wdt.c77 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
/openbmc/linux/fs/btrfs/tests/
H A Dfree-space-tests.c325 static bool test_use_bitmap(struct btrfs_free_space_ctl *ctl, in test_use_bitmap()
827 static bool bytes_index_use_bitmap(struct btrfs_free_space_ctl *ctl, in bytes_index_use_bitmap()
839 struct btrfs_free_space_ctl *ctl = cache->free_space_ctl; in test_bytes_index() local
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_encoder.c135 struct mdp5_ctl *ctl = mdp5_encoder->ctl; in mdp5_vid_encoder_disable() local
169 struct mdp5_ctl *ctl = mdp5_encoder->ctl; in mdp5_vid_encoder_enable() local
234 struct mdp5_ctl *ctl = mdp5_encoder->ctl; in mdp5_encoder_atomic_check() local
339 struct mdp5_ctl *ctl) in mdp5_encoder_init()
/openbmc/linux/drivers/net/
H A Dsungem_phy.c312 u16 ctl, adv; in genmii_setup_aneg() local
343 u16 ctl; in genmii_setup_forced() local
468 u16 ctl, adv; in bcm54xx_setup_aneg() local
512 u16 ctl; in bcm54xx_setup_forced() local
744 u16 ctl, adv; in marvell_setup_aneg() local
795 u16 ctl, ctl2; in marvell_setup_forced() local
/openbmc/linux/drivers/char/hw_random/
H A Docteon-rng.c30 union cvmx_rnm_ctl_status ctl; in octeon_rng_init() local
42 union cvmx_rnm_ctl_status ctl; in octeon_rng_cleanup() local
H A Dpasemi-rng.c58 u32 ctl; in pasemi_rng_init() local
70 u32 ctl; in pasemi_rng_cleanup() local
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dwatchdog.h24 u32 ctl; /* 0x00 */ member
38 u32 ctl; /* 0x10 */ member
/openbmc/linux/arch/s390/appldata/
H A Dappldata_base.c203 appldata_timer_handler(struct ctl_table *ctl, int write, in appldata_timer_handler()
236 appldata_interval_handler(struct ctl_table *ctl, int write, in appldata_interval_handler()
266 appldata_generic_handler(struct ctl_table *ctl, int write, in appldata_generic_handler()
/openbmc/linux/drivers/thunderbolt/
H A Dxdomain.c135 static int __tb_xdomain_response(struct tb_ctl *ctl, const void *response, in __tb_xdomain_response()
172 static int __tb_xdomain_request(struct tb_ctl *ctl, const void *request, in __tb_xdomain_request()
263 static int tb_xdp_uuid_request(struct tb_ctl *ctl, u64 route, int retry, in tb_xdp_uuid_request()
292 static int tb_xdp_uuid_response(struct tb_ctl *ctl, u64 route, u8 sequence, in tb_xdp_uuid_response()
309 static int tb_xdp_error_response(struct tb_ctl *ctl, u64 route, u8 sequence, in tb_xdp_error_response()
323 static int tb_xdp_properties_request(struct tb_ctl *ctl, u64 route, in tb_xdp_properties_request()
414 static int tb_xdp_properties_response(struct tb *tb, struct tb_ctl *ctl, in tb_xdp_properties_response()
468 static int tb_xdp_properties_changed_request(struct tb_ctl *ctl, u64 route, in tb_xdp_properties_changed_request()
503 static int tb_xdp_link_state_status_request(struct tb_ctl *ctl, u64 route, in tb_xdp_link_state_status_request()
566 static int tb_xdp_link_state_change_request(struct tb_ctl *ctl, u64 route, in tb_xdp_link_state_change_request()
[all …]
H A Deeprom.c18 static int tb_eeprom_ctl_write(struct tb_switch *sw, struct tb_eeprom_ctl *ctl) in tb_eeprom_ctl_write()
26 static int tb_eeprom_ctl_read(struct tb_switch *sw, struct tb_eeprom_ctl *ctl) in tb_eeprom_ctl_read()
44 struct tb_eeprom_ctl ctl; in tb_eeprom_active() local
71 static int tb_eeprom_transfer(struct tb_switch *sw, struct tb_eeprom_ctl *ctl, in tb_eeprom_transfer()
98 struct tb_eeprom_ctl ctl; in tb_eeprom_out() local
118 struct tb_eeprom_ctl ctl; in tb_eeprom_in() local
/openbmc/u-boot/drivers/ram/stm32mp1/
H A Dstm32mp1_ddr.c281 static void start_sw_done(struct stm32mp1_ddrctl *ctl) in start_sw_done()
287 static void wait_sw_done_ack(struct stm32mp1_ddrctl *ctl) in wait_sw_done_ack()
335 void stm32mp1_refresh_disable(struct stm32mp1_ddrctl *ctl) in stm32mp1_refresh_disable()
345 void stm32mp1_refresh_restore(struct stm32mp1_ddrctl *ctl, in stm32mp1_refresh_restore()
/openbmc/linux/arch/x86/include/asm/
H A Dgart.h63 u32 ctl; in gart_set_size_and_enable() local
76 u32 tmp, ctl; in enable_gart_translation() local
/openbmc/linux/sound/firewire/
H A Disight.c465 static int isight_gain_info(struct snd_kcontrol *ctl, in isight_gain_info()
478 static int isight_gain_get(struct snd_kcontrol *ctl, in isight_gain_get()
494 static int isight_gain_put(struct snd_kcontrol *ctl, in isight_gain_put()
507 static int isight_mute_get(struct snd_kcontrol *ctl, in isight_mute_get()
523 static int isight_mute_put(struct snd_kcontrol *ctl, in isight_mute_put()
551 struct snd_kcontrol *ctl; in isight_create_mixer() local
/openbmc/linux/drivers/clk/ingenic/
H A Dcgu.c88 u32 ctl; in ingenic_pll_recalc_rate() local
190 u32 ctl; in ingenic_pll_check_stable() local
211 u32 ctl; in ingenic_pll_set_rate() local
255 u32 ctl; in ingenic_pll_enable() local
288 u32 ctl; in ingenic_pll_disable() local
308 u32 ctl; in ingenic_pll_is_enabled() local
/openbmc/linux/sound/pci/oxygen/
H A Dxonar_lib.c91 int xonar_gpio_bit_switch_get(struct snd_kcontrol *ctl, in xonar_gpio_bit_switch_get()
103 int xonar_gpio_bit_switch_put(struct snd_kcontrol *ctl, in xonar_gpio_bit_switch_put()
/openbmc/linux/arch/alpha/kernel/
H A Dsys_marvel.c73 volatile unsigned long *ctl; in io7_get_irq_ctl() local
107 volatile unsigned long *ctl; in io7_enable_irq() local
128 volatile unsigned long *ctl; in io7_disable_irq() local
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-milbeaut.c89 u32 ctl; in sdhci_milbeaut_reset() local
179 u32 ctl; in sdhci_milbeaut_vendor_init() local
214 u16 ctl; in sdhci_milbeaut_init() local
/openbmc/linux/sound/core/
H A Dcontrol.c49 struct snd_ctl_file *ctl; in snd_ctl_open() local
99 static void snd_ctl_empty_read_queue(struct snd_ctl_file * ctl) in snd_ctl_empty_read_queue()
117 struct snd_ctl_file *ctl; in snd_ctl_release() local
156 struct snd_ctl_file *ctl; in snd_ctl_notify() local
1202 struct snd_ctl_file *ctl) in __snd_ctl_elem_info()
1236 static int snd_ctl_elem_info(struct snd_ctl_file *ctl, in snd_ctl_elem_info()
2006 struct snd_ctl_file *ctl; in snd_ctl_ioctl() local
2078 struct snd_ctl_file *ctl; in snd_ctl_read() local
2136 struct snd_ctl_file *ctl; in snd_ctl_poll() local
2250 struct snd_ctl_file *ctl; in snd_ctl_fasync() local
[all …]
/openbmc/linux/drivers/i2c/busses/
H A Di2c-icy.c63 static void icy_pcf_setpcf(void *data, int ctl, int val) in icy_pcf_setpcf()
72 static int icy_pcf_getpcf(void *data, int ctl) in icy_pcf_getpcf()
H A Di2c-elektor.c58 static void pcf_isa_setbyte(void *data, int ctl, int val) in pcf_isa_setbyte()
75 static int pcf_isa_getbyte(void *data, int ctl) in pcf_isa_getbyte()
/openbmc/linux/sound/soc/kirkwood/
H A Dkirkwood-i2s.c338 static unsigned kirkwood_i2s_play_mute(unsigned ctl) in kirkwood_i2s_play_mute()
352 uint32_t ctl, value; in kirkwood_i2s_play_trigger() local
439 uint32_t ctl, value; in kirkwood_i2s_rec_trigger() local
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dleds.c26 u16 ctl; in b43legacy_led_turn_on() local
43 u16 ctl; in b43legacy_led_turn_off() local
/openbmc/ipmitool/lib/
H A Dipmi_chassis.c87 ipmi_chassis_power_control(struct ipmi_intf * intf, uint8_t ctl) in ipmi_chassis_power_control()
1105 uint8_t ctl = 0; in ipmi_power_main() local
1168 uint8_t ctl = 0; in ipmi_chassis_main() local
1224 uint8_t ctl; in ipmi_chassis_main() local
/openbmc/u-boot/cmd/
H A Duniverse.c122 unsigned int ctl = 0; in universe_pci_slave_window() local
219 unsigned int ctl = 0; in universe_vme_slave_window() local

12345678910>>...19