| /linux/drivers/net/dsa/mv88e6xxx/ |
| H A D | global1.c | 16 int mv88e6xxx_g1_read(struct mv88e6xxx_chip *chip, int reg, u16 *val) in mv88e6xxx_g1_read() 23 int mv88e6xxx_g1_write(struct mv88e6xxx_chip *chip, int reg, u16 val) in mv88e6xxx_g1_write() 30 int mv88e6xxx_g1_wait_bit(struct mv88e6xxx_chip *chip, int reg, int in mv88e6xxx_g1_wait_bit() 37 int mv88e6xxx_g1_wait_mask(struct mv88e6xxx_chip *chip, int reg, in mv88e6xxx_g1_wait_mask() 46 static int mv88e6185_g1_wait_ppu_disabled(struct mv88e6xxx_chip *chip) in mv88e6185_g1_wait_ppu_disabled() 53 static int mv88e6185_g1_wait_ppu_polling(struct mv88e6xxx_chip *chip) in mv88e6185_g1_wait_ppu_polling() 60 static int mv88e6352_g1_wait_ppu_polling(struct mv88e6xxx_chip *chip) in mv88e6352_g1_wait_ppu_polling() 67 static int mv88e6xxx_g1_wait_init_ready(struct mv88e6xxx_chip *chip) in mv88e6xxx_g1_wait_init_ready() 78 static int mv88e6250_g1_eeprom_reload(struct mv88e6xxx_chip *chip) in mv88e6250_g1_eeprom_reload() 99 static int mv88e6xxx_g1_is_eeprom_done(struct mv88e6xxx_chip *chip) in mv88e6xxx_g1_is_eeprom_done() [all …]
|
| H A D | global2.c | 19 int mv88e6xxx_g2_read(struct mv88e6xxx_chip *chip, int reg, u16 *val) in mv88e6xxx_g2_read() 24 int mv88e6xxx_g2_write(struct mv88e6xxx_chip *chip, int reg, u16 val) in mv88e6xxx_g2_write() 29 int mv88e6xxx_g2_wait_bit(struct mv88e6xxx_chip *chip, int reg, int in mv88e6xxx_g2_wait_bit() 38 static int mv88e6xxx_g2_int_source(struct mv88e6xxx_chip *chip, u16 *src) in mv88e6xxx_g2_int_source() 46 static int mv88e6xxx_g2_int_mask(struct mv88e6xxx_chip *chip, u16 mask) in mv88e6xxx_g2_int_mask() 53 static int mv88e6xxx_g2_mgmt_enable_2x(struct mv88e6xxx_chip *chip, u16 en2x) in mv88e6xxx_g2_mgmt_enable_2x() 60 static int mv88e6xxx_g2_mgmt_enable_0x(struct mv88e6xxx_chip *chip, u16 en0x) in mv88e6xxx_g2_mgmt_enable_0x() 67 static int mv88e6xxx_g2_switch_mgmt_rsvd2cpu(struct mv88e6xxx_chip *chip, in mv88e6xxx_g2_switch_mgmt_rsvd2cpu() 85 int mv88e6185_g2_mgmt_rsvd2cpu(struct mv88e6xxx_chip *chip) in mv88e6185_g2_mgmt_rsvd2cpu() 99 int mv88e6352_g2_mgmt_rsvd2cpu(struct mv88e6xxx_chip *chip) in mv88e6352_g2_mgmt_rsvd2cpu() [all …]
|
| H A D | phy.c | 16 int mv88e6165_phy_read(struct mv88e6xxx_chip *chip, struct mii_bus *bus, in mv88e6165_phy_read() 22 int mv88e6165_phy_write(struct mv88e6xxx_chip *chip, struct mii_bus *bus, in mv88e6165_phy_write() 28 int mv88e6xxx_phy_read(struct mv88e6xxx_chip *chip, int phy, int reg, u16 *val) in mv88e6xxx_phy_read() 43 int mv88e6xxx_phy_write(struct mv88e6xxx_chip *chip, int phy, int reg, u16 val) in mv88e6xxx_phy_write() 58 int mv88e6xxx_phy_read_c45(struct mv88e6xxx_chip *chip, int phy, int devad, in mv88e6xxx_phy_read_c45() 74 int mv88e6xxx_phy_write_c45(struct mv88e6xxx_chip *chip, int phy, int devad, in mv88e6xxx_phy_write_c45() 90 static int mv88e6xxx_phy_page_get(struct mv88e6xxx_chip *chip, int phy, u8 page) in mv88e6xxx_phy_page_get() 95 static void mv88e6xxx_phy_page_put(struct mv88e6xxx_chip *chip, int phy) in mv88e6xxx_phy_page_put() 111 int mv88e6xxx_phy_page_read(struct mv88e6xxx_chip *chip, int phy, in mv88e6xxx_phy_page_read() 129 int mv88e6xxx_phy_page_write(struct mv88e6xxx_chip *chip, int phy, in mv88e6xxx_phy_page_write() [all …]
|
| H A D | global1_atu.c | 20 static int mv88e6xxx_g1_atu_fid_write(struct mv88e6xxx_chip *chip, u16 fid) in mv88e6xxx_g1_atu_fid_write() 27 int mv88e6xxx_g1_atu_set_learn2all(struct mv88e6xxx_chip *chip, bool learn2all) in mv88e6xxx_g1_atu_set_learn2all() 44 int mv88e6xxx_g1_atu_set_age_time(struct mv88e6xxx_chip *chip, in mv88e6xxx_g1_atu_set_age_time() 78 int mv88e6165_g1_atu_get_hash(struct mv88e6xxx_chip *chip, u8 *hash) in mv88e6165_g1_atu_get_hash() 92 int mv88e6165_g1_atu_set_hash(struct mv88e6xxx_chip *chip, u8 hash) in mv88e6165_g1_atu_set_hash() 112 static int mv88e6xxx_g1_atu_op_wait(struct mv88e6xxx_chip *chip) in mv88e6xxx_g1_atu_op_wait() 119 static int mv88e6xxx_g1_read_atu_violation(struct mv88e6xxx_chip *chip) in mv88e6xxx_g1_read_atu_violation() 132 static int mv88e6xxx_g1_atu_op(struct mv88e6xxx_chip *chip, u16 fid, u16 op) in mv88e6xxx_g1_atu_op() 172 int mv88e6xxx_g1_atu_get_next(struct mv88e6xxx_chip *chip, u16 fid) in mv88e6xxx_g1_atu_get_next() 177 static int mv88e6xxx_g1_atu_fid_read(struct mv88e6xxx_chip *chip, u16 *fid) in mv88e6xxx_g1_atu_fid_read() [all …]
|
| H A D | global2_avb.c | 32 static int mv88e6xxx_g2_avb_wait(struct mv88e6xxx_chip *chip) in mv88e6xxx_g2_avb_wait() 39 static int mv88e6xxx_g2_avb_read(struct mv88e6xxx_chip *chip, u16 readop, in mv88e6xxx_g2_avb_read() 73 static int mv88e6xxx_g2_avb_write(struct mv88e6xxx_chip *chip, u16 writeop, in mv88e6xxx_g2_avb_write() 92 static int mv88e6352_g2_avb_port_ptp_read(struct mv88e6xxx_chip *chip, in mv88e6352_g2_avb_port_ptp_read() 104 static int mv88e6352_g2_avb_port_ptp_write(struct mv88e6xxx_chip *chip, in mv88e6352_g2_avb_port_ptp_write() 113 static int mv88e6352_g2_avb_ptp_read(struct mv88e6xxx_chip *chip, int addr, in mv88e6352_g2_avb_ptp_read() 121 static int mv88e6352_g2_avb_ptp_write(struct mv88e6xxx_chip *chip, int addr, in mv88e6352_g2_avb_ptp_write() 129 static int mv88e6352_g2_avb_tai_read(struct mv88e6xxx_chip *chip, int addr, in mv88e6352_g2_avb_tai_read() 137 static int mv88e6352_g2_avb_tai_write(struct mv88e6xxx_chip *chip, int addr, in mv88e6352_g2_avb_tai_write() 154 static int mv88e6165_g2_avb_tai_read(struct mv88e6xxx_chip *chip, int addr, in mv88e6165_g2_avb_tai_read() [all …]
|
| /linux/drivers/net/wireless/zydas/zd1211rw/ |
| H A D | zd_chip.c | 22 void zd_chip_init(struct zd_chip *chip, in zd_chip_init() 32 void zd_chip_clear(struct zd_chip *chip) in zd_chip_clear() 41 static int scnprint_mac_oui(struct zd_chip *chip, char *buffer, size_t size) in scnprint_mac_oui() 48 static int scnprint_id(struct zd_chip *chip, char *buffer, size_t size) in scnprint_id() 68 static void print_id(struct zd_chip *chip) in print_id() 92 int zd_ioread32v_locked(struct zd_chip *chip, u32 *values, const zd_addr_t *addr, in zd_ioread32v_locked() 131 static int _zd_iowrite32v_async_locked(struct zd_chip *chip, in _zd_iowrite32v_async_locked() 170 int _zd_iowrite32v_locked(struct zd_chip *chip, const struct zd_ioreq32 *ioreqs, in _zd_iowrite32v_locked() 184 int zd_iowrite16a_locked(struct zd_chip *chip, in zd_iowrite16a_locked() 222 int zd_iowrite32a_locked(struct zd_chip *chip, in zd_iowrite32a_locked() [all …]
|
| /linux/drivers/char/tpm/ |
| H A D | tpm-chip.c | 40 static int tpm_request_locality(struct tpm_chip *chip) in tpm_request_locality() 55 static void tpm_relinquish_locality(struct tpm_chip *chip) in tpm_relinquish_locality() 69 static int tpm_cmd_ready(struct tpm_chip *chip) in tpm_cmd_ready() 77 static int tpm_go_idle(struct tpm_chip *chip) in tpm_go_idle() 85 static void tpm_clk_enable(struct tpm_chip *chip) in tpm_clk_enable() 91 static void tpm_clk_disable(struct tpm_chip *chip) in tpm_clk_disable() 105 int tpm_chip_start(struct tpm_chip *chip) in tpm_chip_start() 138 void tpm_chip_stop(struct tpm_chip *chip) in tpm_chip_stop() 157 int tpm_try_get_ops(struct tpm_chip *chip) in tpm_try_get_ops() 197 void tpm_put_ops(struct tpm_chip *chip) in tpm_put_ops() [all …]
|
| H A D | tpm_tis_core.c | 35 static bool wait_for_tpm_stat_cond(struct tpm_chip *chip, u8 mask, in wait_for_tpm_stat_cond() argument 64 static int wait_for_tpm_stat(struct tpm_chip *chip, u8 mask, in wait_for_tpm_stat() argument 130 wait_startup(struct tpm_chip * chip,int l) wait_startup() argument 150 check_locality(struct tpm_chip * chip,int l) check_locality() argument 177 tpm_tis_relinquish_locality(struct tpm_chip * chip,int l) tpm_tis_relinquish_locality() argument 190 __tpm_tis_request_locality(struct tpm_chip * chip,int l) __tpm_tis_request_locality() argument 231 tpm_tis_request_locality(struct tpm_chip * chip,int l) tpm_tis_request_locality() argument 245 tpm_tis_status(struct tpm_chip * chip) tpm_tis_status() argument 279 tpm_tis_ready(struct tpm_chip * chip) tpm_tis_ready() argument 287 get_burstcount(struct tpm_chip * chip) get_burstcount() argument 312 recv_data(struct tpm_chip * chip,u8 * buf,size_t count) recv_data() argument 341 tpm_tis_try_recv(struct tpm_chip * chip,u8 * buf,size_t count) tpm_tis_try_recv() argument 398 tpm_tis_recv(struct tpm_chip * chip,u8 * buf,size_t count) tpm_tis_recv() argument 430 tpm_tis_send_data(struct tpm_chip * chip,const u8 * buf,size_t len) tpm_tis_send_data() argument 514 __tpm_tis_disable_interrupts(struct tpm_chip * chip) __tpm_tis_disable_interrupts() argument 526 tpm_tis_disable_interrupts(struct tpm_chip * chip) tpm_tis_disable_interrupts() argument 544 tpm_tis_send_main(struct tpm_chip * chip,const u8 * buf,size_t len) tpm_tis_send_main() argument 591 tpm_tis_send(struct tpm_chip * chip,u8 * buf,size_t bufsiz,size_t len) tpm_tis_send() argument 629 tpm_tis_update_durations(struct tpm_chip * chip,unsigned long * duration_cap) tpm_tis_update_durations() argument 705 tpm_tis_update_timeouts(struct tpm_chip * chip,unsigned long * timeout_cap) tpm_tis_update_timeouts() argument 744 probe_itpm(struct tpm_chip * chip) probe_itpm() argument 792 tpm_tis_req_canceled(struct tpm_chip * chip,u8 status) tpm_tis_req_canceled() argument 811 tpm_tis_revert_interrupts(struct tpm_chip * chip) tpm_tis_revert_interrupts() argument 841 tpm_tis_update_unhandled_irqs(struct tpm_chip * chip) tpm_tis_update_unhandled_irqs() argument 864 struct tpm_chip *chip = dev_id; tis_int_handler() local 899 tpm_tis_gen_interrupt(struct tpm_chip * chip) tpm_tis_gen_interrupt() argument 920 struct tpm_chip *chip = priv->chip; tpm_tis_free_irq_func() local 930 tpm_tis_probe_irq_single(struct tpm_chip * chip,u32 intmask,int flags,int irq) tpm_tis_probe_irq_single() argument 1003 tpm_tis_probe_irq(struct tpm_chip * chip,u32 intmask) tpm_tis_probe_irq() argument 1025 tpm_tis_remove(struct tpm_chip * chip) tpm_tis_remove() argument 1058 tpm_tis_clkrun_enable(struct tpm_chip * chip,bool value) tpm_tis_clkrun_enable() argument 1124 struct tpm_chip *chip; tpm_tis_core_init() local 1328 tpm_tis_reenable_interrupts(struct tpm_chip * chip) tpm_tis_reenable_interrupts() argument 1352 struct tpm_chip *chip = dev_get_drvdata(dev); tpm_tis_resume() local [all...] |
| H A D | tpm-interface.c | 52 unsigned long tpm_calc_ordinal_duration(struct tpm_chip *chip, u32 ordinal) in tpm_calc_ordinal_duration() 61 static void tpm_chip_cancel(struct tpm_chip *chip) in tpm_chip_cancel() 69 static u8 tpm_chip_status(struct tpm_chip *chip) in tpm_chip_status() 77 static bool tpm_chip_req_canceled(struct tpm_chip *chip, u8 status) in tpm_chip_req_canceled() 85 static bool tpm_transmit_completed(u8 status, struct tpm_chip *chip) in tpm_transmit_completed() 92 static ssize_t tpm_try_transmit(struct tpm_chip *chip, void *buf, size_t bufsiz) in tpm_try_transmit() 204 ssize_t tpm_transmit(struct tpm_chip *chip, u8 *buf, size_t bufsiz) in tpm_transmit() 264 ssize_t tpm_transmit_cmd(struct tpm_chip *chip, struct tpm_buf *buf, in tpm_transmit_cmd() 291 int tpm_get_timeouts(struct tpm_chip *chip) in tpm_get_timeouts() 312 int tpm_is_tpm2(struct tpm_chip *chip) in tpm_is_tpm2() [all …]
|
| /linux/sound/pci/echoaudio/ |
| H A D | echoaudio_dsp.c | 27 static int wait_handshake(struct echoaudio *chip) in wait_handshake() 51 static int send_vector(struct echoaudio *chip, u32 command) in send_vector() 76 static int write_dsp(struct echoaudio *chip, u32 data) in write_dsp() 100 static int read_dsp(struct echoaudio *chip, u32 *data) in read_dsp() 130 static int read_sn(struct echoaudio *chip) in read_sn() 152 static inline int check_asic_status(struct echoaudio *chip) in check_asic_status() 165 static int load_asic_generic(struct echoaudio *chip, u32 cmd, short asic) in load_asic_generic() 212 static int install_resident_loader(struct echoaudio *chip) in install_resident_loader() 320 static int load_dsp(struct echoaudio *chip, u16 *code) in load_dsp() 474 static int load_firmware(struct echoaudio *chip) in load_firmware() [all …]
|
| H A D | echoaudio.c | 33 struct echoaudio *chip, const short fw_index) in get_firmware() 61 struct echoaudio *chip) in free_firmware() 68 static void free_firmware_cache(struct echoaudio *chip) in free_firmware_cache() 236 struct echoaudio *chip = rule->private; in hw_rule_sample_rate() local 257 struct echoaudio *chip; in pcm_open() local 351 struct echoaudio *chip = snd_pcm_substream_chip(substream); in pcm_analog_in_open() local 378 struct echoaudio *chip = snd_pcm_substream_chip(substream); in pcm_analog_out_open() local 413 struct echoaudio *chip = snd_pcm_substream_chip(substream); in pcm_digital_in_open() local 450 struct echoaudio *chip = snd_pcm_substream_chip(substream); in pcm_digital_out_open() local 491 struct echoaudio *chip = snd_pcm_substream_chip(substream); in pcm_close() local [all …]
|
| /linux/sound/ppc/ |
| H A D | pmac.c | 50 static int snd_pmac_dbdma_alloc(struct snd_pmac *chip, struct pmac_dbdma *rec, int size) in snd_pmac_dbdma_alloc() 66 static void snd_pmac_dbdma_free(struct snd_pmac *chip, struct pmac_dbdma *rec) in snd_pmac_dbdma_free() 84 unsigned int snd_pmac_rate_index(struct snd_pmac *chip, struct pmac_stream *rec, unsigned int rate) in snd_pmac_rate_index() 113 static struct pmac_stream *snd_pmac_get_stream(struct snd_pmac *chip, int stream) in snd_pmac_get_stream() 141 static void snd_pmac_pcm_set_format(struct snd_pmac *chip) in snd_pmac_pcm_set_format() 179 static int snd_pmac_pcm_prepare(struct snd_pmac *chip, struct pmac_stream *rec, struct snd_pcm_subs… in snd_pmac_pcm_prepare() 243 static int snd_pmac_pcm_trigger(struct snd_pmac *chip, struct pmac_stream *rec, in snd_pmac_pcm_trigger() 289 static snd_pcm_uframes_t snd_pmac_pcm_pointer(struct snd_pmac *chip, in snd_pmac_pcm_pointer() 315 struct snd_pmac *chip = snd_pcm_substream_chip(subs); in snd_pmac_playback_prepare() local 322 struct snd_pmac *chip = snd_pcm_substream_chip(subs); in snd_pmac_playback_trigger() local [all …]
|
| /linux/sound/pci/cs46xx/ |
| H A D | cs46xx_lib.c | 74 static unsigned short snd_cs46xx_codec_read(struct snd_cs46xx *chip, in snd_cs46xx_codec_read() 204 struct snd_cs46xx *chip = ac97->private_data; in snd_cs46xx_ac97_read() local 218 static void snd_cs46xx_codec_write(struct snd_cs46xx *chip, in snd_cs46xx_codec_write() 289 struct snd_cs46xx *chip = ac97->private_data; in snd_cs46xx_ac97_write() local 304 int snd_cs46xx_download(struct snd_cs46xx *chip, in snd_cs46xx_download() 382 static int load_firmware(struct snd_cs46xx *chip, in load_firmware() 468 int snd_cs46xx_clear_BA1(struct snd_cs46xx *chip, in snd_cs46xx_clear_BA1() 501 static int load_firmware(struct snd_cs46xx *chip) in load_firmware() 534 static __maybe_unused int snd_cs46xx_download_image(struct snd_cs46xx *chip) in snd_cs46xx_download_image() 557 static void snd_cs46xx_reset(struct snd_cs46xx *chip) in snd_cs46xx_reset() [all …]
|
| H A D | dsp_spos_scb_lib.c | 27 struct snd_cs46xx *chip; member 30 static void remove_symbol (struct snd_cs46xx * chip, struct dsp_symbol_entry * symbol) in remove_symbol() 62 struct snd_cs46xx *chip = scb_info->chip; in cs46xx_dsp_proc_scb_info_read() local 97 static void _dsp_unlink_scb (struct snd_cs46xx *chip, struct dsp_scb_descriptor * scb) in _dsp_unlink_scb() 147 static void _dsp_clear_sample_buffer (struct snd_cs46xx *chip, u32 sample_buffer_addr, in _dsp_clear_sample_buffer() 159 void cs46xx_dsp_remove_scb (struct snd_cs46xx *chip, struct dsp_scb_descriptor * scb) in cs46xx_dsp_remove_scb() 210 struct snd_cs46xx *chip = scb_info->chip; in cs46xx_dsp_proc_free_scb_desc() local 223 void cs46xx_dsp_proc_register_scb_desc (struct snd_cs46xx *chip, in cs46xx_dsp_proc_register_scb_desc() 256 _dsp_create_generic_scb (struct snd_cs46xx *chip, char * name, u32 * scb_data, u32 dest, in _dsp_create_generic_scb() 330 cs46xx_dsp_create_generic_scb (struct snd_cs46xx *chip, char * name, u32 * scb_data, in cs46xx_dsp_create_generic_scb() [all …]
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | nand_legacy.c | 28 static uint8_t nand_read_byte(struct nand_chip *chip) in nand_read_byte() 40 static uint8_t nand_read_byte16(struct nand_chip *chip) in nand_read_byte16() 52 static void nand_select_chip(struct nand_chip *chip, int chipnr) in nand_select_chip() 74 static void nand_write_byte(struct nand_chip *chip, uint8_t byte) in nand_write_byte() 86 static void nand_write_byte16(struct nand_chip *chip, uint8_t byte) in nand_write_byte16() 117 static void nand_write_buf(struct nand_chip *chip, const uint8_t *buf, int len) in nand_write_buf() 130 static void nand_read_buf(struct nand_chip *chip, uint8_t *buf, int len) in nand_read_buf() 143 static void nand_write_buf16(struct nand_chip *chip, const uint8_t *buf, in nand_write_buf16() 159 static void nand_read_buf16(struct nand_chip *chip, uint8_t *buf, int len) in nand_read_buf16() 174 static void panic_nand_wait_ready(struct nand_chip *chip, unsigned long timeo) in panic_nand_wait_ready() [all …]
|
| H A D | nand_base.c | 100 static int check_offs_len(struct nand_chip *chip, loff_t ofs, uint64_t len) in check_offs_len() argument 172 void nand_select_target(struct nand_chip *chip, unsigned int cs) in nand_select_target() argument 195 nand_deselect_target(struct nand_chip * chip) nand_deselect_target() argument 210 nand_release_device(struct nand_chip * chip) nand_release_device() argument 226 nand_bbm_get_next_page(struct nand_chip * chip,int page) nand_bbm_get_next_page() argument 253 nand_block_bad(struct nand_chip * chip,loff_t ofs) nand_block_bad() argument 292 nand_region_is_secured(struct nand_chip * chip,loff_t offset,u64 size) nand_region_is_secured() argument 313 nand_isbad_bbm(struct nand_chip * chip,loff_t ofs) nand_isbad_bbm() argument 339 nand_get_device(struct nand_chip * chip) nand_get_device() argument 361 nand_check_wp(struct nand_chip * chip) nand_check_wp() argument 389 nand_fill_oob(struct nand_chip * chip,uint8_t * oob,size_t len,struct mtd_oob_ops * ops) nand_fill_oob() argument 428 nand_do_write_oob(struct nand_chip * chip,loff_t to,struct mtd_oob_ops * ops) nand_do_write_oob() argument 503 nand_default_block_markbad(struct nand_chip * chip,loff_t ofs) nand_default_block_markbad() argument 542 nand_markbad_bbm(struct nand_chip * chip,loff_t ofs) nand_markbad_bbm() argument 569 nand_block_markbad_lowlevel(struct nand_chip * chip,loff_t ofs) nand_block_markbad_lowlevel() argument 612 struct nand_chip *chip = mtd_to_nand(mtd); nand_block_isreserved() local 629 nand_block_checkbad(struct nand_chip * chip,loff_t ofs,int allowbbt) nand_block_checkbad() argument 655 nand_soft_waitrdy(struct nand_chip * chip,unsigned long timeout_ms) nand_soft_waitrdy() argument 723 nand_gpio_waitrdy(struct nand_chip * chip,struct gpio_desc * gpiod,unsigned long timeout_ms) nand_gpio_waitrdy() argument 754 panic_nand_wait(struct nand_chip * chip,unsigned long timeo) panic_nand_wait() argument 777 nand_supports_get_features(struct nand_chip * chip,int addr) nand_supports_get_features() argument 783 nand_supports_set_features(struct nand_chip * chip,int addr) nand_supports_set_features() argument 798 nand_reset_interface(struct nand_chip * chip,int chipnr) nand_reset_interface() argument 839 nand_setup_interface(struct nand_chip * chip,int chipnr) nand_setup_interface() argument 930 nand_choose_best_sdr_timings(struct nand_chip * chip,struct nand_interface_config * iface,struct nand_sdr_timings * spec_timings) nand_choose_best_sdr_timings() argument 981 nand_choose_best_nvddr_timings(struct nand_chip * chip,struct nand_interface_config * iface,struct nand_nvddr_timings * spec_timings) nand_choose_best_nvddr_timings() argument 1031 nand_choose_best_timings(struct nand_chip * chip,struct nand_interface_config * iface) nand_choose_best_timings() argument 1058 nand_choose_interface_config(struct nand_chip * chip) nand_choose_interface_config() argument 1093 nand_fill_column_cycles(struct nand_chip * chip,u8 * addrs,unsigned int offset_in_page) nand_fill_column_cycles() argument 1139 nand_sp_exec_read_page_op(struct nand_chip * chip,unsigned int page,unsigned int offset_in_page,void * buf,unsigned int len) nand_sp_exec_read_page_op() argument 1182 nand_lp_exec_read_page_op(struct nand_chip * chip,unsigned int page,unsigned int offset_in_page,void * buf,unsigned int len) nand_lp_exec_read_page_op() argument 1225 rawnand_cap_cont_reads(struct nand_chip * chip) rawnand_cap_cont_reads() argument 1251 nand_lp_exec_cont_read_page_op(struct nand_chip * chip,unsigned int page,unsigned int offset_in_page,void * buf,unsigned int len,bool check_only) nand_lp_exec_cont_read_page_op() argument 1325 rawnand_cont_read_ongoing(struct nand_chip * chip,unsigned int page) rawnand_cont_read_ongoing() argument 1343 nand_read_page_op(struct nand_chip * chip,unsigned int page,unsigned int offset_in_page,void * buf,unsigned int len) nand_read_page_op() argument 1390 nand_read_param_page_op(struct nand_chip * chip,u8 page,void * buf,unsigned int len) nand_read_param_page_op() argument 1439 nand_change_read_column_op(struct nand_chip * chip,unsigned int offset_in_page,void * buf,unsigned int len,bool force_8bit) nand_change_read_column_op() argument 1506 nand_read_oob_op(struct nand_chip * chip,unsigned int page,unsigned int offset_in_oob,void * buf,unsigned int len) nand_read_oob_op() argument 1530 nand_exec_prog_page_op(struct nand_chip * chip,unsigned int page,unsigned int offset_in_page,const void * buf,unsigned int len,bool prog) nand_exec_prog_page_op() argument 1610 nand_prog_page_begin_op(struct nand_chip * chip,unsigned int page,unsigned int offset_in_page,const void * buf,unsigned int len) nand_prog_page_begin_op() argument 1644 nand_prog_page_end_op(struct nand_chip * chip) nand_prog_page_end_op() argument 1696 nand_prog_page_op(struct nand_chip * chip,unsigned int page,unsigned int offset_in_page,const void * buf,unsigned int len) nand_prog_page_op() argument 1751 nand_change_write_column_op(struct nand_chip * chip,unsigned int offset_in_page,const void * buf,unsigned int len,bool force_8bit) nand_change_write_column_op() argument 1814 nand_readid_op(struct nand_chip * chip,u8 addr,void * buf,unsigned int len) nand_readid_op() argument 1880 nand_status_op(struct nand_chip * chip,u8 * status) nand_status_op() argument 1929 nand_exit_status_op(struct nand_chip * chip) nand_exit_status_op() argument 1957 nand_erase_op(struct nand_chip * chip,unsigned int eraseblock) nand_erase_op() argument 2019 nand_set_features_op(struct nand_chip * chip,u8 feature,const void * data) nand_set_features_op() argument 2069 nand_get_features_op(struct nand_chip * chip,u8 feature,void * data) nand_get_features_op() argument 2112 nand_wait_rdy_op(struct nand_chip * chip,unsigned int timeout_ms,unsigned int delay_ns) nand_wait_rdy_op() argument 2144 nand_reset_op(struct nand_chip * chip) nand_reset_op() argument 2181 nand_read_data_op(struct nand_chip * chip,void * buf,unsigned int len,bool force_8bit,bool check_only) nand_read_data_op() argument 2264 nand_write_data_op(struct nand_chip * chip,const void * buf,unsigned int len,bool force_8bit) nand_write_data_op() argument 2516 nand_op_parser_exec_op(struct nand_chip * chip,const struct nand_op_parser * parser,const struct nand_operation * op,bool check_only) nand_op_parser_exec_op() argument 2718 nand_reset(struct nand_chip * chip,int chipnr) nand_reset() argument 2754 nand_get_features(struct nand_chip * chip,int addr,u8 * subfeature_param) nand_get_features() argument 2775 nand_set_features(struct nand_chip * chip,int addr,u8 * subfeature_param) nand_set_features() argument 2796 nand_read_page_raw_notsupp(struct nand_chip * chip,u8 * buf,int oob_required,int page) nand_read_page_raw_notsupp() argument 2811 nand_read_page_raw(struct nand_chip * chip,uint8_t * buf,int oob_required,int page) nand_read_page_raw() argument 2847 nand_monolithic_read_page_raw(struct nand_chip * chip,u8 * buf,int oob_required,int page) nand_monolithic_read_page_raw() argument 2882 nand_read_page_raw_syndrome(struct nand_chip * chip,uint8_t * buf,int oob_required,int page) nand_read_page_raw_syndrome() argument 2944 nand_read_page_swecc(struct nand_chip * chip,uint8_t * buf,int oob_required,int page) nand_read_page_swecc() argument 2991 nand_read_subpage(struct nand_chip * chip,uint32_t data_offs,uint32_t readlen,uint8_t * bufpoi,int page) nand_read_subpage() argument 3103 nand_read_page_hwecc(struct nand_chip * chip,uint8_t * buf,int oob_required,int page) nand_read_page_hwecc() argument 3176 nand_read_page_hwecc_oob_first(struct nand_chip * chip,uint8_t * buf,int oob_required,int page) nand_read_page_hwecc_oob_first() argument 3242 nand_read_page_syndrome(struct nand_chip * chip,uint8_t * buf,int oob_required,int page) nand_read_page_syndrome() argument 3331 nand_transfer_oob(struct nand_chip * chip,uint8_t * oob,struct mtd_oob_ops * ops,size_t len) nand_transfer_oob() argument 3356 rawnand_enable_cont_reads(struct nand_chip * chip,unsigned int page,u32 readlen,int col) rawnand_enable_cont_reads() argument 3392 rawnand_cont_read_skip_first_page(struct nand_chip * chip,unsigned int page) rawnand_cont_read_skip_first_page() argument 3410 nand_setup_read_retry(struct nand_chip * chip,int retry_mode) nand_setup_read_retry() argument 3423 nand_wait_readrdy(struct nand_chip * chip) nand_wait_readrdy() argument 3442 nand_do_read_ops(struct nand_chip * chip,loff_t from,struct mtd_oob_ops * ops) nand_do_read_ops() argument 3629 nand_read_oob_std(struct nand_chip * chip,int page) nand_read_oob_std() argument 3643 nand_read_oob_syndrome(struct nand_chip * chip,int page) nand_read_oob_syndrome() argument 3696 nand_write_oob_std(struct nand_chip * chip,int page) nand_write_oob_std() argument 3711 nand_write_oob_syndrome(struct nand_chip * chip,int page) nand_write_oob_syndrome() argument 3786 nand_do_read_oob(struct nand_chip * chip,loff_t from,struct mtd_oob_ops * ops) nand_do_read_oob() argument 3871 struct nand_chip *chip = mtd_to_nand(mtd); nand_read_oob() local 3911 nand_write_page_raw_notsupp(struct nand_chip * chip,const u8 * buf,int oob_required,int page) nand_write_page_raw_notsupp() argument 3926 nand_write_page_raw(struct nand_chip * chip,const uint8_t * buf,int oob_required,int page) nand_write_page_raw() argument 3963 nand_monolithic_write_page_raw(struct nand_chip * chip,const u8 * buf,int oob_required,int page) nand_monolithic_write_page_raw() argument 3992 nand_write_page_raw_syndrome(struct nand_chip * chip,const uint8_t * buf,int oob_required,int page) nand_write_page_raw_syndrome() argument 4054 nand_write_page_swecc(struct nand_chip * chip,const uint8_t * buf,int oob_required,int page) nand_write_page_swecc() argument 4083 nand_write_page_hwecc(struct nand_chip * chip,const uint8_t * buf,int oob_required,int page) nand_write_page_hwecc() argument 4129 nand_write_subpage_hwecc(struct nand_chip * chip,uint32_t offset,uint32_t data_len,const uint8_t * buf,int oob_required,int page) nand_write_subpage_hwecc() argument 4200 nand_write_page_syndrome(struct nand_chip * chip,const uint8_t * buf,int oob_required,int page) nand_write_page_syndrome() argument 4270 nand_write_page(struct nand_chip * chip,uint32_t offset,int data_len,const uint8_t * buf,int oob_required,int page,int raw) nand_write_page() argument 4308 nand_do_write_ops(struct nand_chip * chip,loff_t to,struct mtd_oob_ops * ops) nand_do_write_ops() argument 4447 struct nand_chip *chip = mtd_to_nand(mtd); panic_nand_write() local 4477 struct nand_chip *chip = mtd_to_nand(mtd); nand_write_oob() local 4524 nand_erase_nand(struct nand_chip * chip,struct erase_info * instr,int allowbbt) nand_erase_nand() argument 4625 struct nand_chip *chip = mtd_to_nand(mtd); nand_sync() local 4642 struct nand_chip *chip = mtd_to_nand(mtd); nand_block_isbad() local 4687 struct nand_chip *chip = mtd_to_nand(mtd); nand_suspend() local 4706 struct nand_chip *chip = mtd_to_nand(mtd); nand_resume() local 4740 struct nand_chip *chip = mtd_to_nand(mtd); nand_lock() local 4761 struct nand_chip *chip = mtd_to_nand(mtd); nand_unlock() local 4775 nand_set_defaults(struct nand_chip * chip) nand_set_defaults() argument 4881 nand_decode_ext_id(struct nand_chip * chip) nand_decode_ext_id() argument 4919 nand_decode_id(struct nand_chip * chip,struct nand_flash_dev * type) nand_decode_id() argument 4942 nand_decode_bbm_options(struct nand_chip * chip) nand_decode_bbm_options() argument 4958 find_full_id_nand(struct nand_chip * chip,struct nand_flash_dev * type) find_full_id_nand() argument 5002 nand_manufacturer_detect(struct nand_chip * chip) nand_manufacturer_detect() argument 5028 nand_manufacturer_init(struct nand_chip * chip) nand_manufacturer_init() argument 5043 nand_manufacturer_cleanup(struct nand_chip * chip) nand_manufacturer_cleanup() argument 5057 rawnand_check_data_only_read_support(struct nand_chip * chip) rawnand_check_data_only_read_support() argument 5064 rawnand_early_check_supported_ops(struct nand_chip * chip) rawnand_early_check_supported_ops() argument 5075 rawnand_check_cont_read_support(struct nand_chip * chip) rawnand_check_cont_read_support() argument 5090 rawnand_late_check_supported_ops(struct nand_chip * chip) rawnand_late_check_supported_ops() argument 5121 nand_detect(struct nand_chip * chip,struct nand_flash_dev * type) nand_detect() argument 5392 of_get_nand_ecc_legacy_user_config(struct nand_chip * chip) of_get_nand_ecc_legacy_user_config() argument 5407 of_get_nand_bus_width(struct nand_chip * chip) of_get_nand_bus_width() argument 5427 of_get_nand_secure_regions(struct nand_chip * chip) of_get_nand_secure_regions() argument 5495 rawnand_dt_init(struct nand_chip * chip) rawnand_dt_init() argument 5555 nand_scan_ident(struct nand_chip * chip,unsigned int maxchips,struct nand_flash_dev * table) nand_scan_ident() argument 5636 nand_scan_ident_cleanup(struct nand_chip * chip) nand_scan_ident_cleanup() argument 5642 rawnand_sw_hamming_init(struct nand_chip * chip) rawnand_sw_hamming_init() argument 5672 rawnand_sw_hamming_calculate(struct nand_chip * chip,const unsigned char * buf,unsigned char * code) rawnand_sw_hamming_calculate() argument 5682 rawnand_sw_hamming_correct(struct nand_chip * chip,unsigned char * buf,unsigned char * read_ecc,unsigned char * calc_ecc) rawnand_sw_hamming_correct() argument 5693 rawnand_sw_hamming_cleanup(struct nand_chip * chip) rawnand_sw_hamming_cleanup() argument 5701 rawnand_sw_bch_init(struct nand_chip * chip) rawnand_sw_bch_init() argument 5726 rawnand_sw_bch_calculate(struct nand_chip * chip,const unsigned char * buf,unsigned char * code) rawnand_sw_bch_calculate() argument 5735 rawnand_sw_bch_correct(struct nand_chip * chip,unsigned char * buf,unsigned char * read_ecc,unsigned char * calc_ecc) rawnand_sw_bch_correct() argument 5744 rawnand_sw_bch_cleanup(struct nand_chip * chip) rawnand_sw_bch_cleanup() argument 5752 nand_set_ecc_on_host_ops(struct nand_chip * chip) nand_set_ecc_on_host_ops() argument 5811 nand_set_ecc_soft_ops(struct nand_chip * chip) nand_set_ecc_soft_ops() argument 5899 nand_check_ecc_caps(struct nand_chip * chip,const struct nand_ecc_caps * caps,int oobavail) nand_check_ecc_caps() argument 5953 nand_match_ecc_req(struct nand_chip * chip,const struct nand_ecc_caps * caps,int oobavail) nand_match_ecc_req() argument 6036 nand_maximize_ecc(struct nand_chip * chip,const struct nand_ecc_caps * caps,int oobavail) nand_maximize_ecc() argument 6114 nand_ecc_choose_conf(struct nand_chip * chip,const struct nand_ecc_caps * caps,int oobavail) nand_ecc_choose_conf() argument 6138 struct nand_chip *chip = container_of(nand, struct nand_chip, rawnand_erase() local 6155 struct nand_chip *chip = container_of(nand, struct nand_chip, rawnand_markbad() local 6163 struct nand_chip *chip = container_of(nand, struct nand_chip, rawnand_isbad() local 6188 nand_scan_tail(struct nand_chip * chip) nand_scan_tail() argument 6507 nand_attach(struct nand_chip * chip) nand_attach() argument 6515 nand_detach(struct nand_chip * chip) nand_detach() argument 6531 nand_scan_with_ids(struct nand_chip * chip,unsigned int maxchips,struct nand_flash_dev * ids) nand_scan_with_ids() argument 6566 nand_cleanup(struct nand_chip * chip) nand_cleanup() argument [all...] |
| /linux/sound/pci/ymfpci/ |
| H A D | ymfpci_main.c | 34 static inline void snd_ymfpci_writeb(struct snd_ymfpci *chip, u32 offset, u8 val) in snd_ymfpci_writeb() argument 39 static inline u16 snd_ymfpci_readw(struct snd_ymfpci *chip, u32 offset) in snd_ymfpci_readw() argument 44 static inline void snd_ymfpci_writew(struct snd_ymfpci *chip, u32 offset, u16 val) in snd_ymfpci_writew() argument 49 static inline u32 snd_ymfpci_readl(struct snd_ymfpci *chip, u32 offset) in snd_ymfpci_readl() argument 54 static inline void snd_ymfpci_writel(struct snd_ymfpci *chip, u3 argument 59 snd_ymfpci_codec_ready(struct snd_ymfpci * chip,int secondary) snd_ymfpci_codec_ready() argument 78 struct snd_ymfpci *chip = ac97->private_data; snd_ymfpci_codec_write() local 88 struct snd_ymfpci *chip = ac97->private_data; snd_ymfpci_codec_read() local 160 snd_ymfpci_hw_start(struct snd_ymfpci * chip) snd_ymfpci_hw_start() argument 170 snd_ymfpci_hw_stop(struct snd_ymfpci * chip) snd_ymfpci_hw_stop() argument 193 voice_alloc(struct snd_ymfpci * chip,enum snd_ymfpci_voice_type type,int pair,struct snd_ymfpci_voice ** rvoice) voice_alloc() argument 231 snd_ymfpci_voice_alloc(struct snd_ymfpci * chip,enum snd_ymfpci_voice_type type,int pair,struct snd_ymfpci_voice ** rvoice) snd_ymfpci_voice_alloc() argument 253 snd_ymfpci_voice_free(struct snd_ymfpci * chip,struct snd_ymfpci_voice * pvoice) snd_ymfpci_voice_free() argument 273 snd_ymfpci_pcm_interrupt(struct snd_ymfpci * chip,struct snd_ymfpci_voice * voice) snd_ymfpci_pcm_interrupt() argument 331 struct snd_ymfpci *chip = ypcm->chip; snd_ymfpci_pcm_capture_interrupt() local 361 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_playback_trigger() local 401 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_capture_trigger() local 563 snd_ymfpci_ac3_init(struct snd_ymfpci * chip) snd_ymfpci_ac3_init() argument 584 snd_ymfpci_ac3_done(struct snd_ymfpci * chip) snd_ymfpci_ac3_done() argument 613 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_playback_hw_free() local 636 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_playback_prepare() local 660 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_capture_hw_free() local 669 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_capture_prepare() local 713 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_playback_pointer() local 725 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_capture_pointer() local 734 snd_ymfpci_irq_wait(struct snd_ymfpci * chip) snd_ymfpci_irq_wait() argument 752 struct snd_ymfpci *chip = dev_id; snd_ymfpci_interrupt() local 851 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_playback_open_1() local 879 ymfpci_open_extension(struct snd_ymfpci * chip) ymfpci_open_extension() argument 892 ymfpci_close_extension(struct snd_ymfpci * chip) ymfpci_close_extension() argument 905 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_playback_open() local 927 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_playback_spdif_open() local 956 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_playback_4ch_open() local 977 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_capture_open() local 1024 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_playback_close() local 1038 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_playback_spdif_close() local 1055 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_playback_4ch_close() local 1068 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_capture_close() local 1098 snd_ymfpci_pcm(struct snd_ymfpci * chip,int device) snd_ymfpci_pcm() argument 1132 snd_ymfpci_pcm2(struct snd_ymfpci * chip,int device) snd_ymfpci_pcm2() argument 1166 snd_ymfpci_pcm_spdif(struct snd_ymfpci * chip,int device) snd_ymfpci_pcm_spdif() argument 1207 snd_ymfpci_pcm_4ch(struct snd_ymfpci * chip,int device) snd_ymfpci_pcm_4ch() argument 1241 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_spdif_default_get() local 1253 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_spdif_default_put() local 1286 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_spdif_mask_get() local 1313 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_spdif_stream_get() local 1325 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_spdif_stream_put() local 1358 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_drec_source_get() local 1372 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_drec_source_put() local 1409 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_get_single() local 1427 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_put_single() local 1474 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_get_double() local 1490 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_put_double() local 1513 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_put_nativedacvol() local 1536 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_get_dup4ch() local 1543 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_put_dup4ch() local 1594 snd_ymfpci_get_gpio_out(struct snd_ymfpci * chip,int pin) snd_ymfpci_get_gpio_out() argument 1612 snd_ymfpci_set_gpio_out(struct snd_ymfpci * chip,int pin,int enable) snd_ymfpci_set_gpio_out() argument 1631 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_gpio_sw_get() local 1639 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_gpio_sw_put() local 1676 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_pcm_vol_get() local 1687 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_pcm_vol_put() local 1729 struct snd_ymfpci *chip = bus->private_data; snd_ymfpci_mixer_free_ac97_bus() local 1735 struct snd_ymfpci *chip = ac97->private_data; snd_ymfpci_mixer_free_ac97() local 1739 snd_ymfpci_mixer(struct snd_ymfpci * chip,int rear_switch) snd_ymfpci_mixer() argument 1845 struct snd_ymfpci *chip; snd_ymfpci_timer_start() local 1868 struct snd_ymfpci *chip; snd_ymfpci_timer_stop() local 1893 snd_ymfpci_timer(struct snd_ymfpci * chip,int device) snd_ymfpci_timer() argument 1922 struct snd_ymfpci *chip = entry->private_data; snd_ymfpci_proc_read() local 1930 snd_ymfpci_proc_init(struct snd_card * card,struct snd_ymfpci * chip) snd_ymfpci_proc_init() argument 1957 snd_ymfpci_enable_dsp(struct snd_ymfpci * chip) snd_ymfpci_enable_dsp() argument 1962 snd_ymfpci_disable_dsp(struct snd_ymfpci * chip) snd_ymfpci_disable_dsp() argument 1977 snd_ymfpci_request_firmware(struct snd_ymfpci * chip) snd_ymfpci_request_firmware() argument 2016 snd_ymfpci_download_image(struct snd_ymfpci * chip) snd_ymfpci_download_image() argument 2049 snd_ymfpci_memalloc(struct snd_ymfpci * chip) snd_ymfpci_memalloc() argument 2152 struct snd_ymfpci *chip = card->private_data; snd_ymfpci_free() local 2181 struct snd_ymfpci *chip = card->private_data; snd_ymfpci_suspend() local 2209 struct snd_ymfpci *chip = card->private_data; snd_ymfpci_resume() local 2245 struct snd_ymfpci *chip = card->private_data; snd_ymfpci_create() local [all...] |
| /linux/sound/pci/oxygen/ |
| H A D | oxygen_io.c | 16 u8 oxygen_read8(struct oxygen *chip, unsigned int reg) in oxygen_read8() 22 u16 oxygen_read16(struct oxygen *chip, unsigned int reg) in oxygen_read16() 28 u32 oxygen_read32(struct oxygen *chip, unsigned int reg) in oxygen_read32() 34 void oxygen_write8(struct oxygen *chip, unsigned int reg, u8 value) in oxygen_write8() 41 void oxygen_write16(struct oxygen *chip, unsigned int reg, u16 value) in oxygen_write16() 48 void oxygen_write32(struct oxygen *chip, unsigned int reg, u32 value) in oxygen_write32() 55 void oxygen_write8_masked(struct oxygen *chip, unsigned int reg, in oxygen_write8_masked() 66 void oxygen_write16_masked(struct oxygen *chip, unsigned int reg, in oxygen_write16_masked() 77 void oxygen_write32_masked(struct oxygen *chip, unsigned int reg, in oxygen_write32_masked() 88 static int oxygen_ac97_wait(struct oxygen *chip, unsigned int mask) in oxygen_ac97_wait() [all …]
|
| /linux/arch/mips/alchemy/common/ |
| H A D | gpiolib.c | 38 gpio2_get(struct gpio_chip * chip,unsigned offset) gpio2_get() argument 43 gpio2_set(struct gpio_chip * chip,unsigned offset,int value) gpio2_set() argument 50 gpio2_direction_input(struct gpio_chip * chip,unsigned offset) gpio2_direction_input() argument 55 gpio2_direction_output(struct gpio_chip * chip,unsigned offset,int value) gpio2_direction_output() argument 62 gpio2_to_irq(struct gpio_chip * chip,unsigned offset) gpio2_to_irq() argument 68 gpio1_get(struct gpio_chip * chip,unsigned offset) gpio1_get() argument 73 gpio1_set(struct gpio_chip * chip,unsigned offset,int value) gpio1_set() argument 81 gpio1_direction_input(struct gpio_chip * chip,unsigned offset) gpio1_direction_input() argument 86 gpio1_direction_output(struct gpio_chip * chip,unsigned offset,int value) gpio1_direction_output() argument 93 gpio1_to_irq(struct gpio_chip * chip,unsigned offset) gpio1_to_irq() argument 121 alchemy_gpic_get(struct gpio_chip * chip,unsigned int off) alchemy_gpic_get() argument 126 alchemy_gpic_set(struct gpio_chip * chip,unsigned int off,int v) alchemy_gpic_set() argument 133 alchemy_gpic_dir_input(struct gpio_chip * chip,unsigned int off) alchemy_gpic_dir_input() argument 138 alchemy_gpic_dir_output(struct gpio_chip * chip,unsigned int off,int v) alchemy_gpic_dir_output() argument 144 alchemy_gpic_gpio_to_irq(struct gpio_chip * chip,unsigned int off) alchemy_gpic_gpio_to_irq() argument [all...] |
| /linux/sound/drivers/vx/ |
| H A D | vx_pcm.c | 45 static void vx_pcm_read_per_bytes(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vx_pcm_read_per_bytes() 72 static void vx_set_pcx_time(struct vx_core *chip, pcx_time_t *pc_time, in vx_set_pcx_time() 89 static int vx_set_differed_time(struct vx_core *chip, struct vx_rmh *rmh, in vx_set_differed_time() 123 static int vx_set_stream_format(struct vx_core *chip, struct vx_pipe *pipe, in vx_set_stream_format() 150 static int vx_set_format(struct vx_core *chip, struct vx_pipe *pipe, in vx_set_format() 179 static int vx_set_ibl(struct vx_core *chip, struct vx_ibl_info *info) in vx_set_ibl() 211 static int vx_get_pipe_state(struct vx_core *chip, struct vx_pipe *pipe, int *state) in vx_get_pipe_state() 236 static int vx_query_hbuffer_size(struct vx_core *chip, struct vx_pipe *pipe) in vx_query_hbuffer_size() 260 static int vx_pipe_can_start(struct vx_core *chip, struct vx_pipe *pipe) in vx_pipe_can_start() 281 static int vx_conf_pipe(struct vx_core *chip, struct vx_pipe *pipe) in vx_conf_pipe() [all …]
|
| /linux/sound/hda/controllers/ |
| H A D | intel.c | 248 #define azx_get_snoop_type(chip) \ argument 335 #define use_vga_switcheroo(chip) ((chip)->use_vga_switcheroo) argument 336 #define needs_eld_notify_link(chip) ((chip)->bus.keep_power) argument 338 #define use_vga_switcheroo(chip) 0 argument 339 #define needs_eld_notify_link(chip) false argument 384 azx_init_pci(struct azx * chip) azx_init_pci() argument 451 bxt_reduce_dma_latency(struct azx * chip) bxt_reduce_dma_latency() argument 469 intel_get_lctl_scf(struct azx * chip) intel_get_lctl_scf() argument 488 intel_ml_lctl_set_power(struct azx * chip,int state) intel_ml_lctl_set_power() argument 515 intel_init_lctl(struct azx * chip) intel_init_lctl() argument 552 hda_intel_init_chip(struct azx * chip,bool full_reset) hda_intel_init_chip() argument 582 azx_get_delay_from_lpib(struct azx * chip,struct azx_dev * azx_dev,unsigned int pos) azx_get_delay_from_lpib() argument 616 azx_position_check(struct azx * chip,struct azx_dev * azx_dev) azx_position_check() argument 633 display_power(chip,enable) global() argument 647 azx_position_ok(struct azx * chip,struct azx_dev * azx_dev) azx_position_ok() argument 725 struct azx *chip = &hda->chip; azx_irq_pending_work() local 765 azx_clear_irq_pending(struct azx * chip) azx_clear_irq_pending() argument 777 azx_acquire_irq(struct azx * chip,int do_disconnect) azx_acquire_irq() argument 805 azx_via_get_position(struct azx * chip,struct azx_dev * azx_dev) azx_via_get_position() argument 860 azx_get_pos_fifo(struct azx * chip,struct azx_dev * azx_dev) azx_get_pos_fifo() argument 891 azx_get_delay_from_fifo(struct azx * chip,struct azx_dev * azx_dev,unsigned int pos) azx_get_delay_from_fifo() argument 900 __azx_shutdown_chip(struct azx * chip,bool skip_link_reset) __azx_shutdown_chip() argument 912 azx_shutdown_chip(struct azx * chip) azx_shutdown_chip() argument 917 azx_add_card_list(struct azx * chip) azx_add_card_list() argument 925 azx_del_card_list(struct azx * chip) azx_del_card_list() argument 937 struct azx *chip; param_set_xint() local 963 struct azx *chip; azx_is_pm_ready() local 975 __azx_runtime_resume(struct azx * chip) __azx_runtime_resume() argument 1011 struct azx *chip; azx_prepare() local 1031 struct azx *chip; azx_complete() local 1044 struct azx *chip; azx_suspend() local 1059 struct azx *chip; azx_resume() local 1078 struct azx *chip = card->private_data; azx_freeze_noirq() local 1092 struct azx *chip = card->private_data; azx_thaw_noirq() local 1106 struct azx *chip; azx_runtime_suspend() local 1123 struct azx *chip; azx_runtime_resume() local 1140 struct azx *chip; azx_runtime_idle() local 1181 struct azx *chip = card->private_data; azx_vs_set_state() local 1235 struct azx *chip = card->private_data; azx_vs_can_switch() local 1253 setup_vga_switcheroo_runtime_pm(struct azx * chip) setup_vga_switcheroo_runtime_pm() argument 1271 struct azx *chip = card->private_data; azx_vs_gpu_bound() local 1278 init_vga_switcheroo(struct azx * chip) init_vga_switcheroo() argument 1304 register_vga_switcheroo(struct azx * chip) register_vga_switcheroo() argument 1324 init_vga_switcheroo(chip) global() argument 1325 register_vga_switcheroo(chip) global() argument 1327 setup_vga_switcheroo_runtime_pm(chip) global() argument 1333 azx_free(struct azx * chip) azx_free() argument 1398 struct azx *chip = device->device_data; azx_dev_disconnect() local 1522 check_position_fix(struct azx * chip,int fix) check_position_fix() argument 1565 assign_position_fix(struct azx * chip,int fix) assign_position_fix() argument 1619 check_probe_mask(struct azx * chip,int dev) check_probe_mask() argument 1660 check_msi(struct azx * chip) check_msi() argument 1686 azx_check_snoop_available(struct azx * chip) azx_check_snoop_available() argument 1729 default_bdl_pos_adj(struct azx * chip) default_bdl_pos_adj() argument 1775 struct azx *chip; azx_create() local 1849 azx_first_init(struct azx * chip) azx_first_init() argument 2037 disable_msi_reset_irq(struct azx * chip) disable_msi_reset_irq() argument 2112 struct azx *chip; azx_probe() local 2268 set_default_power_save(struct azx * chip) set_default_power_save() argument 2296 azx_probe_continue(struct azx * chip) azx_probe_continue() argument 2404 struct azx *chip; azx_remove() local 2422 struct azx *chip; azx_shutdown() local [all...] |
| /linux/drivers/usb/typec/tcpm/ |
| H A D | fusb302.c | 130 static bool fusb302_log_full(struct fusb302_chip *chip) in fusb302_log_full() argument 137 static void _fusb302_log(struct fusb302_chip *chip, const char *fmt, in _fusb302_log() argument 185 fusb302_log(struct fusb302_chip * chip,const char * fmt,...) fusb302_log() argument 196 struct fusb302_chip *chip = s->private; fusb302_debug_show() local 213 fusb302_debugfs_init(struct fusb302_chip * chip) fusb302_debugfs_init() argument 224 fusb302_debugfs_exit(struct fusb302_chip * chip) fusb302_debugfs_exit() argument 231 fusb302_log(const struct fusb302_chip * chip,const char * fmt,...) fusb302_log() argument 233 fusb302_debugfs_init(const struct fusb302_chip * chip) fusb302_debugfs_init() argument 234 fusb302_debugfs_exit(const struct fusb302_chip * chip) fusb302_debugfs_exit() argument 238 fusb302_i2c_write(struct fusb302_chip * chip,u8 address,u8 data) fusb302_i2c_write() argument 251 fusb302_i2c_block_write(struct fusb302_chip * chip,u8 address,u8 length,const u8 * data) fusb302_i2c_block_write() argument 268 fusb302_i2c_read(struct fusb302_chip * chip,u8 address,u8 * data) fusb302_i2c_read() argument 281 fusb302_i2c_block_read(struct fusb302_chip * chip,u8 address,u8 length,u8 * data) fusb302_i2c_block_read() argument 306 fusb302_i2c_mask_write(struct fusb302_chip * chip,u8 address,u8 mask,u8 value) fusb302_i2c_mask_write() argument 324 fusb302_i2c_set_bits(struct fusb302_chip * chip,u8 address,u8 set_bits) fusb302_i2c_set_bits() argument 330 fusb302_i2c_clear_bits(struct fusb302_chip * chip,u8 address,u8 clear_bits) fusb302_i2c_clear_bits() argument 336 fusb302_sw_reset(struct fusb302_chip * chip) fusb302_sw_reset() argument 350 fusb302_enable_tx_auto_retries(struct fusb302_chip * chip,u8 retry_count) fusb302_enable_tx_auto_retries() argument 364 fusb302_init_interrupt(struct fusb302_chip * chip) fusb302_init_interrupt() argument 386 fusb302_set_power_mode(struct fusb302_chip * chip,u8 power_mode) fusb302_set_power_mode() argument 397 struct fusb302_chip *chip = container_of(dev, struct fusb302_chip, tcpm_init() local 428 struct fusb302_chip *chip = container_of(dev, struct fusb302_chip, tcpm_get_vbus() local 441 struct fusb302_chip *chip = container_of(dev, struct fusb302_chip, tcpm_get_current_limit() local 471 fusb302_set_src_current(struct fusb302_chip * chip,enum src_current_status status) fusb302_set_src_current() argument 500 fusb302_set_toggling(struct fusb302_chip * chip,enum toggling_mode mode) fusb302_set_toggling() argument 602 struct fusb302_chip *chip = container_of(dev, struct fusb302_chip, tcpm_set_cc() local 709 struct fusb302_chip *chip = container_of(dev, struct fusb302_chip, tcpm_get_cc() local 730 struct fusb302_chip *chip = container_of(dev, struct fusb302_chip, tcpm_set_vconn() local 761 struct fusb302_chip *chip = container_of(dev, struct fusb302_chip, tcpm_set_vbus() local 792 fusb302_pd_tx_flush(struct fusb302_chip * chip) fusb302_pd_tx_flush() argument 798 fusb302_pd_rx_flush(struct fusb302_chip * chip) fusb302_pd_rx_flush() argument 804 fusb302_pd_set_auto_goodcrc(struct fusb302_chip * chip,bool on) fusb302_pd_set_auto_goodcrc() argument 813 fusb302_pd_set_interrupts(struct fusb302_chip * chip,bool on) fusb302_pd_set_interrupts() argument 841 struct fusb302_chip *chip = container_of(dev, struct fusb302_chip, tcpm_set_pd_rx() local 895 struct fusb302_chip *chip = container_of(dev, struct fusb302_chip, tcpm_set_roles() local 927 struct fusb302_chip *chip = container_of(dev, struct fusb302_chip, tcpm_start_toggling() local 964 fusb302_pd_send_message(struct fusb302_chip * chip,const struct pd_message * msg) fusb302_pd_send_message() argument 1013 fusb302_pd_send_hardreset(struct fusb302_chip * chip) fusb302_pd_send_hardreset() argument 1033 struct fusb302_chip *chip = container_of(dev, struct fusb302_chip, tcpm_pd_transmit() local 1081 struct fusb302_chip *chip = container_of(work, struct fusb302_chip, fusb302_bc_lvl_handler_work() local 1148 fusb302_set_cc_polarity_and_pull(struct fusb302_chip * chip,enum typec_cc_polarity cc_polarity,bool pull_up,bool pull_down) fusb302_set_cc_polarity_and_pull() argument 1189 fusb302_handle_togdone_snk(struct fusb302_chip * chip,u8 togdone_result) fusb302_handle_togdone_snk() argument 1252 fusb302_get_src_cc_status(struct fusb302_chip * chip,enum typec_cc_polarity cc_polarity,enum typec_cc_status * cc) fusb302_get_src_cc_status() argument 1307 fusb302_handle_togdone_src(struct fusb302_chip * chip,u8 togdone_result) fusb302_handle_togdone_src() argument 1393 fusb302_handle_togdone(struct fusb302_chip * chip) fusb302_handle_togdone() argument 1425 fusb302_pd_reset(struct fusb302_chip * chip) fusb302_pd_reset() argument 1431 fusb302_pd_read_message(struct fusb302_chip * chip,struct pd_message * msg) fusb302_pd_read_message() argument 1486 struct fusb302_chip *chip = dev_id; fusb302_irq_intn() local 1504 struct fusb302_chip *chip = container_of(work, struct fusb302_chip, fusb302_irq_work() local 1637 init_gpio(struct fusb302_chip * chip) init_gpio() argument 1691 struct fusb302_chip *chip; fusb302_probe() local 1795 struct fusb302_chip *chip = i2c_get_clientdata(client); fusb302_remove() local 1809 struct fusb302_chip *chip = dev->driver_data; fusb302_pm_suspend() local 1823 struct fusb302_chip *chip = dev->driver_data; fusb302_pm_resume() local [all...] |
| /linux/sound/drivers/pcsp/ |
| H A D | pcsp_lib.c | 45 static u64 pcsp_timer_update(struct snd_pcsp *chip) in pcsp_timer_update() 89 static void pcsp_pointer_update(struct snd_pcsp *chip) in pcsp_pointer_update() 130 struct snd_pcsp *chip = container_of(handle, struct snd_pcsp, timer); in pcsp_do_timer() local 152 static int pcsp_start_playing(struct snd_pcsp *chip) in pcsp_start_playing() 173 static void pcsp_stop_playing(struct snd_pcsp *chip) in pcsp_stop_playing() 192 void pcsp_sync_stop(struct snd_pcsp *chip) in pcsp_sync_stop() 203 struct snd_pcsp *chip = snd_pcm_substream_chip(substream); in snd_pcsp_playback_close() local 215 struct snd_pcsp *chip = snd_pcm_substream_chip(substream); in snd_pcsp_playback_hw_params() local 222 struct snd_pcsp *chip = snd_pcm_substream_chip(substream); in snd_pcsp_playback_hw_free() local 232 struct snd_pcsp *chip = snd_pcm_substream_chip(substream); in snd_pcsp_playback_prepare() local [all …]
|
| /linux/sound/pcmcia/pdaudiocf/ |
| H A D | pdaudiocf_core.c | 20 struct snd_pdacf *chip = private_data; in pdacf_ak4117_read() local 52 struct snd_pdacf *chip = private_data; in pdacf_ak4117_write() local 91 static int pdacf_reset(struct snd_pdacf *chip, int powerdown) in pdacf_reset() 114 void pdacf_reinit(struct snd_pdacf *chip, int resume) in pdacf_reinit() 127 struct snd_pdacf *chip = entry->private_data; in pdacf_proc_read() local 136 static void pdacf_proc_init(struct snd_pdacf *chip) in pdacf_proc_init() 143 struct snd_pdacf *chip; in snd_pdacf_create() local 159 struct snd_pdacf *chip = ak4117->change_callback_private; in snd_pdacf_ak4117_change() local 173 int snd_pdacf_ak4117_create(struct snd_pdacf *chip) in snd_pdacf_ak4117_create() 229 void snd_pdacf_powerdown(struct snd_pdacf *chip) in snd_pdacf_powerdown() [all …]
|
| /linux/arch/arm/mach-s3c/ |
| H A D | gpio-samsung.c | 40 static int samsung_gpio_setpull_updown(struct samsung_gpio_chip *chip, in samsung_gpio_setpull_updown() 55 static samsung_gpio_pull_t samsung_gpio_getpull_updown(struct samsung_gpio_chip *chip, in samsung_gpio_getpull_updown() 68 static int samsung_gpio_setcfg_2bit(struct samsung_gpio_chip *chip, in samsung_gpio_setcfg_2bit() 101 static unsigned int samsung_gpio_getcfg_2bit(struct samsung_gpio_chip *chip, in samsung_gpio_getcfg_2bit() 131 static int samsung_gpio_setcfg_4bit(struct samsung_gpio_chip *chip, in samsung_gpio_setcfg_4bit() 166 static unsigned samsung_gpio_getcfg_4bit(struct samsung_gpio_chip *chip, in samsung_gpio_getcfg_4bit() 245 static int samsung_gpiolib_2bit_input(struct gpio_chip *chip, unsigned offset) in samsung_gpiolib_2bit_input() 263 static int samsung_gpiolib_2bit_output(struct gpio_chip *chip, in samsung_gpiolib_2bit_output() 307 static int samsung_gpiolib_4bit_input(struct gpio_chip *chip, in samsung_gpiolib_4bit_input() 326 static int samsung_gpiolib_4bit_output(struct gpio_chip *chip, in samsung_gpiolib_4bit_output() [all …]
|