/linux/drivers/macintosh/ |
H A D | macio_asic.c | 358 static struct macio_dev * macio_add_one_device(struct macio_chip *chip, in macio_add_one_device() argument 457 macio_pci_add_devices(struct macio_chip * chip) macio_pci_add_devices() argument 688 struct macio_chip* chip; macio_pci_probe() local [all...] |
/linux/drivers/hwmon/pmbus/ |
H A D | adm1266.c | 162 static int adm1266_gpio_get(struct gpio_chip *chip, unsigned int offset) in adm1266_gpio_get() argument 186 static int adm1266_gpio_get_multiple(struct gpio_chip *chip, unsigned long *mask, in adm1266_gpio_get_multiple() argument 222 static void adm1266_gpio_dbg_show(struct seq_file *s, struct gpio_chip *chip) in adm1266_gpio_dbg_show() argument
|
/linux/sound/usb/6fire/ |
H A D | control.c | 550 usb6fire_control_init(struct sfire_chip * chip) usb6fire_control_init() argument 610 usb6fire_control_abort(struct sfire_chip * chip) usb6fire_control_abort() argument 613 usb6fire_control_destroy(struct sfire_chip * chip) usb6fire_control_destroy() argument [all...] |
/linux/drivers/hwmon/ |
H A D | max6697.c | 90 const struct max6697_chip_data *chip; member 331 const struct max6697_chip_data *chip = data->chip; in max6697_is_visible() local 422 const struct max6697_chip_data *chip = data->chip; max6697_config_of() local [all...] |
H A D | shtc1.c | 65 enum shtcx_chips chip; member 196 enum shtcx_chips chip = (uintptr_t)i2c_get_match_data(client); in shtc1_probe() local
|
/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | tx.c | 407 const struct rtw_chip_info *chip = rtwdev->chip; in rtw_tx_pkt_info_update() local 451 const struct rtw_chip_info *chip = rtwdev->chip; in rtw_tx_rsvd_page_pkt_info_update() local 502 const struct rtw_chip_info *chip = rtwdev->chip; in rtw_tx_write_data_rsvd_page_get() local 528 const struct rtw_chip_info *chip = rtwdev->chip; rtw_tx_write_data_h2c_get() local [all...] |
H A D | util.c | 26 const struct rtw_chip_info *chip = rtwdev->chip; in ltecoex_read_reg() local 40 const struct rtw_chip_info *chip = rtwdev->chip; in ltecoex_reg_write() local
|
H A D | fw.c | 1083 const struct rtw_chip_info *chip = rtwdev->chip; in rtw_nlo_info_get() local 1138 const struct rtw_chip_info *chip = rtwdev->chip; in rtw_cs_channel_info_get() local 1172 const struct rtw_chip_info *chip = rtwdev->chip; rtw_lps_pg_dpk_get() local 1197 const struct rtw_chip_info *chip = rtwdev->chip; rtw_lps_pg_info_get() local 1301 const struct rtw_chip_info *chip = rtwdev->chip; rtw_fill_rsvd_page_desc() local 1624 const struct rtw_chip_info *chip = rtwdev->chip; rtw_build_rsvd_page() local 1840 const struct rtw_chip_info *chip = rtwdev->chip; rtw_fw_read_fifo() local 1899 const struct rtw_chip_info *chip = rtwdev->chip; __rtw_fw_update_pkt() local 2011 const struct rtw_chip_info *chip = rtwdev->chip; rtw_append_probe_req_ie() local 2034 const struct rtw_chip_info *chip = rtwdev->chip; _rtw_hw_scan_update_probe_req() local [all...] |
/linux/drivers/pinctrl/ |
H A D | pinctrl-rk805.c | 314 static int rk805_gpio_get(struct gpio_chip *chip, unsigned int offset) in rk805_gpio_get() argument 328 static int rk805_gpio_set(struct gpio_chip *chip, unsigned int offset, in rk805_gpio_set() argument 339 static int rk805_gpio_direction_output(struct gpio_chip *chip, in rk805_gpio_direction_output() argument 351 static int rk805_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) in rk805_gpio_get_direction() argument [all...] |
/linux/drivers/gpio/ |
H A D | gpio-mxc.c | 276 struct irq_chip *chip = irq_desc_get_chip(desc); in mx3_gpio_irq_handler() local 295 struct irq_chip *chip = irq_desc_get_chip(desc); in mx2_gpio_irq_handler() local 381 mxc_gpio_request(struct gpio_chip * chip,unsigned int offset) mxc_gpio_request() argument 392 mxc_gpio_free(struct gpio_chip * chip,unsigned int offset) mxc_gpio_free() argument [all...] |
H A D | gpio-msc313.c | 489 static int msc313_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) in msc313_gpio_set() argument 504 static int msc313_gpio_get(struct gpio_chip *chip, unsigned int offset) in msc313_gpio_get() argument 511 static int msc313_gpio_direction_input(struct gpio_chip *chip, unsigned int offset) in msc313_gpio_direction_input() argument 522 static int msc313_gpio_direction_output(struct gpio_chip *chip, unsigned int offset, int value) in msc313_gpio_direction_output() argument 589 static int msc313e_gpio_child_to_parent_hwirq(struct gpio_chip *chip, in msc313e_gpio_child_to_parent_hwirq() argument [all...] |
/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | pcs-639x.c | 97 struct mv88e6xxx_chip *chip, int port) in mv88e639x_pcs_setup_irq() argument 115 static void mv88e639x_pcs_teardown(struct mv88e6xxx_chip *chip, int port) in mv88e639x_pcs_teardown() argument 449 mv88e639x_pcs_select(struct mv88e6xxx_chip *chip, int port, in mv88e639x_pcs_select() argument 549 static int mv88e6390_pcs_init(struct mv88e6xxx_chip *chip, in argument 927 mv88e6393x_pcs_init(struct mv88e6xxx_chip * chip,int port) mv88e6393x_pcs_init() argument [all...] |
H A D | hwtstamp.h | 169 static inline int mv88e6xxx_hwtstamp_setup(struct mv88e6xxx_chip *chip) in mv88e6xxx_hwtstamp_setup() argument 174 static inline void mv88e6xxx_hwtstamp_free(struct mv88e6xxx_chip *chip) in mv88e6xxx_hwtstamp_free() argument
|
/linux/arch/powerpc/platforms/85xx/ |
H A D | mpc85xx_8259.c | 24 struct irq_chip *chip = irq_desc_get_chip(desc); in mpc85xx_8259_cascade() local
|
/linux/drivers/char/tpm/ |
H A D | tpm-dev.c | 20 struct tpm_chip *chip; in tpm_open() local
|
/linux/arch/powerpc/platforms/86xx/ |
H A D | pic.c | 20 struct irq_chip *chip = irq_desc_get_chip(desc); in mpc86xx_8259_cascade() local
|
/linux/drivers/char/tpm/eventlog/ |
H A D | efi.c | 17 int tpm_read_log_efi(struct tpm_chip *chip) in tpm_read_log_efi() argument
|
/linux/include/linux/mtd/ |
H A D | rawnand.h | 142 #define NAND_HAS_SUBPAGE_READ(chip) ((chip->options & NAND_SUBPAGE_READ)) argument 1353 nand_to_mtd(struct nand_chip * chip) nand_to_mtd() argument 1358 nand_get_controller_data(struct nand_chip * chip) nand_get_controller_data() argument 1363 nand_set_controller_data(struct nand_chip * chip,void * priv) nand_set_controller_data() argument 1368 nand_set_manufacturer_data(struct nand_chip * chip,void * priv) nand_set_manufacturer_data() argument 1374 nand_get_manufacturer_data(struct nand_chip * chip) nand_get_manufacturer_data() argument 1379 nand_set_flash_node(struct nand_chip * chip,struct device_node * np) nand_set_flash_node() argument 1385 nand_get_flash_node(struct nand_chip * chip) nand_get_flash_node() argument 1396 nand_get_interface_config(struct nand_chip * chip) nand_get_interface_config() argument 1482 nand_is_slc(struct nand_chip * chip) nand_is_slc() argument 1590 nand_scan(struct nand_chip * chip,unsigned int max_chips) nand_scan() argument 1634 nand_get_data_buf(struct nand_chip * chip) nand_get_data_buf() argument [all...] |
/linux/drivers/dma/dw/ |
H A D | idma32.c | 261 int idma32_dma_probe(struct dw_dma_chip *chip) in idma32_dma_probe() argument 290 int idma32_dma_remove(struct dw_dma_chip *chip) in idma32_dma_remove() argument
|
/linux/drivers/spi/ |
H A D | spi-xcomm.c | 47 static int spi_xcomm_gpio_set_value(struct gpio_chip *chip, in spi_xcomm_gpio_set_value() argument 59 static int spi_xcomm_gpio_get_direction(struct gpio_chip *chip, in spi_xcomm_gpio_get_direction() argument
|
/linux/sound/soc/codecs/ |
H A D | es7134.c | 34 const struct es7134_chip *chip; member 109 const struct es7134_chip *chip = priv->chip; in es7134_component_probe() local [all...] |
/linux/drivers/dma/dw-edma/ |
H A D | dw-edma-pcie.c | 166 struct dw_edma_chip *chip; in dw_edma_pcie_probe() local 356 struct dw_edma_chip *chip = pci_get_drvdata(pdev); dw_edma_pcie_remove() local [all...] |
/linux/sound/pci/trident/ |
H A D | trident_main.c | 3099 struct snd_trident *chip = gameport_get_port_data(gameport); in snd_trident_gameport_read() local 3108 struct snd_trident *chip = gameport_get_port_data(gameport); in snd_trident_gameport_trigger() local 3117 struct snd_trident *chip = gameport_get_port_data(gameport); in snd_trident_gameport_cooked_read() local 3135 struct snd_trident *chip = gameport_get_port_data(gameport); snd_trident_gameport_open() local 3153 snd_trident_create_gameport(struct snd_trident * chip) snd_trident_create_gameport() argument 3180 snd_trident_free_gameport(struct snd_trident * chip) snd_trident_free_gameport() argument 3188 snd_trident_create_gameport(struct snd_trident * chip) snd_trident_create_gameport() argument 3189 snd_trident_free_gameport(struct snd_trident * chip) snd_trident_free_gameport() argument 3195 do_delay(struct snd_trident * chip) do_delay() argument [all...] |
/linux/drivers/pinctrl/stm32/ |
H A D | pinctrl-stm32.c | 82 #define gpio_range_to_bank(chip) \ argument 300 static int stm32_gpio_request(struct gpio_chip *chip, unsigned offset) in stm32_gpio_request() argument 323 static void stm32_gpio_free(struct gpio_chip *chip, unsigned int offset) in stm32_gpio_free() argument 333 static int stm32_gpio_get(struct gpio_chip *chip, unsigned offset) in stm32_gpio_get() argument 340 stm32_gpio_set(struct gpio_chip * chip,unsigned int offset,int value) stm32_gpio_set() argument 350 stm32_gpio_direction_output(struct gpio_chip * chip,unsigned offset,int value) stm32_gpio_direction_output() argument 361 stm32_gpio_to_irq(struct gpio_chip * chip,unsigned int offset) stm32_gpio_to_irq() argument 374 stm32_gpio_get_direction(struct gpio_chip * chip,unsigned int offset) stm32_gpio_get_direction() argument 392 stm32_gpio_init_valid_mask(struct gpio_chip * chip,unsigned long * valid_mask,unsigned int ngpios) stm32_gpio_init_valid_mask() argument [all...] |
/linux/drivers/pwm/ |
H A D | pwm-lpss-pci.c | 22 struct pwm_chip *chip; in pwm_lpss_probe_pci() local
|