Home
last modified time | relevance | path

Searched refs:pin1 (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dlp8788-buck.c116 enum lp8788_dvs_state pin1, pin2; in lp8788_buck2_set_dvs() local
123 pin1 = DVS_LOW; in lp8788_buck2_set_dvs()
127 pin1 = DVS_HIGH; in lp8788_buck2_set_dvs()
131 pin1 = DVS_LOW; in lp8788_buck2_set_dvs()
135 pin1 = DVS_HIGH; in lp8788_buck2_set_dvs()
143 gpio_set_value(dvs->gpio[0], pin1); in lp8788_buck2_set_dvs()
208 int pin1, pin2; in lp8788_select_buck_vout_addr() local
230 pin1 = gpio_get_value(b2_dvs->gpio[0]); in lp8788_select_buck_vout_addr()
233 if (pin1 == PIN_LOW && pin2 == PIN_LOW) in lp8788_select_buck_vout_addr()
235 else if (pin1 == PIN_LOW && pin2 == PIN_HIGH) in lp8788_select_buck_vout_addr()
[all …]
/OK3568_Linux_fs/kernel/drivers/ptp/
H A Dptp_chardev.c52 struct ptp_pin_desc *pin1 = NULL, *pin2 = &info->pin_config[pin]; in ptp_set_pinfunc() local
59 pin1 = &info->pin_config[i]; in ptp_set_pinfunc()
63 if (pin1 && i == pin) in ptp_set_pinfunc()
92 if (pin1) { in ptp_set_pinfunc()
94 pin1->func = PTP_PF_NONE; in ptp_set_pinfunc()
95 pin1->chan = 0; in ptp_set_pinfunc()
/OK3568_Linux_fs/kernel/arch/x86/kernel/apic/
H A Dio_apic.c2131 int apic1, pin1, apic2, pin2; in check_timer() local
2157 pin1 = find_isa_irq_pin(0, mp_INT); in check_timer()
2164 cfg->vector, apic1, pin1, apic2, pin2); in check_timer()
2173 if (pin1 == -1) { in check_timer()
2175 pin1 = pin2; in check_timer()
2179 pin2 = pin1; in check_timer()
2183 if (pin1 != -1) { in check_timer()
2186 mp_alloc_timer_irq(apic1, pin1); in check_timer()
2194 idx = find_irq_entry(apic1, pin1, mp_INT); in check_timer()
2202 clear_IO_APIC_pin(0, pin1); in check_timer()
[all …]
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dhpt366.c1292 u8 mcr1 = 0, pin1 = 0, pin2 = 0; in hpt36x_init() local
1302 pci_read_config_byte(dev, PCI_INTERRUPT_PIN, &pin1); in hpt36x_init()
1305 if (pin1 != pin2 && dev->irq == dev2->irq) { in hpt36x_init()
1307 "pin1=%d pin2=%d\n", pci_name(dev), pin1, pin2); in hpt36x_init()
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dmax16601.rst133 power1_label "pin1"
H A Dadm1275.rst129 power1_label "pin1"
/OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/
H A Dac14xx.dts361 col-gpios = <&gpio_pic 1 0>; /* pin1 */
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dimx6qdl-nit6xlite.dtsi88 j14-pin1 {
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3399-sapphire.dtsi82 * from R90030 DNP R0805 pin2 to C90002 10uF C0805 pin1 (vcc_sys).
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/exynos/
H A Dexynos5433-pinctrl.dtsi595 fimc_is_spi_pin1: fimc-is-spi-pin1 {
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dpkcs11_1000.c587 CK_UTF8CHAR pin1[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, }; in test_already_initialized_token() local
603 rv = C_InitToken(slot, pin1, sizeof(pin1), test_token_label); in test_already_initialized_token()