Home
last modified time | relevance | path

Searched defs:chip (Results 226 – 250 of 1461) sorted by relevance

12345678910>>...59

/OK3568_Linux_fs/kernel/sound/isa/opti9xx/
H A Dopti92x-ad1848.c110 #define OPTi93X_PORT(chip, r) ((chip)->port + OPTi93X_##r) argument
173 static int snd_opti9xx_init(struct snd_opti9xx *chip, in snd_opti9xx_init()
233 static unsigned char snd_opti9xx_read(struct snd_opti9xx *chip, in snd_opti9xx_read()
277 static void snd_opti9xx_write(struct snd_opti9xx *chip, unsigned char reg, in snd_opti9xx_write()
320 static inline void snd_opti9xx_write_mask(struct snd_opti9xx *chip, in snd_opti9xx_write_mask()
328 static int snd_opti9xx_configure(struct snd_opti9xx *chip, in snd_opti9xx_configure()
590 static int snd_opti93x_mixer(struct snd_wss *chip) in snd_opti93x_mixer()
643 struct snd_opti9xx *chip = dev_id; in snd_opti93x_interrupt() local
663 static int snd_opti9xx_read_check(struct snd_opti9xx *chip) in snd_opti9xx_read_check()
705 struct snd_opti9xx *chip)
[all …]
/OK3568_Linux_fs/kernel/sound/pcmcia/vx/
H A Dvxpocket.c62 struct vx_core *chip = device->device_data; in snd_vxpocket_dev_free() local
127 struct vx_core *chip; in snd_vxpocket_new() local
174 static int snd_vxpocket_assign_resources(struct vx_core *chip, int port, int irq) in snd_vxpocket_assign_resources()
203 struct vx_core *chip = link->priv; in vxpocket_config() local
252 struct vx_core *chip = link->priv; in vxp_suspend() local
265 struct vx_core *chip = link->priv; in vxp_resume() local
329 struct vx_core *chip; in vxpocket_detach() local
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A Dtpm_atmel.c33 static int tpm_atml_recv(struct tpm_chip *chip, u8 *buf, size_t count) in tpm_atml_recv()
92 static int tpm_atml_send(struct tpm_chip *chip, u8 *buf, size_t count) in tpm_atml_send()
106 static void tpm_atml_cancel(struct tpm_chip *chip) in tpm_atml_cancel()
113 static u8 tpm_atml_status(struct tpm_chip *chip) in tpm_atml_status()
120 static bool tpm_atml_req_canceled(struct tpm_chip *chip, u8 status) in tpm_atml_req_canceled()
139 struct tpm_chip *chip = dev_get_drvdata(&pdev->dev); in atml_plat_remove() local
164 struct tpm_chip *chip; in init_atmel() local
H A Dtpm_ibmvtpm.c105 static int tpm_ibmvtpm_recv(struct tpm_chip *chip, u8 *buf, size_t count) in tpm_ibmvtpm_recv()
161 struct tpm_chip *chip = dev_get_drvdata(dev); in tpm_ibmvtpm_resume() local
200 static int tpm_ibmvtpm_send(struct tpm_chip *chip, u8 *buf, size_t count) in tpm_ibmvtpm_send()
260 static void tpm_ibmvtpm_cancel(struct tpm_chip *chip) in tpm_ibmvtpm_cancel()
265 static u8 tpm_ibmvtpm_status(struct tpm_chip *chip) in tpm_ibmvtpm_status()
345 struct tpm_chip *chip = dev_get_drvdata(&vdev->dev); in tpm_ibmvtpm_remove() local
385 struct tpm_chip *chip = dev_get_drvdata(&vdev->dev); in tpm_ibmvtpm_get_desired_dma() local
409 struct tpm_chip *chip = dev_get_drvdata(dev); in tpm_ibmvtpm_suspend() local
449 static bool tpm_ibmvtpm_req_canceled(struct tpm_chip *chip, u8 status) in tpm_ibmvtpm_req_canceled()
606 struct tpm_chip *chip; in tpm_ibmvtpm_probe() local
H A Dtpm_i2c_nuvoton.c88 static u8 i2c_nuvoton_read_status(struct tpm_chip *chip) in i2c_nuvoton_read_status()
121 static void i2c_nuvoton_ready(struct tpm_chip *chip) in i2c_nuvoton_ready()
136 struct tpm_chip *chip) in i2c_nuvoton_get_burstcount()
164 static bool i2c_nuvoton_check_status(struct tpm_chip *chip, u8 mask, u8 value) in i2c_nuvoton_check_status()
170 static int i2c_nuvoton_wait_for_stat(struct tpm_chip *chip, u8 mask, u8 value, in i2c_nuvoton_wait_for_stat()
219 static int i2c_nuvoton_wait_for_data_avail(struct tpm_chip *chip, u32 timeout, in i2c_nuvoton_wait_for_data_avail()
230 struct tpm_chip *chip, u8 *buf, size_t count) in i2c_nuvoton_recv_data()
264 static int i2c_nuvoton_recv(struct tpm_chip *chip, u8 *buf, size_t count) in i2c_nuvoton_recv()
352 static int i2c_nuvoton_send(struct tpm_chip *chip, u8 *buf, size_t len) in i2c_nuvoton_send()
459 static bool i2c_nuvoton_req_canceled(struct tpm_chip *chip, u8 status) in i2c_nuvoton_req_canceled()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-lp3943.c40 struct gpio_chip chip; member
45 static int lp3943_gpio_request(struct gpio_chip *chip, unsigned offset) in lp3943_gpio_request()
57 static void lp3943_gpio_free(struct gpio_chip *chip, unsigned offset) in lp3943_gpio_free()
75 static int lp3943_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in lp3943_gpio_direction_input()
85 struct gpio_chip *chip, unsigned offset) in lp3943_get_gpio_in_status()
110 struct gpio_chip *chip, unsigned offset) in lp3943_get_gpio_out_status()
131 static int lp3943_gpio_get(struct gpio_chip *chip, unsigned offset) in lp3943_gpio_get()
150 static void lp3943_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in lp3943_gpio_set()
163 static int lp3943_gpio_direction_output(struct gpio_chip *chip, unsigned offset, in lp3943_gpio_direction_output()
H A Dgpio-pci-idio-16.c54 struct gpio_chip chip; member
60 static int idio_16_gpio_get_direction(struct gpio_chip *chip, in idio_16_gpio_get_direction()
69 static int idio_16_gpio_direction_input(struct gpio_chip *chip, in idio_16_gpio_direction_input()
75 static int idio_16_gpio_direction_output(struct gpio_chip *chip, in idio_16_gpio_direction_output()
82 static int idio_16_gpio_get(struct gpio_chip *chip, unsigned int offset) in idio_16_gpio_get()
99 static int idio_16_gpio_get_multiple(struct gpio_chip *chip, in idio_16_gpio_get_multiple()
125 static void idio_16_gpio_set(struct gpio_chip *chip, unsigned int offset, in idio_16_gpio_set()
155 static void idio_16_gpio_set_multiple(struct gpio_chip *chip, in idio_16_gpio_set_multiple()
192 struct gpio_chip *chip = irq_data_get_irq_chip_data(data); in idio_16_irq_mask() local
210 struct gpio_chip *chip = irq_data_get_irq_chip_data(data); in idio_16_irq_unmask() local
[all …]
H A Dgpio-tps65086.c16 struct gpio_chip chip; member
20 static int tps65086_gpio_get_direction(struct gpio_chip *chip, in tps65086_gpio_get_direction()
27 static int tps65086_gpio_direction_input(struct gpio_chip *chip, in tps65086_gpio_direction_input()
34 static int tps65086_gpio_direction_output(struct gpio_chip *chip, in tps65086_gpio_direction_output()
46 static int tps65086_gpio_get(struct gpio_chip *chip, unsigned offset) in tps65086_gpio_get()
58 static void tps65086_gpio_set(struct gpio_chip *chip, unsigned offset, in tps65086_gpio_set()
H A Dgpio-wm8994.c30 static int wm8994_gpio_request(struct gpio_chip *chip, unsigned offset) in wm8994_gpio_request()
53 static int wm8994_gpio_direction_in(struct gpio_chip *chip, unsigned offset) in wm8994_gpio_direction_in()
62 static int wm8994_gpio_get(struct gpio_chip *chip, unsigned offset) in wm8994_gpio_get()
78 static int wm8994_gpio_direction_out(struct gpio_chip *chip, in wm8994_gpio_direction_out()
91 static void wm8994_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in wm8994_gpio_set()
102 static int wm8994_gpio_set_config(struct gpio_chip *chip, unsigned int offset, in wm8994_gpio_set_config()
123 static int wm8994_gpio_to_irq(struct gpio_chip *chip, unsigned offset) in wm8994_gpio_to_irq()
187 static void wm8994_gpio_dbg_show(struct seq_file *s, struct gpio_chip *chip) in wm8994_gpio_dbg_show()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dcafe_nand.c104 static int cafe_device_ready(struct nand_chip *chip) in cafe_device_ready()
120 static void cafe_write_buf(struct nand_chip *chip, const uint8_t *buf, int len) in cafe_write_buf()
135 static void cafe_read_buf(struct nand_chip *chip, uint8_t *buf, int len) in cafe_read_buf()
149 static uint8_t cafe_read_byte(struct nand_chip *chip) in cafe_read_byte()
160 static void cafe_nand_cmdfunc(struct nand_chip *chip, unsigned command, in cafe_nand_cmdfunc()
317 static void cafe_select_chip(struct nand_chip *chip, int chipnr) in cafe_select_chip()
334 struct nand_chip *chip = mtd_to_nand(mtd); in cafe_nand_interrupt() local
345 static int cafe_nand_write_oob(struct nand_chip *chip, int page) in cafe_nand_write_oob()
354 static int cafe_nand_read_oob(struct nand_chip *chip, int page) in cafe_nand_read_oob()
370 static int cafe_nand_read_page(struct nand_chip *chip, uint8_t *buf, in cafe_nand_read_page()
[all …]
H A Dmpc5121_nfc.c108 struct nand_chip chip; member
124 struct nand_chip *chip = mtd_to_nand(mtd); in nfc_read() local
133 struct nand_chip *chip = mtd_to_nand(mtd); in nfc_write() local
203 struct nand_chip *chip = mtd_to_nand(mtd); in mpc5121_nfc_irq() local
215 struct nand_chip *chip = mtd_to_nand(mtd); in mpc5121_nfc_done() local
235 struct nand_chip *chip = mtd_to_nand(mtd); in mpc5121_nfc_addr_cycle() local
254 static void mpc5121_nfc_select_chip(struct nand_chip *nand, int chip) in mpc5121_nfc_select_chip()
272 struct nand_chip *chip = mtd_to_nand(mtd); in ads5121_chipselect_init() local
292 static void ads5121_select_chip(struct nand_chip *nand, int chip) in ads5121_select_chip()
320 static void mpc5121_nfc_command(struct nand_chip *chip, unsigned command, in mpc5121_nfc_command()
[all …]
H A Dtango_nand.c116 static void tango_select_target(struct nand_chip *chip, unsigned int cs) in tango_select_target()
129 static int tango_waitrdy(struct nand_chip *chip, unsigned int timeout_ms) in tango_waitrdy()
139 static int tango_exec_instr(struct nand_chip *chip, in tango_exec_instr()
172 static int tango_exec_op(struct nand_chip *chip, in tango_exec_op()
196 static int check_erased_page(struct nand_chip *chip, u8 *buf) in check_erased_page()
223 static int decode_error_report(struct nand_chip *chip) in decode_error_report()
296 static int tango_read_page(struct nand_chip *chip, u8 *buf, in tango_read_page()
320 static int tango_write_page(struct nand_chip *chip, const u8 *buf, in tango_write_page()
351 static void aux_read(struct nand_chip *chip, u8 **buf, int len, int *pos) in aux_read()
366 static void aux_write(struct nand_chip *chip, const u8 **buf, int len, int *pos) in aux_write()
[all …]
H A Dnand_micron.c69 static int micron_nand_setup_read_retry(struct nand_chip *chip, int retry_mode) in micron_nand_setup_read_retry()
79 static int micron_nand_onfi_init(struct nand_chip *chip) in micron_nand_onfi_init()
135 struct nand_chip *chip = mtd_to_nand(mtd); in micron_nand_on_die_8_ooblayout_ecc() local
150 struct nand_chip *chip = mtd_to_nand(mtd); in micron_nand_on_die_8_ooblayout_free() local
166 static int micron_nand_on_die_ecc_setup(struct nand_chip *chip, bool enable) in micron_nand_on_die_ecc_setup()
188 static int micron_nand_on_die_ecc_status_4(struct nand_chip *chip, u8 status, in micron_nand_on_die_ecc_status_4()
275 static int micron_nand_on_die_ecc_status_8(struct nand_chip *chip, u8 status) in micron_nand_on_die_ecc_status_8()
304 micron_nand_read_page_on_die_ecc(struct nand_chip *chip, uint8_t *buf, in micron_nand_read_page_on_die_ecc()
369 micron_nand_write_page_on_die_ecc(struct nand_chip *chip, const uint8_t *buf, in micron_nand_write_page_on_die_ecc()
414 static int micron_supports_on_die_ecc(struct nand_chip *chip) in micron_supports_on_die_ecc()
[all …]
H A Dtxx9ndfmc.c62 struct nand_chip chip; member
78 struct nand_chip *chip = mtd_to_nand(mtd); in mtd_to_platdev() local
102 static uint8_t txx9ndfmc_read_byte(struct nand_chip *chip) in txx9ndfmc_read_byte()
109 static void txx9ndfmc_write_buf(struct nand_chip *chip, const uint8_t *buf, in txx9ndfmc_write_buf()
122 static void txx9ndfmc_read_buf(struct nand_chip *chip, uint8_t *buf, int len) in txx9ndfmc_read_buf()
131 static void txx9ndfmc_cmd_ctrl(struct nand_chip *chip, int cmd, in txx9ndfmc_cmd_ctrl()
161 static int txx9ndfmc_dev_ready(struct nand_chip *chip) in txx9ndfmc_dev_ready()
168 static int txx9ndfmc_calculate_ecc(struct nand_chip *chip, const uint8_t *dat, in txx9ndfmc_calculate_ecc()
188 static int txx9ndfmc_correct_data(struct nand_chip *chip, unsigned char *buf, in txx9ndfmc_correct_data()
209 static void txx9ndfmc_enable_hwecc(struct nand_chip *chip, int mode) in txx9ndfmc_enable_hwecc()
[all …]
/OK3568_Linux_fs/kernel/drivers/misc/
H A Dpch_phub.c143 static void pch_phub_read_modify_write_reg(struct pch_phub_reg *chip, in pch_phub_read_modify_write_reg()
155 struct pch_phub_reg *chip = pci_get_drvdata(pdev); in pch_phub_save_reg_conf() local
216 struct pch_phub_reg *chip = pci_get_drvdata(pdev); in pch_phub_restore_reg_conf() local
280 static void pch_phub_read_serial_rom(struct pch_phub_reg *chip, in pch_phub_read_serial_rom()
295 static int pch_phub_write_serial_rom(struct pch_phub_reg *chip, in pch_phub_write_serial_rom()
334 static void pch_phub_read_serial_rom_val(struct pch_phub_reg *chip, in pch_phub_read_serial_rom_val()
351 static int pch_phub_write_serial_rom_val(struct pch_phub_reg *chip, in pch_phub_write_serial_rom_val()
368 static int pch_phub_gbe_serial_rom_conf(struct pch_phub_reg *chip) in pch_phub_gbe_serial_rom_conf()
408 static int pch_phub_gbe_serial_rom_conf_mp(struct pch_phub_reg *chip) in pch_phub_gbe_serial_rom_conf_mp()
452 static void pch_phub_read_gbe_mac_addr(struct pch_phub_reg *chip, u8 *data) in pch_phub_read_gbe_mac_addr()
[all …]
/OK3568_Linux_fs/kernel/drivers/iio/light/
H A Disl29018.c93 static int isl29018_set_integration_time(struct isl29018_chip *chip, in isl29018_set_integration_time()
130 static int isl29018_set_scale(struct isl29018_chip *chip, int scale, int uscale) in isl29018_set_scale()
158 static int isl29018_read_sensor_input(struct isl29018_chip *chip, int mode) in isl29018_read_sensor_input()
192 static int isl29018_read_lux(struct isl29018_chip *chip, int *lux) in isl29018_read_lux()
210 static int isl29018_read_ir(struct isl29018_chip *chip, int *ir) in isl29018_read_ir()
224 static int isl29018_read_proximity_ir(struct isl29018_chip *chip, int scheme, in isl29018_read_proximity_ir()
269 struct isl29018_chip *chip = iio_priv(indio_dev); in in_illuminance_scale_available_show() local
290 struct isl29018_chip *chip = iio_priv(indio_dev); in in_illuminance_integration_time_available_show() local
326 struct isl29018_chip *chip = iio_priv(indio_dev); in proximity_on_chip_ambient_infrared_suppression_show() local
340 struct isl29018_chip *chip = iio_priv(indio_dev); in proximity_on_chip_ambient_infrared_suppression_store() local
[all …]
/OK3568_Linux_fs/kernel/sound/usb/
H A Dcard.c219 static int snd_vendor_usb_add_ctls(struct snd_usb_audio *chip) in snd_vendor_usb_add_ctls()
230 **uchip, void (*disconnect_cb)(struct snd_usb_audio *chip)) in find_snd_usb_substream()
235 struct snd_usb_audio *chip = NULL; in find_snd_usb_substream() local
313 static int snd_usb_create_stream(struct snd_usb_audio *chip, int ctrlif, int interface) in snd_usb_create_stream()
395 static int snd_usb_create_streams(struct snd_usb_audio *chip, int ctrlif) in snd_usb_create_streams()
638 struct snd_usb_audio *chip = card->private_data; in snd_usb_audio_free() local
651 struct snd_usb_audio *chip, in usb_audio_make_shortname()
682 struct snd_usb_audio *chip, in usb_audio_make_longname()
759 struct snd_usb_audio *chip; in snd_usb_audio_create() local
842 static bool check_delayed_register_option(struct snd_usb_audio *chip, int iface) in check_delayed_register_option()
[all …]
/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-lp8501.c90 static int lp8501_post_init_device(struct lp55xx_chip *chip) in lp8501_post_init_device()
114 static void lp8501_load_engine(struct lp55xx_chip *chip) in lp8501_load_engine()
142 static void lp8501_stop_engine(struct lp55xx_chip *chip) in lp8501_stop_engine()
148 static void lp8501_turn_off_channels(struct lp55xx_chip *chip) in lp8501_turn_off_channels()
156 static void lp8501_run_engine(struct lp55xx_chip *chip, bool start) in lp8501_run_engine()
204 static int lp8501_update_program_memory(struct lp55xx_chip *chip, in lp8501_update_program_memory()
251 static void lp8501_firmware_loaded(struct lp55xx_chip *chip) in lp8501_firmware_loaded()
273 struct lp55xx_chip *chip = led->chip; in lp8501_led_brightness() local
306 struct lp55xx_chip *chip; in lp8501_probe() local
368 struct lp55xx_chip *chip = led->chip; in lp8501_remove() local
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dmax8925-core.c472 static inline struct max8925_irq_data *irq_to_max8925(struct max8925_chip *chip, in irq_to_max8925()
480 struct max8925_chip *chip = data; in max8925_irq() local
509 struct max8925_chip *chip = data; in max8925_tsc_irq() local
538 struct max8925_chip *chip = irq_data_get_irq_chip_data(data); in max8925_irq_lock() local
545 struct max8925_chip *chip = irq_data_get_irq_chip_data(data); in max8925_irq_sync_unlock() local
623 struct max8925_chip *chip = irq_data_get_irq_chip_data(data); in max8925_irq_enable() local
631 struct max8925_chip *chip = irq_data_get_irq_chip_data(data); in max8925_irq_disable() local
661 static int max8925_irq_init(struct max8925_chip *chip, int irq, in max8925_irq_init()
726 static void init_regulator(struct max8925_chip *chip, in init_regulator()
833 int max8925_device_init(struct max8925_chip *chip, in max8925_device_init()
[all …]
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_tegra.c72 struct azx chip; member
149 struct azx *chip = card->private_data; in hda_tegra_runtime_suspend() local
168 struct azx *chip = card->private_data; in hda_tegra_runtime_resume() local
207 struct azx *chip = device->device_data; in hda_tegra_dev_disconnect() local
218 struct azx *chip = device->device_data; in hda_tegra_dev_free() local
234 static int hda_tegra_init_chip(struct azx *chip, struct platform_device *pdev) in hda_tegra_init_chip()
254 static int hda_tegra_first_init(struct azx *chip, struct platform_device *pdev) in hda_tegra_first_init()
395 struct azx *chip; in hda_tegra_create() local
445 struct azx *chip; in hda_tegra_probe() local
499 struct azx *chip = &hda->chip; in hda_tegra_probe_work() local
[all …]
/OK3568_Linux_fs/kernel/drivers/thermal/qcom/
H A Dqcom-spmi-temp-alarm.c85 static int qpnp_tm_read(struct qpnp_tm_chip *chip, u16 addr, u8 *data) in qpnp_tm_read()
98 static int qpnp_tm_write(struct qpnp_tm_chip *chip, u16 addr, u8 data) in qpnp_tm_write()
109 static int qpnp_tm_get_temp_stage(struct qpnp_tm_chip *chip) in qpnp_tm_get_temp_stage()
130 static int qpnp_tm_update_temp_no_adc(struct qpnp_tm_chip *chip) in qpnp_tm_update_temp_no_adc()
169 struct qpnp_tm_chip *chip = data; in qpnp_tm_get_temp() local
199 static int qpnp_tm_update_critical_trip_temp(struct qpnp_tm_chip *chip, in qpnp_tm_update_critical_trip_temp()
244 struct qpnp_tm_chip *chip = data; in qpnp_tm_set_trip_temp() local
269 struct qpnp_tm_chip *chip = data; in qpnp_tm_isr() local
276 static int qpnp_tm_get_critical_trip_temp(struct qpnp_tm_chip *chip) in qpnp_tm_get_critical_trip_temp()
304 static int qpnp_tm_init(struct qpnp_tm_chip *chip) in qpnp_tm_init()
[all …]
/OK3568_Linux_fs/kernel/drivers/pwm/
H A Dpwm-imx1.c32 struct pwm_chip chip; member
35 #define to_pwm_imx1_chip(chip) container_of(chip, struct pwm_imx1_chip, chip) argument
37 static int pwm_imx1_clk_prepare_enable(struct pwm_chip *chip) in pwm_imx1_clk_prepare_enable()
55 static void pwm_imx1_clk_disable_unprepare(struct pwm_chip *chip) in pwm_imx1_clk_disable_unprepare()
63 static int pwm_imx1_config(struct pwm_chip *chip, in pwm_imx1_config()
94 static int pwm_imx1_enable(struct pwm_chip *chip, struct pwm_device *pwm) in pwm_imx1_enable()
111 static void pwm_imx1_disable(struct pwm_chip *chip, struct pwm_device *pwm) in pwm_imx1_disable()
H A Dpwm-bcm2835.c27 struct pwm_chip chip; member
33 static inline struct bcm2835_pwm *to_bcm2835_pwm(struct pwm_chip *chip) in to_bcm2835_pwm()
38 static int bcm2835_pwm_request(struct pwm_chip *chip, struct pwm_device *pwm) in bcm2835_pwm_request()
51 static void bcm2835_pwm_free(struct pwm_chip *chip, struct pwm_device *pwm) in bcm2835_pwm_free()
61 static int bcm2835_pwm_config(struct pwm_chip *chip, struct pwm_device *pwm, in bcm2835_pwm_config()
87 static int bcm2835_pwm_enable(struct pwm_chip *chip, struct pwm_device *pwm) in bcm2835_pwm_enable()
99 static void bcm2835_pwm_disable(struct pwm_chip *chip, struct pwm_device *pwm) in bcm2835_pwm_disable()
109 static int bcm2835_set_polarity(struct pwm_chip *chip, struct pwm_device *pwm, in bcm2835_set_polarity()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ingenic/
H A Dingenic_nand_drv.c53 struct nand_chip chip; member
74 struct nand_chip *chip = mtd_to_nand(mtd); in qi_lb60_ooblayout_ecc() local
89 struct nand_chip *chip = mtd_to_nand(mtd); in qi_lb60_ooblayout_free() local
109 struct nand_chip *chip = mtd_to_nand(mtd); in jz4725b_ooblayout_ecc() local
124 struct nand_chip *chip = mtd_to_nand(mtd); in jz4725b_ooblayout_free() local
141 static void ingenic_nand_ecc_hwctl(struct nand_chip *chip, int mode) in ingenic_nand_ecc_hwctl()
148 static int ingenic_nand_ecc_calculate(struct nand_chip *chip, const u8 *dat, in ingenic_nand_ecc_calculate()
169 static int ingenic_nand_ecc_correct(struct nand_chip *chip, u8 *dat, in ingenic_nand_ecc_correct()
183 static int ingenic_nand_attach_chip(struct nand_chip *chip) in ingenic_nand_attach_chip()
254 static int ingenic_nand_exec_instr(struct nand_chip *chip, in ingenic_nand_exec_instr()
[all …]
/OK3568_Linux_fs/kernel/drivers/bcma/
H A Ddriver_gpio.c20 static int bcma_gpio_get_value(struct gpio_chip *chip, unsigned gpio) in bcma_gpio_get_value()
27 static void bcma_gpio_set_value(struct gpio_chip *chip, unsigned gpio, in bcma_gpio_set_value()
35 static int bcma_gpio_direction_input(struct gpio_chip *chip, unsigned gpio) in bcma_gpio_direction_input()
43 static int bcma_gpio_direction_output(struct gpio_chip *chip, unsigned gpio, in bcma_gpio_direction_output()
53 static int bcma_gpio_request(struct gpio_chip *chip, unsigned gpio) in bcma_gpio_request()
66 static void bcma_gpio_free(struct gpio_chip *chip, unsigned gpio) in bcma_gpio_free()
124 struct gpio_chip *chip = &cc->gpio; in bcma_gpio_irq_init() local
173 struct gpio_chip *chip = &cc->gpio; in bcma_gpio_init() local

12345678910>>...59