| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | usb-drd.yaml | 18 features (HNP/SRP/ADP) is enabled. If ADP is required, otg-rev should be 45 adp-disable: 47 Tells OTG controllers we want to disable OTG ADP. ADP is optional for OTG 78 adp-disable;
|
| /linux/drivers/scsi/megaraid/ |
| H A D | mega_common.h | 210 #define MRAID_IS_LOGICAL(adp, scp) \ argument 211 (SCP2CHANNEL(scp) == (adp)->max_channel) ? 1 : 0 213 #define MRAID_IS_LOGICAL_SDEV(adp, sdev) \ argument 214 (sdev->channel == (adp)->max_channel) ? 1 : 0 218 * @adp : adapter's soft state 227 #define MRAID_GET_DEVICE_MAP(adp, scp, p_chan, target, islogical) \ argument 231 islogical = MRAID_IS_LOGICAL(adp, scp); \ 239 (adp)->device_ids[(adp)->max_channel][SCP2TARGET(scp)]; \ 242 p_chan = ((adp)->device_ids[SCP2CHANNEL(scp)] \ 244 target = ((adp)->device_ids[SCP2CHANNEL(scp)] \
|
| H A D | megaraid_mbox.h | 219 #define ADAP2RAIDDEV(adp) ((mraid_device_t *)((adp)->raid_device)) argument
|
| H A D | megaraid_ioctl.h | 258 * @quiescent : flag to indicate if ioctl can be issued to this adp
|
| /linux/include/linux/usb/ |
| H A D | otg-fsm.h | 55 * @adp_change: TRUE when current ADP measurement (n) value, compared to the 56 * ADP measurement taken at n-2, differs by more than CADP_THR 58 * ADP measurement taken if ADP capable 104 * ADP probing 108 * ADP sensing
|
| H A D | otg.h | 51 * @adp_support: Indicates if the device supports ADP.
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx7ulp-com.dts | 35 adp-disable;
|
| H A D | imx7ulp-evk.dts | 74 adp-disable;
|
| H A D | imx6ulz-bsh-smm-m2.dts | 65 adp-disable;
|
| H A D | imx6ull-seeed-npi-dev-board.dtsi | 208 adp-disable;
|
| H A D | imx6ul-kontron-bl-common.dtsi | 194 adp-disable;
|
| H A D | e70k02.dtsi | 351 adp-disable;
|
| H A D | imx6ull-dhcor-maveo-box.dts | 163 adp-disable;
|
| H A D | imx7d-flex-concentrator.dts | 302 adp-disable;
|
| /linux/drivers/net/phy/ |
| H A D | bcm54140.c | 35 #define BCM54140_RDB_C_APWR_APD_MODE_DIS 0 /* ADP disable */ 36 #define BCM54140_RDB_C_APWR_APD_MODE_EN 1 /* ADP enable */ 37 #define BCM54140_RDB_C_APWR_APD_MODE_DIS2 2 /* ADP disable */ 38 #define BCM54140_RDB_C_APWR_APD_MODE_EN_ANEG 3 /* ADP enable w/ aneg */
|
| /linux/drivers/usb/common/ |
| H A D | Kconfig | 32 ULPI PHYs provide often functions such as ADP sensing/probing (OTG
|
| H A D | usb-otg-fsm.c | 219 * Driver is responsible for starting ADP probing in otg_set_state() 220 * if ADP sensing times out. in otg_set_state()
|
| /linux/Documentation/devicetree/bindings/mfd/ |
| H A D | stericsson,ab8500.yaml | 215 - description: ADP probe plug IRQ 216 - description: ADP probe unplug IRQ
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | flow_dissector_load.c | 66 while ((c = getopt(argc, argv, "adp:s:")) != -1) { in parse_opts()
|
| /linux/Documentation/usb/ |
| H A D | chipidea.rst | 30 adp-disable;
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx95-tqma9596sa-mb-smarc-2.dts | 257 adp-disable;
|
| H A D | imx8mq-tqma8mq-mba8mx.dts | 157 adp-disable;
|
| H A D | imx8mp-venice-gw72xx.dtsi | 228 adp-disable;
|
| /linux/drivers/scsi/ |
| H A D | aha1740.h | 33 #define HID_MFG "ADP"
|
| /linux/net/netfilter/ |
| H A D | nf_tables_api.c | 10794 struct nft_audit_data *adp; in nf_tables_commit_audit_alloc() 10796 list_for_each_entry(adp, adl, list) { in nf_tables_commit_audit_alloc() 10797 if (adp->table == table) in nf_tables_commit_audit_alloc() 10800 adp = kzalloc_obj(*adp); in nf_tables_commit_audit_alloc() 10801 if (!adp) in nf_tables_commit_audit_alloc() 10803 adp->table = table; 10804 list_add(&adp->list, adl); in nf_tables_commit_audit_free() 10810 struct nft_audit_data *adp, *adn; in nf_tables_commit_audit_free() 10812 list_for_each_entry_safe(adp, ad in nf_tables_commit_audit_free() 10790 struct nft_audit_data *adp; nf_tables_commit_audit_alloc() local 10806 struct nft_audit_data *adp, *adn; nf_tables_commit_audit_free() local 10832 struct nft_audit_data *adp; nf_tables_commit_audit_collect() local 10850 struct nft_audit_data *adp, *adn; nf_tables_commit_audit_log() local [all...] |