Home
last modified time | relevance | path

Searched full:adp (Results 1 – 25 of 51) sorted by relevance

123

/linux/Documentation/devicetree/bindings/usb/
H A Dusb-drd.yaml18 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 Dmega_common.h210 #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 Dmegaraid_mbox.h219 #define ADAP2RAIDDEV(adp) ((mraid_device_t *)((adp)->raid_device)) argument
H A Dmegaraid_ioctl.h258 * @quiescent : flag to indicate if ioctl can be issued to this adp
/linux/include/linux/usb/
H A Dotg-fsm.h55 * @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 Dotg.h51 * @adp_support: Indicates if the device supports ADP.
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx7ulp-com.dts35 adp-disable;
H A Dimx7ulp-evk.dts74 adp-disable;
H A Dimx6ulz-bsh-smm-m2.dts65 adp-disable;
H A Dimx6ull-seeed-npi-dev-board.dtsi208 adp-disable;
H A Dimx6ul-kontron-bl-common.dtsi194 adp-disable;
H A De70k02.dtsi351 adp-disable;
H A Dimx6ull-dhcor-maveo-box.dts163 adp-disable;
H A Dimx7d-flex-concentrator.dts302 adp-disable;
/linux/drivers/net/phy/
H A Dbcm54140.c35 #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 DKconfig32 ULPI PHYs provide often functions such as ADP sensing/probing (OTG
H A Dusb-otg-fsm.c219 * 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 Dstericsson,ab8500.yaml215 - description: ADP probe plug IRQ
216 - description: ADP probe unplug IRQ
/linux/tools/testing/selftests/bpf/
H A Dflow_dissector_load.c66 while ((c = getopt(argc, argv, "adp:s:")) != -1) { in parse_opts()
/linux/Documentation/usb/
H A Dchipidea.rst30 adp-disable;
/linux/arch/arm64/boot/dts/freescale/
H A Dimx95-tqma9596sa-mb-smarc-2.dts257 adp-disable;
H A Dimx8mq-tqma8mq-mba8mx.dts157 adp-disable;
H A Dimx8mp-venice-gw72xx.dtsi228 adp-disable;
/linux/drivers/scsi/
H A Daha1740.h33 #define HID_MFG "ADP"
/linux/net/netfilter/
H A Dnf_tables_api.c10794 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...]

123