Home
last modified time | relevance | path

Searched +full:65 +full:v (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dtc_vlan_modify.sh16 vlan_create $h1 85 v$h1 192.0.2.17/28 2001:db8:2::1/64
28 vlan_create $h2 65 v$h2 192.0.2.18/28 2001:db8:2::2/64
33 vlan_destroy $h2 65
49 bridge vlan add dev $swp2 vid 65
52 bridge vlan add dev $swp1 vid 65
63 bridge vlan del vid 65 dev $swp1
66 bridge vlan del vid 65 dev $swp2
114 flower action vlan modify id 65
143 flower action vlan modify id 65
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py403 for v in self.parsed_rdesc.feature_reports.values():
404 if v.report_ID == rnum:
405 rdesc = v
417 for v in self.parsed_rdesc.feature_reports.values():
418 if v.report_ID == rnum:
419 rdesc = v
493 [pytest.param(v, id=k) for k, v in Pen.legal_transitions().items()],
505 [pytest.param(v, id=k) for k, v in Pen.tolerated_transitions().items()],
521 pytest.param(v, id=k)
522 for k, v in Pen.legal_transitions_with_invert().items()
[all …]
H A Dtest_wacom_generic.py300 for v in self.parsed_rdesc.feature_reports.values():
301 if v.report_ID == rnum:
302 rdesc = v
86865 11 55 0e 05 01 09 30 26 a0 44 46 96 14 81 42 09 31 26 9a 26 46 95 0b 81 42 05 0d 75 08 95 01 15…
/openbmc/linux/arch/m68k/coldfire/
H A Dintc-simr.c30 * interrupts, only 1, 4 and 7 (as interrupts 65, 66 and 67).
33 #define EINT1 65 /* EDGE Port interrupt 1 */
51 #define EINT1 65 /* EDGE Port interrupt 1 */
104 u8 v; in intc_irq_startup() local
108 v = __raw_readb(MCFEPORT_EPDDR); in intc_irq_startup()
109 __raw_writeb(v & ~(0x1 << ebit), MCFEPORT_EPDDR); in intc_irq_startup()
113 v = __raw_readb(MCFEPORT_EPIER); in intc_irq_startup()
114 __raw_writeb(v | (0x1 << ebit), MCFEPORT_EPIER); in intc_irq_startup()
H A Dintc-2.c41 #define EINT1 65 /* EDGE Port interrupt 1 */
128 u8 v; in intc_irq_startup() local
133 v = __raw_readb(MCFEPORT_EPDDR); in intc_irq_startup()
134 __raw_writeb(v & ~(0x1 << irq), MCFEPORT_EPDDR); in intc_irq_startup()
137 v = __raw_readb(MCFEPORT_EPIER); in intc_irq_startup()
138 __raw_writeb(v | (0x1 << irq), MCFEPORT_EPIER); in intc_irq_startup()
/openbmc/linux/drivers/ata/
H A Dlibata-pata-timings.c32 { XFER_PIO_5, 15, 65, 25, 100, 65, 25, 0, 100, 0 },
42 { XFER_MW_DMA_3, 25, 0, 0, 0, 65, 25, 5, 100, 0 },
57 #define ENOUGH(v, unit) (((v)-1)/(unit)+1) argument
58 #define EZ(v, unit) ((v)?ENOUGH(((v) * 1000), unit):0) argument
/openbmc/linux/tools/thermal/tmon/
H A Dtmon.861 The \fB-v --version\fP option shows the version of \fBtmon \fP
99 2. Use Processor cooling device to control thermal zone 0 at default 65C.
110 can stay below 65 dC.
115 LCD14 intel_powerclamp15 1 65.0 65 65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 0 2
116 65.0 66 65 0 0 0 0 0 0 0 0 0 0 4 4 4 4 6 0 3 65.0 60 54 0 0 0 0 0 0 0 0
119 6 65.0 53 65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 0
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac3_mac.c9 #define HE_PREP(f, m, v) le16_encode_bits(le32_get_bits(v, MT_CRXV_HE_##m),\ argument
38 case 65 ... 66: in mt76_connac3_mac_decode_he_radiotap_ru()
40 offs = ru - 65; in mt76_connac3_mac_decode_he_radiotap_ru()
56 #define MU_PREP(f, v) le16_encode_bits(v, IEEE80211_RADIOTAP_HE_MU_##f) argument
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_native.c77 * We need 14 to 65 bits of va for a tlibe of 4K page in ___tlbie()
113 * vpn cover upto 65 bits of va. (0...65) and we need in ___tlbie()
203 * vpn cover upto 65 bits of va. (0...65) and we need in __tlbiel()
244 unsigned long *word = (unsigned long *)&hptep->v; in native_lock_hpte()
259 unsigned long *word = (unsigned long *)&hptep->v; in native_unlock_hpte()
283 if (! (be64_to_cpu(hptep->v) & HPTE_V_VALID)) { in native_hpte_insert()
286 if (! (be64_to_cpu(hptep->v) & HPTE_V_VALID)) in native_hpte_insert()
320 hptep->v = cpu_to_be64(hpte_v); in native_hpte_insert()
345 hpte_v = be64_to_cpu(hptep->v); in native_hpte_remove()
350 hpte_v = be64_to_cpu(hptep->v); in native_hpte_remove()
[all …]
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h176 __be64 v; member
328 unsigned long v; in hpte_encode_avpn() local
337 v = (vpn >> (23 - VPN_SHIFT)) & ~(mmu_psize_defs[psize].avpnm); in hpte_encode_avpn()
338 v <<= HPTE_V_AVPN_SHIFT; in hpte_encode_avpn()
339 v |= ((unsigned long) ssize) << HPTE_V_SSIZE_SHIFT; in hpte_encode_avpn()
340 return v; in hpte_encode_avpn()
348 static inline unsigned long hpte_old_to_new_v(unsigned long v) in hpte_old_to_new_v() argument
351 return v & HPTE_V_COMMON_BITS; in hpte_old_to_new_v()
354 static inline unsigned long hpte_old_to_new_r(unsigned long v, unsigned long r) in hpte_old_to_new_r() argument
358 (((v) >> HPTE_V_SSIZE_SHIFT) << HPTE_R_3_0_SSIZE_SHIFT); in hpte_old_to_new_r()
[all …]
/openbmc/linux/include/linux/platform_data/
H A Dad7266.h3 * AD7266/65 SPI ADC driver
13 * @AD7266_RANGE_VREF: Device is configured for input range 0V - VREF
15 * @AD7266_RANGE_2VREF: Device is configured for input range 0V - 2VREF
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-modes/omap3-pandora/
H A Dfb.modes1 mode "800x480-65"
2 # D: 36.001 MHz, H: 34.124 kHz, V: 64.998 Hz
/openbmc/linux/drivers/s390/char/
H A Ddefkeymap.map42 keycode 37 = nul v
70 keycode 65 = nul A
106 keycode 101 = Aacute V
146 shift control keycode 65 = F13
/openbmc/linux/include/uapi/linux/
H A Dsonypi.h109 #define SONYPI_EVENT_MODEKEY_PRESSED 65
120 #define SONYPI_IOCGBRT _IOR('v', 0, __u8)
121 #define SONYPI_IOCSBRT _IOW('v', 0, __u8)
124 #define SONYPI_IOCGBAT1CAP _IOR('v', 2, __u16)
125 #define SONYPI_IOCGBAT1REM _IOR('v', 3, __u16)
126 #define SONYPI_IOCGBAT2CAP _IOR('v', 4, __u16)
127 #define SONYPI_IOCGBAT2REM _IOR('v', 5, __u16)
133 #define SONYPI_IOCGBATFLAGS _IOR('v', 7, __u8)
136 #define SONYPI_IOCGBLUE _IOR('v', 8, __u8)
137 #define SONYPI_IOCSBLUE _IOW('v', 9, __u8)
[all …]
/openbmc/linux/Documentation/i2c/
H A Di2c_bus.svg108 d="M 5.77,0 -2.88,5 V -5 Z"
123 d="M 5.77,0 -2.88,5 V -5 Z"
138 d="M 5.77,0 -2.88,5 V -5 Z"
243 d="M 5.77,0 -2.88,5 V -5 Z"
259 d="M 5.77,0 -2.88,5 V -5 Z"
274 d="M 5.77,0 -2.88,5 V -5 Z"
289 d="M 5.77,0 -2.88,5 V -5 Z"
304 d="M 5.77,0 -2.88,5 V -5 Z"
319 d="M 5.77,0 -2.88,5 V -5 Z"
334 d="M 5.77,0 -2.88,5 V -5 Z"
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-binwalk_2.3.4.bb7 LIC_FILES_CHKSUM = "file://LICENSE;md5=65bbee055d3ea3bfc475f07aecf4de64"
15 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-vp9.c18 { 92, 45, 102, 136, 116, 180, 74, 90, 100 }, /*left = v */
27 }, { /* above = v */
29 { 43, 46, 168, 134, 107, 128, 69, 142, 92 }, /*left = v */
40 { 55, 44, 68, 166, 179, 192, 57, 57, 108 }, /*left = v */
51 { 59, 38, 83, 112, 103, 162, 98, 136, 90 }, /*left = v */
62 { 53, 40, 55, 139, 69, 183, 61, 80, 110 }, /*left = v */
73 { 46, 27, 80, 150, 55, 124, 55, 121, 135 }, /*left = v */
84 { 56, 39, 58, 133, 117, 173, 48, 53, 187 }, /*left = v */
95 { 62, 44, 61, 123, 105, 189, 48, 57, 64 }, /*left = v */
106 { 48, 34, 86, 101, 92, 146, 78, 179, 134 }, /*left = v */
[all …]
/openbmc/linux/drivers/media/radio/
H A Dradio-miropcm20.c200 struct v4l2_capability *v) in vidioc_querycap() argument
204 strscpy(v->driver, "Miro PCM20", sizeof(v->driver)); in vidioc_querycap()
205 strscpy(v->card, "Miro PCM20", sizeof(v->card)); in vidioc_querycap()
206 snprintf(v->bus_info, sizeof(v->bus_info), "ISA:%s", dev->v4l2_dev.name); in vidioc_querycap()
225 struct v4l2_tuner *v) in vidioc_g_tuner() argument
231 if (v->index) in vidioc_g_tuner()
233 strscpy(v->name, "FM", sizeof(v->name)); in vidioc_g_tuner()
234 v->type = V4L2_TUNER_RADIO; in vidioc_g_tuner()
235 v->rangelow = 87*16000; in vidioc_g_tuner()
236 v->rangehigh = 108*16000; in vidioc_g_tuner()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/bubblewrap/
H A Dbubblewrap_0.10.0.bb8 SRC_URI = "https://github.com/containers/${BPN}/releases/download/v${PV}/${BP}.tar.xz"
9 SRC_URI[sha256sum] = "65d92cf44a63a51e1b7771f70c05013dce5bd6b0b2841c4b4be54b0c45565471"
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/
H A Dglyphicons-halflings-regular.svg12v-224l158 158q7 7 18 8t19 -6l106 -106q7 -8 6 -19t-8 -18l-158 -158h224q10 0 18.5 -7.5t10.5 -17.5q6 …
13 …50 1100h200q21 0 35.5 -14.5t14.5 -35.5v-350h350q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t…
15 …6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-125v-100h275q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-2…
30v-16.5v-16.5q0 -36 -0.5 -57t-6.5 -61t-17 -65t-35 -57t-57 -50.5t-86 -31.5t-120 -13h-178l-2 -100h288…
31 <glyph unicode="&#x2212;" d="M250 700h800q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -…
32v-150q0 -21 -14.5 -35.5t-35.5 -14.5h-50v-100q0 -91 -49.5 -165.5t-130.5 -109.5q81 -35 130.5 -109.5t…
35v-42h-1200v42q0 21 15 39.5t35 18.5h30l468 746l-135 183q-10 16 -5.5 34t20.5 28t34 5.5t28 -20.5l111 …
36 …-13 -5.5t-5 12.5v550q0 10 5 12.5t13 -5.5zM918 618l264 264q8 8 13 5.5t5 -12.5v-550q0 -10 -5 -12.5t-…
38 <glyph unicode="&#xe001;" d="M700 650v-550h250q21 0 35.5 -14.5t14.5 -35.5v-50h-800v50q0 21 14.5 35.…
39 … 163q39 15 63 0t24 -49v-831q0 -55 -41.5 -95.5t-111.5 -63.5q-79 -25 -147 -4.5t-86 75t25.5 111.5t122…
[all …]
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6ull-colibri-aster.dtsi27 regulator-name = "3.3V";
34 regulator-name = "5V";
61 &gpio4 28 GPIO_ACTIVE_HIGH /* SODIMM 65 CSI_DATA07 */
/openbmc/linux/drivers/tty/vt/
H A Ddefkeymap.map104 keycode 47 = v
148 keycode 65 = F7 F17 Console_19
149 control keycode 65 = F7
150 alt keycode 65 = Console_7
151 control alt keycode 65 = Console_7
/openbmc/openbmc/poky/documentation/overview-manual/svg/
H A Dgit-workflow.svg527v -2 l 7,-3 -2,2 -5,1 5,-1 -2,2 z m 2,-1 2,-2 2,-2 5,-2 -5,4 5,-4 h 1 l -6,3 v 1 -1 z m 10,-6 h -1…
53665 1,66 1,67 1,67 1,68 v 69 l 1,69 1,70 1,70 v 71 l 1,71 v 72 l 1,72 1,73 1,146 1,147 v 149 l 1,14…
572 …6 -6,6 -5,7 -5,6 -4,7 -4,7 -3,7 -3,8 -3,8 -2,7 -3,15 -2,15 -2,14 v 6 7 5 6 5 4 4 l 1,4 v 2 2 1 1 l…
716 …="m 2361,3309 1332,333 -11,2197 h 11 11 l 11,-2205 v -9 l -8,-2 -1341,-335 -2,11 z m 1340,335 -8,-…
728v 126.36 h 0.5249 c -0.3385,1.0131 -0.5249,1.975 -0.5249,3.0182 0,15.228 36.989,27.557 82.672,27.5…
868 …,7.64 -4.22,0 -7.63,-3.42 -7.63,-7.64 0,-4.22 3.41,-7.64 7.63,-7.64 4.23,0 7.64,3.42 7.64,7.64 v 0"
888v 16.45 h -36.21 c -26.15,0 -41.9,12.74 -41.9,35.95 0,36.04 37.55,42.84 64.25,29.96 l -5.63,-10.92…
893 ….46,0.02 z m -4.84,-4.1 v 25.3 h 4.83 l 0.06,-10.67 c 8.62,0.54 11.84,-2.46 11.84,-7.75 0,-4.75 -4…
903 …"m 249.02452,424.25274 v 19.18 c 0,0.77 -0.57,1.63 -1.51,1.65 l -1.51,0.06 0.08,4.7 1.41,0.02 c 4.…
908 …d="m 290.20452,424.19274 h -16.13 v 25.22 h 16.2 l -0.07,-4.06 h -11.28 v -6.58 h 9.44 v -4.06 h -…
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ufw/ufw/
H A D0002-add-an-option-to-specify-iptables-location.patch23 setup.py | 65 ++++++++++++++++++++++++++++++++------------------------
89 -(rc, out) = cmd([iptables_exe, '-V'])
93 -version = re.sub('^v', '', re.split('\s', str(out))[1])
102 + (rc, out) = cmd([iptables_exe, '-V'])
106 + version = re.sub('^v', '', re.split('\s', str(out))[1])
/openbmc/openbmc/poky/documentation/template/
H A Dtemplate.svg548v -2 l 7,-3 -2,2 -5,1 5,-1 -2,2 z m 2,-1 2,-2 2,-2 5,-2 -5,4 5,-4 h 1 l -6,3 v 1 -1 z m 10,-6 h -1…
55765 1,66 1,67 1,67 1,68 v 69 l 1,69 1,70 1,70 v 71 l 1,71 v 72 l 1,72 1,73 1,146 1,147 v 149 l 1,14…
593 …6 -6,6 -5,7 -5,6 -4,7 -4,7 -3,7 -3,8 -3,8 -2,7 -3,15 -2,15 -2,14 v 6 7 5 6 5 4 4 l 1,4 v 2 2 1 1 l…
737 …="m 2361,3309 1332,333 -11,2197 h 11 11 l 11,-2205 v -9 l -8,-2 -1341,-335 -2,11 z m 1340,335 -8,-…
749v 126.36 h 0.5249 c -0.3385,1.0131 -0.5249,1.975 -0.5249,3.0182 0,15.228 36.989,27.557 82.672,27.5…
890 …,7.64 -4.22,0 -7.63,-3.42 -7.63,-7.64 0,-4.22 3.41,-7.64 7.63,-7.64 4.23,0 7.64,3.42 7.64,7.64 v 0"
910v 16.45 h -36.21 c -26.15,0 -41.9,12.74 -41.9,35.95 0,36.04 37.55,42.84 64.25,29.96 l -5.63,-10.92…
915 ….46,0.02 z m -4.84,-4.1 v 25.3 h 4.83 l 0.06,-10.67 c 8.62,0.54 11.84,-2.46 11.84,-7.75 0,-4.75 -4…
925 …"m 249.02452,424.25274 v 19.18 c 0,0.77 -0.57,1.63 -1.51,1.65 l -1.51,0.06 0.08,4.7 1.41,0.02 c 4.…
930 …d="m 290.20452,424.19274 h -16.13 v 25.22 h 16.2 l -0.07,-4.06 h -11.28 v -6.58 h 9.44 v -4.06 h -…
[all …]

12345678910>>...15