Home
last modified time | relevance | path

Searched defs:pin (Results 1 – 25 of 1122) sorted by relevance

12345678910>>...45

/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/mediatek/mt8183/drivers/gpio/
Dmtgpio.c34 void mt_set_gpio_dir_chip(uint32_t pin, int dir) in mt_set_gpio_dir_chip()
50 int mt_get_gpio_dir_chip(uint32_t pin) in mt_get_gpio_dir_chip()
64 void mt_set_gpio_out_chip(uint32_t pin, int output) in mt_set_gpio_out_chip()
80 int mt_get_gpio_out_chip(uint32_t pin) in mt_get_gpio_out_chip()
94 int mt_get_gpio_in_chip(uint32_t pin) in mt_get_gpio_in_chip()
108 void mt_set_gpio_mode_chip(uint32_t pin, int mode) in mt_set_gpio_mode_chip()
129 int mt_get_gpio_mode_chip(uint32_t pin) in mt_get_gpio_mode_chip()
146 int32_t gpio_get_pull_iocfg(uint32_t pin) in gpio_get_pull_iocfg()
180 int32_t gpio_get_pupd_iocfg(uint32_t pin) in gpio_get_pupd_iocfg()
198 int gpio_get_pupd_offset(uint32_t pin) in gpio_get_pupd_offset()
[all …]
/aosp_15_r20/external/arm-trusted-firmware/plat/mediatek/mt8183/drivers/gpio/
H A Dmtgpio.c34 void mt_set_gpio_dir_chip(uint32_t pin, int dir) in mt_set_gpio_dir_chip()
50 int mt_get_gpio_dir_chip(uint32_t pin) in mt_get_gpio_dir_chip()
64 void mt_set_gpio_out_chip(uint32_t pin, int output) in mt_set_gpio_out_chip()
80 int mt_get_gpio_out_chip(uint32_t pin) in mt_get_gpio_out_chip()
94 int mt_get_gpio_in_chip(uint32_t pin) in mt_get_gpio_in_chip()
108 void mt_set_gpio_mode_chip(uint32_t pin, int mode) in mt_set_gpio_mode_chip()
129 int mt_get_gpio_mode_chip(uint32_t pin) in mt_get_gpio_mode_chip()
146 int32_t gpio_get_pull_iocfg(uint32_t pin) in gpio_get_pull_iocfg()
180 int32_t gpio_get_pupd_iocfg(uint32_t pin) in gpio_get_pupd_iocfg()
198 int gpio_get_pupd_offset(uint32_t pin) in gpio_get_pupd_offset()
[all …]
/aosp_15_r20/art/libartservice/service/javatests/com/android/server/art/
H A DArtdRefCacheTest.java73 try (var pin = mArtdRefCache.new Pin()) { in testNoGetArtd()
96 try (var pin = mArtdRefCache.new Pin()) { in testSingleScope()
109 try (var pin = mArtdRefCache.new Pin()) { in testMultipleScopesCacheTimeout()
113 try (var pin = mArtdRefCache.new Pin()) { in testMultipleScopesCacheTimeout()
117 try (var pin = mArtdRefCache.new Pin()) { in testMultipleScopesCacheTimeout()
126 try (var pin = mArtdRefCache.new Pin()) { in testMultipleScopesCacheHit()
130 try (var pin = mArtdRefCache.new Pin()) { in testMultipleScopesCacheHit()
134 try (var pin = mArtdRefCache.new Pin()) { in testMultipleScopesCacheHit()
143 try (var pin = mArtdRefCache.new Pin()) { in testMultipleScopesNoUnpinAfterTimeout()
146 try (var pin = mArtdRefCache.new Pin()) { in testMultipleScopesNoUnpinAfterTimeout()
[all …]
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/mediatek/drivers/gpio/
Dmtgpio_common.c29 static void mt_set_gpio_dir_chip(uint32_t pin, int dir) in mt_set_gpio_dir_chip()
46 static int mt_get_gpio_dir_chip(uint32_t pin) in mt_get_gpio_dir_chip()
60 static void mt_set_gpio_out_chip(uint32_t pin, int output) in mt_set_gpio_out_chip()
77 static int mt_get_gpio_in_chip(uint32_t pin) in mt_get_gpio_in_chip()
91 static void mt_gpio_set_spec_pull_pupd(uint32_t pin, int enable, in mt_gpio_set_spec_pull_pupd()
116 static void mt_gpio_set_pull_pu_pd(uint32_t pin, int enable, in mt_gpio_set_pull_pu_pd()
143 static void mt_gpio_set_pull_chip(uint32_t pin, int enable, in mt_gpio_set_pull_chip()
156 static int mt_gpio_get_spec_pull_pupd(uint32_t pin) in mt_gpio_get_spec_pull_pupd()
184 static int mt_gpio_get_pull_pu_pd(uint32_t pin) in mt_gpio_get_pull_pu_pd()
209 static int mt_gpio_get_pull_chip(uint32_t pin) in mt_gpio_get_pull_chip()
[all …]
/aosp_15_r20/external/arm-trusted-firmware/plat/mediatek/common/drivers/gpio/
H A Dmtgpio_common.c28 static void mt_set_gpio_dir_chip(uint32_t pin, int dir) in mt_set_gpio_dir_chip()
45 static int mt_get_gpio_dir_chip(uint32_t pin) in mt_get_gpio_dir_chip()
59 static void mt_set_gpio_out_chip(uint32_t pin, int output) in mt_set_gpio_out_chip()
76 static int mt_get_gpio_in_chip(uint32_t pin) in mt_get_gpio_in_chip()
90 static void mt_gpio_set_spec_pull_pupd(uint32_t pin, int enable, in mt_gpio_set_spec_pull_pupd()
115 static void mt_gpio_set_pull_pu_pd(uint32_t pin, int enable, in mt_gpio_set_pull_pu_pd()
142 static void mt_gpio_set_pull_chip(uint32_t pin, int enable, in mt_gpio_set_pull_chip()
155 static int mt_gpio_get_spec_pull_pupd(uint32_t pin) in mt_gpio_get_spec_pull_pupd()
183 static int mt_gpio_get_pull_pu_pd(uint32_t pin) in mt_gpio_get_pull_pu_pd()
208 static int mt_gpio_get_pull_chip(uint32_t pin) in mt_gpio_get_pull_chip()
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/
H A DPinBouncerViewModelTest.kt92 val pin by collectLastValue(underTest.pinInput.map { it.getPin() }) in <lambda>() constant
144 val pin by collectLastValue(underTest.pinInput.map { it.getPin() }) in <lambda>() constant
155 val pin by collectLastValue(underTest.pinInput.map { it.getPin() }) in <lambda>() constant
169 val pin by collectLastValue(underTest.pinInput.map { it.getPin() }) in <lambda>() constant
187 val pin by collectLastValue(underTest.pinInput.map { it.getPin() }) in <lambda>() constant
219 val pin by collectLastValue(underTest.pinInput.map { it.getPin() }) in <lambda>() constant
238 val pin by collectLastValue(underTest.pinInput.map { it.getPin() }) in <lambda>() constant
287 val pin by collectLastValue(underTest.pinInput.map { it.getPin() }) in <lambda>() constant
307 val pin by collectLastValue(underTest.pinInput.map { it.getPin() }) in <lambda>() constant
402 val pin by collectLastValue(underTest.pinInput.map { it.getPin() }) in <lambda>() constant
[all …]
/aosp_15_r20/external/coreboot/src/soc/intel/skylake/include/soc/
H A Dusb.h63 #define USB2_PORT_MAX(pin) { \ argument
73 #define USB2_PORT_LONG(pin) { \ argument
83 #define USB2_PORT_MID(pin) { \ argument
93 #define USB2_PORT_SHORT(pin) { \ argument
103 #define USB2_PORT_TYPE_C(pin) { \ argument
113 #define USB2_PORT_BC12_MUX(pin) { \ argument
123 #define USB2_PORT_FLEX(pin) { \ argument
133 #define USB2_PORT_DOCKING_LONG(pin) { \ argument
143 #define USB2_PORT_DOCKING_SHORT(pin) { \ argument
153 #define USB2_PORT_DETACHABLE_TABLET(pin) { \ argument
[all …]
/aosp_15_r20/external/coreboot/src/soc/amd/common/block/include/amdblocks/
H A Dgpio_defs.h209 #define PAD_NF(pin, func, pull) \ argument
213 #define PAD_NFO(pin, func, direction) \ argument
217 #define PAD_GPI(pin, pull) \ argument
221 #define PAD_GPO(pin, direction) \ argument
225 #define PAD_INT(pin, pull, trigger, action) \ argument
230 #define PAD_SCI(pin, pull, trigger) \ argument
236 #define PAD_SMI(pin, pull, trigger) \ argument
242 #define PAD_NF_SCI(pin, func, pull, trigger) \ argument
248 #define PAD_WAKE(pin, pull, trigger, type) \ argument
253 #define PAD_DEBOUNCE(pin, pull, type, time) \ argument
[all …]
/aosp_15_r20/external/coreboot/src/soc/intel/alderlake/include/soc/
H A Dusb.h68 #define USB2_PORT_LONG(pin) { \ argument
78 #define USB2_PORT_MID(pin) { \ argument
88 #define USB2_PORT_SHORT(pin) { \ argument
98 #define USB2_PORT_MAX(pin) { \ argument
108 #define USB2_PORT_MAX_TYPE_C(pin) { \ argument
120 #define USB2_PORT_TYPE_C(pin) { \ argument
144 #define USB3_PORT_DEFAULT(pin) { \ argument
161 #define TCSS_PORT_DEFAULT(pin) { \ argument
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Damarisoft_sim_utils.py99 pin=LAB_SIM_DEFAULT_PIN1, argument
139 def unlock_puk_by_mds(ad, slot_index, pin, puk) -> bool: argument
165 def unlock_pin_by_mds(ad, slot_index, pin) -> bool: argument
190 def unlock_puk_by_adb(ad, pin, puk) -> None: argument
299 def sim_enable_pin_by_mds(ad, pin) -> bool: argument
322 def sim_disable_pin_by_mds(ad, pin) -> bool: argument
345 def set_sim_lock(ad, enable, slot_index, pin=LAB_SIM_DEFAULT_PIN1) -> bool: argument
376 pin=LAB_SIM_DEFAULT_PIN1, argument
/aosp_15_r20/external/coreboot/src/soc/intel/tigerlake/include/soc/
H A Dusb.h68 #define USB2_PORT_LONG(pin) { \ argument
78 #define USB2_PORT_MID(pin) { \ argument
88 #define USB2_PORT_SHORT(pin) { \ argument
98 #define USB2_PORT_MAX(pin) { \ argument
109 #define USB2_PORT_TYPE_C(pin) { \ argument
133 #define USB3_PORT_DEFAULT(pin) { \ argument
150 #define TCSS_PORT_DEFAULT(pin) { \ argument
/aosp_15_r20/external/coreboot/src/soc/intel/meteorlake/include/soc/
H A Dusb.h68 #define USB2_PORT_LONG(pin) { \ argument
78 #define USB2_PORT_MID(pin) { \ argument
88 #define USB2_PORT_SHORT(pin) { \ argument
98 #define USB2_PORT_MAX(pin) { \ argument
109 #define USB2_PORT_TYPE_C(pin) { \ argument
133 #define USB3_PORT_DEFAULT(pin) { \ argument
150 #define TCSS_PORT_DEFAULT(pin) { \ argument
/aosp_15_r20/external/coreboot/src/soc/intel/jasperlake/include/soc/
H A Dusb.h67 #define USB2_PORT_LONG(pin) { \ argument
77 #define USB2_PORT_MID(pin) { \ argument
87 #define USB2_PORT_SHORT(pin) { \ argument
97 #define USB2_PORT_MAX(pin) { \ argument
108 #define USB2_PORT_TYPE_C(pin) { \ argument
147 #define USB3_PORT_DEFAULT(pin) { \ argument
162 #define USB3_PORT_GEN2_DEFAULT(pin) { \ argument
/aosp_15_r20/external/coreboot/src/soc/intel/cannonlake/include/soc/
H A Dusb.h67 #define USB2_PORT_LONG(pin) { \ argument
77 #define USB2_PORT_MID(pin) { \ argument
87 #define USB2_PORT_SHORT(pin) { \ argument
97 #define USB2_PORT_MAX(pin) { \ argument
108 #define USB2_PORT_TYPE_C(pin) { \ argument
153 #define USB3_PORT_DEFAULT(pin) { \ argument
171 #define USB3_PORT_GEN2_DEFAULT(pin) { \ argument
/aosp_15_r20/external/coreboot/src/soc/mediatek/mt8173/
H A Dmt6391.c445 static void pos_bit_calc(u32 pin, u16 *pos, u16 *bit) in pos_bit_calc()
451 static void pos_bit_calc_mode(u32 pin, u16 *pos, u16 *bit) in pos_bit_calc_mode()
457 static s32 mt6391_gpio_set_dir(u32 pin, u32 dir) in mt6391_gpio_set_dir()
478 void mt6391_gpio_set_pull(u32 pin, enum mt6391_pull_enable enable, in mt6391_gpio_set_pull()
501 int mt6391_gpio_get(u32 pin) in mt6391_gpio_get()
518 void mt6391_gpio_set(u32 pin, int output) in mt6391_gpio_set()
536 void mt6391_gpio_set_mode(u32 pin, int mode) in mt6391_gpio_set_mode()
/aosp_15_r20/external/coreboot/src/soc/intel/elkhartlake/include/soc/
H A Dusb.h68 #define USB2_PORT_LONG(pin) { \ argument
78 #define USB2_PORT_MID(pin) { \ argument
88 #define USB2_PORT_SHORT(pin) { \ argument
98 #define USB2_PORT_MAX(pin) { \ argument
109 #define USB2_PORT_TYPE_C(pin) { \ argument
132 #define USB3_PORT_DEFAULT(pin) { \ argument
/aosp_15_r20/art/libartservice/service/java/com/android/server/art/
H A DArtManagerLocal.java215 try (var pin = mInjector.createArtdPin()) { in deleteDexoptArtifacts()
276 try (var pin = mInjector.createArtdPin()) { in getDexoptStatus()
327 try (var pin = mInjector.createArtdPin()) { in clearAppProfiles()
378 try (var pin = mInjector.createArtdPin()) { in dexoptPackage()
526 try (var pin = mInjector.createArtdPin()) { in dexoptPackagesWithParams()
789 try (var pin = mInjector.createArtdPin()) { in snapshotOrDumpAppProfile()
898 try (var pin = mInjector.createArtdPin()) { in snapshotBootImageProfile()
1010 try (var pin = mInjector.createArtdPin()) { in dump()
1039 try (var pin = mInjector.createArtdPin()) { in dumpPackage()
1059 try (var pin = mInjector.createArtdPin()) { in getArtManagedFileStats()
[all …]
/aosp_15_r20/external/autotest/client/cros/cellular/pseudomodem/
H A Dsim.py116 pin=DEFAULT_PIN, argument
328 def SendPin(self, pin): argument
364 def SendPuk(self, puk, pin): argument
399 def EnablePin(self, pin, enabled): argument
413 def _EnablePin(self, pin): argument
429 def _DisablePin(self, pin): argument
/aosp_15_r20/external/pigweed/pw_digital_io_mcuxpresso/
H A Dinterrupt_controller.cc38 void PintCallback(pint_pin_int_t pin, uint32_t) { in PintCallback()
59 pint_pin_int_t pin, in Config()
86 pw::Status McuxpressoInterruptController::EnableHandler(pint_pin_int_t pin, in EnableHandler()
97 pint_pin_int_t pin) { in GetState()
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/irq/
H A Dirq.c127 static bool assign_pirq(struct pin_info pin_info[PCI_INT_MAX], enum pci_pin pin, enum pirq pirq) in assign_pirq()
140 static bool assign_pin(enum pci_pin pin, unsigned int fn, enum pin_state state, in assign_pin()
182 const enum pci_pin pin = fn_pin_map[i]; in assign_fixed_pirqs() local
203 enum pci_pin pin = find_free_pin(pin_info); in assign_direct_irqs() local
231 enum pci_pin pin = find_free_pin(pin_info); in assign_shareable_pins() local
266 static void add_entry(struct pci_irq_entry **head, pci_devfn_t devfn, enum pci_pin pin, in add_entry()
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DRestrictedProfilePinStorage.java87 boolean setPin(@NonNull String pin, String originalPin) { in setPin()
115 boolean isPinCorrect(@NonNull String pin) { in isPinCorrect()
128 private boolean setPinInternal(String pin) { in setPinInternal()
187 private boolean checkPasswordLegacy(String pin) { in checkPasswordLegacy()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dlegacy_pairing_state_test.cc525 auto pin_code_cb = [&pin_code](std::optional<uint16_t> pin) { in TEST_F()
568 auto pin_code_cb = [&pin_code](std::optional<uint16_t> pin) { in TEST_F()
611 auto pin_code_cb = [&pin_code](std::optional<uint16_t> pin) { in TEST_F()
650 auto pin_code_cb = [&pin_code](std::optional<uint16_t> pin) { in TEST_F()
688 auto pin_code_cb = [&pin_code](std::optional<uint16_t> pin) { in TEST_F()
727 auto pin_code_cb = [&pin_code](std::optional<uint16_t> pin) { in TEST_F()
766 auto pin_code_cb = [&pin_code](std::optional<uint16_t> pin) { in TEST_F()
847 auto pin_code_cb = [&pin_code](std::optional<uint16_t> pin) { in TEST_F()
886 auto pin_code_cb = [&pin_code](std::optional<uint16_t> pin) { in TEST_F()
930 auto pin_code_cb = [&pin_code](std::optional<uint16_t> pin) { in TEST_F()
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/st/gpio/
Dstm32_gpio.c103 uint32_t pin; in dt_set_gpio_config() local
225 static void set_gpio(uint32_t bank, uint32_t pin, uint32_t mode, uint32_t type, in set_gpio()
299 void set_gpio_secure_cfg(uint32_t bank, uint32_t pin, bool secure) in set_gpio_secure_cfg()
317 void set_gpio_reset_cfg(uint32_t bank, uint32_t pin) in set_gpio_reset_cfg()
/aosp_15_r20/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicConvolve3x3.cpp188 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; in kernelU4() local
235 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; in kernelU2() local
280 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; in kernelU1() local
325 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; in kernelF4() local
370 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; in kernelF2() local
414 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; in kernelF1() local
/aosp_15_r20/external/wpa_supplicant_8/src/wps/
H A Dwps_registrar.c83 u8 *pin; member
93 static void wps_free_pin(struct wps_uuid_pin *pin) in wps_free_pin()
100 static void wps_remove_pin(struct wps_uuid_pin *pin) in wps_remove_pin()
109 struct wps_uuid_pin *pin, *prev; in wps_free_pins() local
762 struct wps_uuid_pin *pin; in wps_registrar_invalidate_unused() local
786 const u8 *uuid, const u8 *pin, size_t pin_len, in wps_registrar_add_pin()
840 struct wps_uuid_pin *pin) in wps_registrar_remove_pin()
857 struct wps_uuid_pin *pin, *prev; in wps_registrar_expire_pins() local
884 struct wps_uuid_pin *pin, *prev; in wps_registrar_invalidate_wildcard_pin() local
912 struct wps_uuid_pin *pin, *prev; in wps_registrar_invalidate_pin() local
[all …]

12345678910>>...45