Home
last modified time | relevance | path

Searched defs:chip (Results 1076 – 1100 of 1461) sorted by relevance

1...<<41424344454647484950>>...59

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86pciBus.c616 int chip; member
1307 uint16_t vendor, chip; local
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dda9063-regulator.c89 #define DA9063_LDO(chip, regl_name, min_mV, step_mV, max_mV) \ argument
108 #define DA9063_BUCK(chip, regl_name, min_mV, step_mV, max_mV, limits_array, \ argument
H A D88pm8607.c317 struct pm860x_chip *chip = dev_get_drvdata(pdev->dev.parent); in pm8607_regulator_probe() local
H A Dmax8925-regulator.c220 struct max8925_chip *chip = dev_get_drvdata(pdev->dev.parent); in max8925_regulator_probe() local
H A D88pm800-regulator.c228 struct pm80x_chip *chip = dev_get_drvdata(pdev->dev.parent); in pm800_regulator_probe() local
/OK3568_Linux_fs/kernel/drivers/pinctrl/samsung/
H A Dpinctrl-s3c24xx.c297 struct irq_chip *chip = irq_data_get_irq_chip(data); in s3c2412_demux_eint0_3() local
359 struct irq_chip *chip = irq_desc_get_chip(desc); in s3c24xx_demux_eint() local
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Drcar_thermal.c93 const struct rcar_thermal_chip *chip; member
469 const struct rcar_thermal_chip *chip = of_device_get_match_data(dev); in rcar_thermal_probe() local
/OK3568_Linux_fs/kernel/drivers/staging/rts5208/
H A Drtsx_card.h1018 static inline u32 get_card_size(struct rtsx_chip *chip, unsigned int lun) in get_card_size()
1033 static inline int switch_clock(struct rtsx_chip *chip, int clk) in switch_clock()
1048 static inline int card_power_off_all(struct rtsx_chip *chip) in card_power_off_all()
1059 static inline void rtsx_clear_xd_error(struct rtsx_chip *chip) in rtsx_clear_xd_error()
1065 static inline void rtsx_clear_sd_error(struct rtsx_chip *chip) in rtsx_clear_sd_error()
1071 static inline void rtsx_clear_ms_error(struct rtsx_chip *chip) in rtsx_clear_ms_error()
1077 static inline void rtsx_clear_spi_error(struct rtsx_chip *chip) in rtsx_clear_spi_error()
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-tegra.c283 struct msi_controller chip; member
336 static inline struct tegra_msi *to_tegra_msi(struct msi_controller *chip) in to_tegra_msi()
1554 static int tegra_msi_alloc(struct tegra_msi *chip) in tegra_msi_alloc()
1571 static void tegra_msi_free(struct tegra_msi *chip, unsigned long irq) in tegra_msi_free()
1627 static int tegra_msi_setup_irq(struct msi_controller *chip, in tegra_msi_setup_irq()
1656 static void tegra_msi_teardown_irq(struct msi_controller *chip, in tegra_msi_teardown_irq()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pasemi/
H A Dsetup.c208 struct irq_chip *chip = irq_desc_get_chip(desc); in sb600_8259_cascade() local
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dat91_i2c.c202 static int at91_i2c_probe_chip(struct udevice *dev, uint chip, uint chip_flags) in at91_i2c_probe_chip()
/OK3568_Linux_fs/kernel/drivers/misc/
H A Dcs5535-mfgpt.c31 struct cs5535_mfgpt_chip *chip; member
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-hlwd.c62 struct irq_chip *chip = irq_desc_get_chip(desc); in hlwd_gpio_irqhandler() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dhndpmu.c180 #define SDIOD_DRVSTR_KEY(chip, pmu) (((chip) << 16) | (pmu)) argument
/OK3568_Linux_fs/kernel/drivers/dma/dw-edma/
H A Ddw-edma-v0-debugfs.c286 void dw_edma_v0_debugfs_on(struct dw_edma_chip *chip) in dw_edma_v0_debugfs_on()
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/
H A Ddmc_init_ddr3.c453 int chip; in ddr3_mem_ctrl_init() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_mdss.c39 struct irq_chip *chip = irq_desc_get_chip(desc); in dpu_mdss_irq() local
/OK3568_Linux_fs/kernel/drivers/memory/
H A Domap-gpmc.c2330 static int gpmc_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) in gpmc_gpio_get_direction()
2335 static int gpmc_gpio_direction_input(struct gpio_chip *chip, in gpmc_gpio_direction_input()
2341 static int gpmc_gpio_direction_output(struct gpio_chip *chip, in gpmc_gpio_direction_output()
2347 static void gpmc_gpio_set(struct gpio_chip *chip, unsigned int offset, in gpmc_gpio_set()
2352 static int gpmc_gpio_get(struct gpio_chip *chip, unsigned int offset) in gpmc_gpio_get()
/OK3568_Linux_fs/kernel/kernel/irq/
H A Dirqdomain.c1298 irq_hw_number_t hwirq, struct irq_chip *chip, in irq_domain_set_hwirq_and_chip()
1326 irq_hw_number_t hwirq, struct irq_chip *chip, in irq_domain_set_info()
1830 irq_hw_number_t hwirq, struct irq_chip *chip, in irq_domain_set_info()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/chrp/
H A Dsetup.c362 struct irq_chip *chip = irq_desc_get_chip(desc); in chrp_8259_cascade() local
/OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/
H A Dnvp6158_audio.c171 void nvp6158_audio_powerdown(unsigned char chip) in nvp6158_audio_powerdown()
/OK3568_Linux_fs/kernel/sound/pci/ca0106/
H A Dca0106_mixer.c890 void snd_ca0106_mixer_suspend(struct snd_ca0106 *chip) in snd_ca0106_mixer_suspend()
901 void snd_ca0106_mixer_resume(struct snd_ca0106 *chip) in snd_ca0106_mixer_resume()
/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A Dhda.c743 const struct sof_intel_dsp_desc *chip; in hda_dsp_probe() local
913 const struct sof_intel_dsp_desc *chip = hda->desc; in hda_dsp_remove() local
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk-cdce925.c66 struct clk_cdce925_chip *chip; member
75 struct clk_cdce925_chip *chip; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dusbrdl.h88 uint32 chip; /* Chip id */ member

1...<<41424344454647484950>>...59