drivers/pinctrl/nomadik/pinctrl-abx500.c
Source file repositories/reference/linux-study-clean/drivers/pinctrl/nomadik/pinctrl-abx500.c
File Facts
- System
- Linux kernel
- Corpus path
drivers/pinctrl/nomadik/pinctrl-abx500.c- Extension
.c- Size
- 27272 bytes
- Lines
- 1097
- Domain
- Driver Families
- Bucket
- drivers/pinctrl
- Inferred role
- Driver Families: exported/initcall integration point
- Status
- integration implementation candidate
Why This File Exists
Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.
- Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.
- Exports symbols or registers init work; inspect boot/module ordering and who consumes the exported contract.
- Allocates kernel memory; connect allocation flags and lifetime to context constraints.
- Defines or uses C structs; map object ownership, embedded links, reference counts, and lock ownership.
Dependency Surface
linux/bitops.hlinux/cleanup.hlinux/err.hlinux/gpio/driver.hlinux/init.hlinux/interrupt.hlinux/irq.hlinux/irqdomain.hlinux/kernel.hlinux/of.hlinux/of_device.hlinux/platform_device.hlinux/property.hlinux/seq_file.hlinux/slab.hlinux/string_choices.hlinux/types.hlinux/mfd/abx500.hlinux/mfd/abx500/ab8500.hlinux/pinctrl/consumer.hlinux/pinctrl/machine.hlinux/pinctrl/pinconf-generic.hlinux/pinctrl/pinconf.hlinux/pinctrl/pinctrl.hlinux/pinctrl/pinmux.h../core.h../pinconf.h../pinctrl-utils.hpinctrl-abx500.h
Detected Declarations
struct abx500_pinctrlfunction abx500_gpio_get_bitfunction abx500_gpio_set_bitsfunction abx500_gpio_getfunction abx500_gpio_setfunction abx500_gpio_direction_outputfunction abx500_gpio_direction_inputfunction abx500_gpio_to_irqfunction abx500_set_modefunction abx500_get_modefunction abx500_gpio_dbg_show_onefunction abx500_gpio_dbg_showfunction abx500_gpio_dbg_show_onefunction abx500_pmx_get_funcs_cntfunction abx500_pmx_get_func_groupsfunction abx500_pmx_setfunction abx500_gpio_request_enablefunction abx500_gpio_disable_freefunction abx500_get_groups_cntfunction abx500_get_group_pinsfunction abx500_pin_dbg_showfunction abx500_dt_add_map_muxfunction abx500_dt_add_map_configsfunction abx500_dt_subnode_to_mapfunction of_property_for_each_stringfunction of_property_for_each_stringfunction abx500_dt_node_to_mapfunction for_each_child_of_node_scopedfunction abx500_pin_config_getfunction abx500_pin_config_setfunction abx500_get_gpio_numfunction abx500_gpio_probefunction abx500_gpio_removefunction abx500_gpio_initmodule init abx500_gpio_init
Annotated Snippet
core_initcall(abx500_gpio_init);
Annotation
- Immediate include surface: `linux/bitops.h`, `linux/cleanup.h`, `linux/err.h`, `linux/gpio/driver.h`, `linux/init.h`, `linux/interrupt.h`, `linux/irq.h`, `linux/irqdomain.h`.
- Detected declarations: `struct abx500_pinctrl`, `function abx500_gpio_get_bit`, `function abx500_gpio_set_bits`, `function abx500_gpio_get`, `function abx500_gpio_set`, `function abx500_gpio_direction_output`, `function abx500_gpio_direction_input`, `function abx500_gpio_to_irq`, `function abx500_set_mode`, `function abx500_get_mode`.
- Atlas domain: Driver Families / drivers/pinctrl.
- Implementation status: integration implementation candidate.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.