| /OK3568_Linux_fs/kernel/drivers/pinctrl/ |
| H A D | pinctrl-oxnas.c | 753 static int oxnas_gpio_get_direction(struct gpio_chip *chip, in oxnas_gpio_get_direction() 765 static int oxnas_gpio_direction_input(struct gpio_chip *chip, in oxnas_gpio_direction_input() 776 static int oxnas_gpio_get(struct gpio_chip *chip, unsigned int offset) in oxnas_gpio_get() 784 static void oxnas_gpio_set(struct gpio_chip *chip, unsigned int offset, in oxnas_gpio_set() 796 static int oxnas_gpio_direction_output(struct gpio_chip *chip, in oxnas_gpio_direction_output() 812 struct gpio_chip *chip = range->gc; in oxnas_gpio_set_direction() local 986 struct gpio_chip *chip = irq_data_get_irq_chip_data(data); in oxnas_gpio_irq_ack() local 995 struct gpio_chip *chip = irq_data_get_irq_chip_data(data); in oxnas_gpio_irq_mask() local 1011 struct gpio_chip *chip = irq_data_get_irq_chip_data(data); in oxnas_gpio_irq_unmask() local 1027 struct gpio_chip *chip = irq_data_get_irq_chip_data(data); in oxnas_gpio_irq_startup() local [all …]
|
| H A D | pinctrl-axp209.c | 62 struct gpio_chip chip; member 113 static int axp20x_gpio_input(struct gpio_chip *chip, unsigned int offset) in axp20x_gpio_input() 118 static int axp20x_gpio_get(struct gpio_chip *chip, unsigned int offset) in axp20x_gpio_get() 131 static int axp20x_gpio_get_direction(struct gpio_chip *chip, in axp20x_gpio_get_direction() 164 static int axp20x_gpio_output(struct gpio_chip *chip, unsigned int offset, in axp20x_gpio_output() 172 static void axp20x_gpio_set(struct gpio_chip *chip, unsigned int offset, in axp20x_gpio_set()
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-lpc18xx.c | 268 static void lpc18xx_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in lpc18xx_gpio_set() 274 static int lpc18xx_gpio_get(struct gpio_chip *chip, unsigned offset) in lpc18xx_gpio_get() 280 static int lpc18xx_gpio_direction(struct gpio_chip *chip, unsigned offset, in lpc18xx_gpio_direction() 302 static int lpc18xx_gpio_direction_input(struct gpio_chip *chip, in lpc18xx_gpio_direction_input() 308 static int lpc18xx_gpio_direction_output(struct gpio_chip *chip, in lpc18xx_gpio_direction_output()
|
| H A D | gpio-ts5500.c | 198 static int ts5500_gpio_input(struct gpio_chip *chip, unsigned offset) in ts5500_gpio_input() 217 static int ts5500_gpio_get(struct gpio_chip *chip, unsigned offset) in ts5500_gpio_get() 225 static int ts5500_gpio_output(struct gpio_chip *chip, unsigned offset, int val) in ts5500_gpio_output() 247 static void ts5500_gpio_set(struct gpio_chip *chip, unsigned offset, int val) in ts5500_gpio_set() 261 static int ts5500_gpio_to_irq(struct gpio_chip *chip, unsigned offset) in ts5500_gpio_to_irq()
|
| /OK3568_Linux_fs/kernel/drivers/iio/dac/ |
| H A D | ad5592r-base.c | 24 static int ad5592r_gpio_get(struct gpio_chip *chip, unsigned offset) in ad5592r_gpio_get() 45 static void ad5592r_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in ad5592r_gpio_set() 61 static int ad5592r_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in ad5592r_gpio_direction_input() 83 static int ad5592r_gpio_direction_output(struct gpio_chip *chip, in ad5592r_gpio_direction_output() 115 static int ad5592r_gpio_request(struct gpio_chip *chip, unsigned offset) in ad5592r_gpio_request()
|
| /OK3568_Linux_fs/kernel/drivers/leds/ |
| H A D | leds-an30259a.c | 65 struct an30259a *chip; member 203 struct an30259a *chip) in an30259a_dt_init() 260 struct an30259a *chip = led->chip; in an30259a_init_default_state() local 288 struct an30259a *chip; in an30259a_probe() local 339 struct an30259a *chip = i2c_get_clientdata(client); in an30259a_remove() local
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | davinci_nand.c | 57 struct nand_chip *chip = mtd_to_nand(mtd); in nand_davinci_read_buf() local 102 struct nand_chip *chip = mtd_to_nand(mtd); in nand_davinci_write_buf() local 363 static int nand_davinci_write_page(struct mtd_info *mtd, struct nand_chip *chip, in nand_davinci_write_page() 422 static int nand_davinci_read_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip, in nand_davinci_read_page_hwecc() 791 int board_nand_init(struct nand_chip *chip) in board_nand_init()
|
| H A D | lpc32xx_nand_mlc.c | 235 struct nand_chip *chip, uint8_t *buf, int oob_required, in lpc32xx_read_page_hwecc() 283 struct nand_chip *chip, uint8_t *buf, int oob_required, in lpc32xx_read_page_raw() 331 static int lpc32xx_read_oob(struct mtd_info *mtd, struct nand_chip *chip, in lpc32xx_read_oob() 385 struct nand_chip *chip, const uint8_t *buf, int oob_required, in lpc32xx_write_page_hwecc() 443 struct nand_chip *chip, const uint8_t *buf, int oob_required, in lpc32xx_write_page_raw() 478 static int lpc32xx_write_oob(struct mtd_info *mtd, struct nand_chip *chip, in lpc32xx_write_oob() 514 static int lpc32xx_waitfunc(struct mtd_info *mtd, struct nand_chip *chip) in lpc32xx_waitfunc()
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | pv88090-regulator.c | 161 #define PV88090_BUCK(chip, regl_name, min, step, max, limits_array) \ argument 187 #define PV88090_LDO(chip, regl_name, min, step, max) \ argument 220 struct pv88090 *chip = data; in pv88090_irq_handler() local 272 struct pv88090 *chip; in pv88090_i2c_probe() local
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/ |
| H A D | pcie-rcar-host.c | 38 struct msi_controller chip; member 45 static inline struct rcar_msi *to_rcar_msi(struct msi_controller *chip) in to_rcar_msi() 478 static int rcar_msi_alloc(struct rcar_msi *chip) in rcar_msi_alloc() 495 static int rcar_msi_alloc_region(struct rcar_msi *chip, int no_irqs) in rcar_msi_alloc_region() 507 static void rcar_msi_free(struct rcar_msi *chip, unsigned long irq) in rcar_msi_free() 553 static int rcar_msi_setup_irq(struct msi_controller *chip, struct pci_dev *pdev, in rcar_msi_setup_irq() 585 static int rcar_msi_setup_irqs(struct msi_controller *chip, in rcar_msi_setup_irqs() 639 static void rcar_msi_teardown_irq(struct msi_controller *chip, unsigned int irq) in rcar_msi_teardown_irq()
|
| /OK3568_Linux_fs/kernel/sound/isa/sb/ |
| H A D | sb16_csp.c | 102 int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep) in snd_sb_csp_new() 474 static inline int command_seq(struct snd_sb *chip, const unsigned char *seq, int size) in command_seq() 487 static int set_codec_parameter(struct snd_sb *chip, unsigned char par, unsigned char val) in set_codec_parameter() 504 static int set_register(struct snd_sb *chip, unsigned char reg, unsigned char val) in set_register() 518 static int read_register(struct snd_sb *chip, unsigned char reg) in read_register() 531 static int set_mode_register(struct snd_sb *chip, unsigned char mode) in set_mode_register() 544 static int csp_detect(struct snd_sb *chip, int *version) in csp_detect() 581 static int get_version(struct snd_sb *chip) in get_version()
|
| /OK3568_Linux_fs/kernel/drivers/base/regmap/ |
| H A D | regmap-irq.c | 25 const struct regmap_irq_chip *chip; member 339 const struct regmap_irq_chip *chip = data->chip; in read_sub_irq_data() local 366 const struct regmap_irq_chip *chip = data->chip; in regmap_irq_thread() local 581 const struct regmap_irq_chip *chip, in regmap_add_irq_chip_fwnode() 856 int irq_base, const struct regmap_irq_chip *chip, in regmap_add_irq_chip() 949 const struct regmap_irq_chip *chip, in devm_regmap_add_irq_chip_fwnode() 992 const struct regmap_irq_chip *chip, in devm_regmap_add_irq_chip()
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/ |
| H A D | lan9303_mdio.c | 22 struct lan9303 chip; member 61 static int lan9303_mdio_phy_write(struct lan9303 *chip, int phy, int reg, in lan9303_mdio_phy_write() 69 static int lan9303_mdio_phy_read(struct lan9303 *chip, int phy, int reg) in lan9303_mdio_phy_read()
|
| /OK3568_Linux_fs/kernel/sound/usb/6fire/ |
| H A D | midi.c | 151 int usb6fire_midi_init(struct sfire_chip *chip) in usb6fire_midi_init() 199 void usb6fire_midi_abort(struct sfire_chip *chip) in usb6fire_midi_abort() 207 void usb6fire_midi_destroy(struct sfire_chip *chip) in usb6fire_midi_destroy()
|
| H A D | comm.c | 142 int usb6fire_comm_init(struct sfire_chip *chip) in usb6fire_comm_init() 185 void usb6fire_comm_abort(struct sfire_chip *chip) in usb6fire_comm_abort() 193 void usb6fire_comm_destroy(struct sfire_chip *chip) in usb6fire_comm_destroy()
|
| /OK3568_Linux_fs/kernel/include/linux/dma/ |
| H A D | edma.h | 36 static inline int dw_edma_probe(struct dw_edma_chip *chip) in dw_edma_probe() 41 static inline int dw_edma_remove(struct dw_edma_chip *chip) in dw_edma_remove()
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | max8925_power.c | 64 struct max8925_chip *chip; member 87 struct max8925_chip *chip = info->chip; in __set_charger() local 108 struct max8925_chip *chip = info->chip; in max8925_charger_handler() local 382 static int max8925_init_charger(struct max8925_chip *chip, in max8925_init_charger() 442 struct max8925_chip *chip = info->chip; in max8925_deinit_charger() local 506 struct max8925_chip *chip = dev_get_drvdata(pdev->dev.parent); in max8925_power_probe() local
|
| /OK3568_Linux_fs/kernel/sound/usb/hiface/ |
| H A D | pcm.c | 25 struct hiface_chip *chip; member 49 struct hiface_chip *chip; member 507 struct hiface_chip *chip, in hiface_pcm_init_urb() 528 void hiface_pcm_abort(struct hiface_chip *chip) in hiface_pcm_abort() 541 static void hiface_pcm_destroy(struct hiface_chip *chip) in hiface_pcm_destroy() 561 int hiface_pcm_init(struct hiface_chip *chip, u8 extra_freq) in hiface_pcm_init()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/ |
| H A D | i2c-stub.c | 91 struct stub_chip *chip, in stub_find_block() 112 static u16 *stub_get_wordp(struct stub_chip *chip, u8 offset) in stub_get_wordp() 129 struct stub_chip *chip = NULL; in stub_xfer() local 319 struct stub_chip *chip = stub_chips + i; in i2c_stub_allocate_banks() local
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | dm355evm_msp.c | 171 static int msp_gpio_in(struct gpio_chip *chip, unsigned offset) in msp_gpio_in() 185 static int msp_gpio_get(struct gpio_chip *chip, unsigned offset) in msp_gpio_get() 198 static int msp_gpio_out(struct gpio_chip *chip, unsigned offset, int value) in msp_gpio_out() 220 static void msp_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in msp_gpio_set()
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/nomadik/ |
| H A D | pinctrl-nomadik.c | 246 struct gpio_chip chip; member 546 struct nmk_gpio_chip *chip = nmk_gpio_chips[i]; in nmk_gpio_glitch_slpm_init() local 564 struct nmk_gpio_chip *chip = nmk_gpio_chips[i]; in nmk_gpio_glitch_slpm_restore() local 611 struct gpio_chip *chip = irq_data_get_irq_chip_data(d); in nmk_gpio_irq_ack() local 805 struct gpio_chip *chip = irq_desc_get_handler_data(desc); in nmk_gpio_irq_handler() local 827 static int nmk_gpio_get_dir(struct gpio_chip *chip, unsigned offset) in nmk_gpio_get_dir() 844 static int nmk_gpio_make_input(struct gpio_chip *chip, unsigned offset) in nmk_gpio_make_input() 857 static int nmk_gpio_get_input(struct gpio_chip *chip, unsigned offset) in nmk_gpio_get_input() 871 static void nmk_gpio_set_output(struct gpio_chip *chip, unsigned offset, in nmk_gpio_set_output() 883 static int nmk_gpio_make_output(struct gpio_chip *chip, unsigned offset, in nmk_gpio_make_output() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pwm/ |
| H A D | pwm-crc.c | 33 struct pwm_chip chip; member 54 static int crc_pwm_apply(struct pwm_chip *chip, struct pwm_device *pwm, in crc_pwm_apply() 124 static void crc_pwm_get_state(struct pwm_chip *chip, struct pwm_device *pwm, in crc_pwm_get_state()
|
| /OK3568_Linux_fs/kernel/sound/pci/pcxhr/ |
| H A D | pcxhr_hwdep.c | 232 struct snd_pcxhr *chip; in pcxhr_config_pipes() local 260 struct snd_pcxhr *chip; in pcxhr_start_pipes() local 323 struct snd_pcxhr *chip = mgr->chip[card_index]; in pcxhr_dsp_load() local
|
| /OK3568_Linux_fs/kernel/sound/pci/vx222/ |
| H A D | vx222.c | 104 static int snd_vx222_free(struct vx_core *chip) in snd_vx222_free() 119 struct vx_core *chip = device->device_data; in snd_vx222_dev_free() local 128 struct vx_core *chip; in snd_vx222_create() local
|
| /OK3568_Linux_fs/u-boot/drivers/irq/ |
| H A D | virq.c | 37 struct virq_chip *chip; /* irq chip */ member 80 int virq_to_irq(struct virq_chip *chip, int virq) in virq_to_irq() 187 struct virq_chip *chip; in virq_chip_generic_handler() local 242 int virq_add_chip(struct udevice *dev, struct virq_chip *chip, int irq) in virq_add_chip() 327 struct virq_chip *chip; in __virq_enable() local
|