Home
last modified time | relevance | path

Searched refs:gpiodev (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/drivers/gpio/
A Dgpiolib.h253 dev_emerg(&gc->gpiodev->dev, "(%s): " fmt, gc->label, ##__VA_ARGS__)
255 dev_crit(&gc->gpiodev->dev, "(%s): " fmt, gc->label, ##__VA_ARGS__)
257 dev_err(&gc->gpiodev->dev, "(%s): " fmt, gc->label, ##__VA_ARGS__)
259 dev_warn(&gc->gpiodev->dev, "(%s): " fmt, gc->label, ##__VA_ARGS__)
261 dev_info(&gc->gpiodev->dev, "(%s): " fmt, gc->label, ##__VA_ARGS__)
263 dev_dbg(&gc->gpiodev->dev, "(%s): " fmt, gc->label, ##__VA_ARGS__)
A Dgpiolib-of.c123 return device_match_of_node(&chip->gpiodev->dev, gpiospec->np) && in of_gpiochip_match_node_and_xlate()
669 chip_np = dev_of_node(&chip->gpiodev->dev); in of_parse_own_gpio()
761 for_each_available_child_of_node(dev_of_node(&chip->gpiodev->dev), np) { in of_gpiochip_scan_gpios()
795 return device_match_of_node(&chip->gpiodev->dev, data); in of_gpiochip_match_node()
979 np = dev_of_node(&chip->gpiodev->dev); in of_gpiochip_add_pin_range()
1060 np = dev_of_node(&chip->gpiodev->dev); in of_gpiochip_add()
A Dgpiolib.c146 struct gpio_device *gdev = gc->gpiodev; in gpiochip_get_desc()
338 struct gpio_device *gdev = gc->gpiodev; in gpiochip_set_desc_names()
370 struct gpio_device *gdev = chip->gpiodev; in devprop_gpiochip_set_names()
452 struct device *dev = &gc->gpiodev->dev; in gpiochip_count_reserved_ranges()
477 struct device *dev = &gc->gpiodev->dev; in gpiochip_apply_reserved_ranges()
695 gc->gpiodev = gdev; in gpiochip_add_data_with_key()
933 return gc->gpiodev->data; in gpiochip_get_data()
945 struct gpio_device *gdev = gc->gpiodev; in gpiochip_remove()
1856 struct gpio_device *gdev = gc->gpiodev; in gpiochip_add_pingroup_range()
3452 module_put(gc->gpiodev->owner); in gpiochip_reqres_irq()
[all …]
A Dgpio-sim.c69 desc = &gc->gpiodev->descs[offset]; in gpio_sim_apply_pull()
298 sysfs_remove_groups(&chip->gc.gpiodev->dev.kobj, chip->attr_groups); in gpio_sim_sysfs_remove()
355 ret = sysfs_create_groups(&chip->gc.gpiodev->dev.kobj, in gpio_sim_setup_sysfs()
438 dev_set_drvdata(&gc->gpiodev->dev, chip); in gpio_sim_add_bank()
A Dgpio-mockup.c355 devname = dev_name(&gc->gpiodev->dev); in gpio_mockup_debugfs_setup()
/linux-6.3-rc2/drivers/net/wireless/broadcom/b43legacy/
A Dmain.c1879 struct ssb_device *gpiodev, *pcidev = NULL; in b43legacy_gpio_init() local
1913 gpiodev = bus->chipco.dev ? : pcidev; in b43legacy_gpio_init()
1914 if (!gpiodev) in b43legacy_gpio_init()
1916 ssb_write32(gpiodev, B43legacy_GPIO_CONTROL, in b43legacy_gpio_init()
1917 (ssb_read32(gpiodev, B43legacy_GPIO_CONTROL) in b43legacy_gpio_init()
1927 struct ssb_device *gpiodev, *pcidev = NULL; in b43legacy_gpio_cleanup() local
1932 gpiodev = bus->chipco.dev ? : pcidev; in b43legacy_gpio_cleanup()
1933 if (!gpiodev) in b43legacy_gpio_cleanup()
1935 ssb_write32(gpiodev, B43legacy_GPIO_CONTROL, 0); in b43legacy_gpio_cleanup()
/linux-6.3-rc2/include/linux/gpio/
A Ddriver.h409 struct gpio_device *gpiodev; member
/linux-6.3-rc2/drivers/net/wireless/broadcom/b43/
A Dmain.c2867 struct ssb_device *gpiodev; in b43_gpio_init() local
2912 gpiodev = b43_ssb_gpio_dev(dev); in b43_gpio_init()
2913 if (gpiodev) in b43_gpio_init()
2914 ssb_write32(gpiodev, B43_GPIO_CONTROL, in b43_gpio_init()
2915 (ssb_read32(gpiodev, B43_GPIO_CONTROL) in b43_gpio_init()
2928 struct ssb_device *gpiodev; in b43_gpio_cleanup() local
2939 gpiodev = b43_ssb_gpio_dev(dev); in b43_gpio_cleanup()
2940 if (gpiodev) in b43_gpio_cleanup()
2941 ssb_write32(gpiodev, B43_GPIO_CONTROL, 0); in b43_gpio_cleanup()
/linux-6.3-rc2/drivers/pinctrl/
A Dcore.c1674 seq_printf(s, "%u:%s ", gpio_num - chip->gpiodev->base, chip->label); in pinctrl_pins_show()

Completed in 39 milliseconds