/* * Copyright (C) 2013 Renesas Solutions Corp. * Copyright (C) 2013 Cogent Embedded, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef __USB_RCAR_GEN2_PHY_H #define __USB_RCAR_GEN2_PHY_H #include struct rcar_gen2_phy_platform_data { /* USB channel 0 configuration */ bool chan0_pci:1; /* true: PCI USB host 0, false: USBHS */ /* USB channel 2 configuration */ bool chan2_pci:1; /* true: PCI USB host 2, false: USBSS */ }; #endif class='form'>
Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/Documentation/conf.py
AgeCommit message (Expand)Author
2026-01-23Documentation: use a source-read extension for the index link boilerplateJani Nikula
2026-01-23Merge branch 'mauro' into docs-mwJonathan Corbet
2026-01-23docs: enable Sphinx autodoc extension to allow documenting pythonMauro Carvalho Chehab
2026-01-23docs: conf: don't rely on cwd to get documentation locationMauro Carvalho Chehab
2026-01-23docs: conf.py: don't use doctree with a different meaningMauro Carvalho Chehab
2026-01-20docs: conf.py: get rid of the now unused kerneldoc_bin env varMauro Carvalho Chehab
2026-01-20docs: kdoc: move kernel-doc to tools/docsJonathan Corbet
2026-01-16Documentation: Link man pages to https://man7.org/Petr Vorel
2025-09-21docs: conf.py: get rid of load_config.pyMauro Carvalho Chehab
2025-08-29docs: conf.py: drop xindy ruleMauro Carvalho Chehab
2025-08-21docs: conf.py: extra cleanups and fixesMauro Carvalho Chehab
2025-08-21docs: conf.py: fix some troubles for LaTeX outputMauro Carvalho Chehab
2025-08-21docs: conf.py: use dedent and r-strings for LaTeX macrosMauro Carvalho Chehab
2025-08-21docs: conf.py: rename some vars at latex_documents logicMauro Carvalho Chehab
2025-08-21docs: conf.py: fix doc name with SPHINXDIRSMauro Carvalho Chehab
2025-08-21docs: conf.py: better handle latex documentsMauro Carvalho Chehab
2025-08-21Documentation: conf.py: remove repeated word in commentAlbin Babu Varghese
2025-08-12docs: use parser_yaml extension to handle Netlink specsMauro Carvalho Chehab
2025-06-25docs: conf.py: several coding style fixesMauro Carvalho Chehab
2025-06-25docs: conf.py: properly handle include and exclude patternsMauro Carvalho Chehab
2025-05-19docs: conf.py: drop backward support for old Sphinx versionsMauro Carvalho Chehab
2025-04-09docs: sphinx: kerneldoc: use kernel-doc.py scriptMauro Carvalho Chehab
2025-02-13docs: changes: update Sphinx minimal version to 3.4.3Mauro Carvalho Chehab