Home
last modified time | relevance | path

Searched +full:73 +full:a (Results 1 – 25 of 410) sorted by relevance

12345678910>>...17

/linux/Documentation/i2c/
H A Di2c-sysfs.rst13 is a gap of knowledge to map from the I2C bus physical number and MUX topology
24 People who need to use Linux shell to interact with I2C subsystem on a system
40 There is a list of symbolic links under that directory. The links that
52 on bus 2 address 0x49 bound with a kernel driver.
73 For each physical I2C bus controller, the system vendor may assign a physical
80 Every I2C bus number you see in Linux I2C Sysfs is a logical I2C bus with a
84 Each logical I2C bus may be an abstraction of a physical I2C bus controller, or
85 an abstraction of a channel behind an I2C MUX. In case it is an abstraction of a
86 MUX channel, whenever we access an I2C device via a such logical bus, the kernel
93 If the logical I2C bus is a direct abstraction of a physical I2C bus controller,
[all …]
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx51.dtsi16 * The decompressor and also some bootloaders rely on a
278 aipstz1: bridge@73f00000 {
283 usbotg: usb@73f80000 {
293 usbh1: usb@73f80200 {
303 usbh2: usb@73f80400 {
313 usbh3: usb@73f80600 {
323 usbmisc: usbmisc@73f80800 {
330 gpio1: gpio@73f84000 {
340 gpio2: gpio@73f88000 {
350 gpio3: gpio@73f8c000 {
[all …]
H A Dimx53-tx53-x13x.dts32 70 71 72 73 74 75 76 77 78 79
52 70 71 72 73 74 75 76 77 78 79
89 sgtl5000: codec@a {
/linux/Documentation/networking/device_drivers/ethernet/amd/
H A Dpds_core.rst25 pds_core 0000:b5:00.0: FW: 1.60.0-73
27 pds_core 0000:b6:00.0: FW: 1.60.0-73
40 fw 1.51.0-73
43 fw.mainfwa 1.60.0-73
98 The ``flash`` command can update a the DSC firmware. The downloaded firmware
108 The driver supports a devlink health reporter for FW status::
/linux/Documentation/security/secrets/
H A Dcoco.rst28 The guest firmware may reserve a designated memory area for secret injection,
30 under a ``LINUX_EFI_COCO_SECRET_AREA_GUID`` entry
35 During the VM's launch, the virtual machine manager may inject a secret to that
38 Guest Owner secret data should be a GUIDed table of secret values; the binary
55 Consider a guest performing computations on encrypted files. The Guest Owner
64 Host can't read the decrypted content from memory because it's a
67 Here is a simple example for usage of the efi_secret module in a guest
80 00000000 74 68 65 73 65 2d 61 72 65 2d 74 68 65 2d 6b 61 |these-are-the-ka|
81 00000010 74 61 2d 73 65 63 72 65 74 73 00 01 02 03 04 05 |ta-secrets......|
/linux/Documentation/admin-guide/media/
H A Ddvb-usb-dib0700-cardlist.rst115 * - Pinnacle PCTV 73A
117 * - Pinnacle PCTV 73e
119 * - Pinnacle PCTV 73e SE
126 - 2304:023a
140 - 0ccd:005a
/linux/Documentation/devicetree/bindings/mfd/
H A Dnxp,bbnsm.yaml16 main chip is power down. A time alarm is generated once the most
20 a PMIC or other voltage regulator device. both smart PMIC mode and
93 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
98 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
/linux/drivers/tty/vt/
H A Ddefkeymap.map12 # be saved by mapping AltGr to Alt (and adapting a few entries):
76 keycode 30 = a
175 keycode 73 = KP_9
176 alt keycode 73 = Ascii_9
177 altgr keycode 73 = Hex_9
263 string F1 = "\033[[A"
291 compose '`' 'A' to '�'
292 compose '`' 'a' to '�'
293 compose '\'' 'A' to '�'
294 compose '\'' 'a' to '�'
[all …]
/linux/Documentation/input/devices/
H A Dalps.rst11 integrated into a variety of laptops and netbooks. These new touchpads
23 (Compatibility ID) definition as a way to uniquely identify the
24 different ALPS variants but there did not appear to be a 1:1 mapping.
32 E8-E6-E6-E6-E9. An ALPS touchpad should respond with either 00-00-0A or
41 model signature is always 73-02-64. To differentiate between these
45 The new ALPS touchpads have an E7 signature of 73-03-50 or 73-03-0A but
51 Protocol versions 3 and 4 have a command mode that is used to read and write
52 one-byte device registers in a 16-bit address space. The command sequence
54 with 88-07 followed by a third byte. This third byte can be used to determine
59 While in command mode, register addresses can be set by first sending a
[all …]
/linux/drivers/perf/
H A Dfsl_imx9_ddr_perf.c256 IMX93_DDR_PMU_EVENT_ATTR(eddrtq_pm_rd_trans_filt, ID(2, 73)), /* imx93 specific*/
257 IMX95_DDR_PMU_EVENT_ATTR(eddrtq_pm_wr_beat_filt, ID(2, 73)), /* imx95 specific*/
269 IMX93_DDR_PMU_EVENT_ATTR(eddrtq_pm_wr_trans_filt, ID(3, 73)), /* imx93 specific*/
270 IMX95_DDR_PMU_EVENT_ATTR(eddrtq_pm_rd_beat_filt2, ID(3, 73)), /* imx95 specific*/
282 IMX93_DDR_PMU_EVENT_ATTR(eddrtq_pm_rd_beat_filt, ID(4, 73)), /* imx93 specific*/
283 IMX95_DDR_PMU_EVENT_ATTR(eddrtq_pm_rd_beat_filt1, ID(4, 73)), /* imx95 specific*/
295 IMX95_DDR_PMU_EVENT_ATTR(eddrtq_pm_rd_beat_filt0, ID(5, 73)), /* imx95 specific*/
479 pmcfg1 = event == 73 ? pmcfg1 | mask[counter - 2] : in imx93_ddr_perf_monitor_config()
499 if (event == 73) { in imx95_ddr_perf_monitor_config()
576 * events are acceptable (for example to create a CCN group in ddr_perf_event_init()
[all …]
/linux/arch/m68k/hp300/
H A Dhp300map.map11 # be saved by mapping AltGr to Alt (and adapting a few entries):
58 keycode 45 = a
89 keycode 73 = F4
90 control keycode 73 = Console_4
157 string F1 = "\033[[A"
185 compose '`' 'A' to '�'
186 compose '`' 'a' to '�'
187 compose '\'' 'A' to '�'
188 compose '\'' 'a' to '�'
189 compose '^' 'A' to '�'
[all …]
/linux/Documentation/devicetree/bindings/iio/adc/
H A Damlogic,meson-saradc.yaml7 title: Amlogic Meson SAR (Successive Approximation Register) A/D converter
13 Binding covers a range of ADCs found on Amlogic Meson SoCs.
138 interrupts = <GIC_SPI 73 IRQ_TYPE_EDGE_RISING>;
149 interrupts = <GIC_SPI 73 IRQ_TYPE_EDGE_RISING>;
/linux/arch/parisc/kernel/vdso32/
H A Dsigtramp.S16 a 64-byte boundary by 0, 4 or 5 instructions. Since the vdso trampoline
17 is not on the stack, we need a new variant with different offsets and
28 /* The nop here is a hack. The dwarf2 unwind routines subtract 1 from
30 call instruction. Since we don't have a call here, we artifically
31 extend the range covered by the unwind info by adding a nop before
59 .section .eh_frame,"a",@progbits
163 rsave 63, 73
173 rsave 73, 83
/linux/drivers/s390/char/
H A Ddefkeymap.map6 keycode 1 = nul a
70 keycode 65 = nul A
78 keycode 73 = ntilde I
154 shift control keycode 73 = F21
165 string F1 = "\033[[A"
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8916-samsung-gt510.dts8 model = "Samsung Galaxy Tab A 9.7 (2015)";
62 gpio = <&tlmm 73 GPIO_ACTIVE_HIGH>;
75 gpio = <&tlmm 73 GPIO_ACTIVE_HIGH>;
105 touchscreen@4a {
/linux/Documentation/devicetree/bindings/mips/cavium/
H A Dciu3.txt6 Compatibility with 78XX and 73XX SOCs.
13 The second cell indicates the triggering semantics, and may have a
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_estats.c18 * 338: 63 1a d0 ff 00 00 00 00 *(u32 *)(r10 - 48) = r1
25 * 412: bf 73 00 00 00 00 00 00 r3 = r7
27 * 414: 73 23 2d 00 00 00 00 00 *(u8 *)(r3 + 45) = r2
46 * However, this is a unit test case only for
/linux/arch/arm/mach-pxa/
H A Dam300epd.c15 * Vizplex EPD on a Gumstix board using the Broadsheet interface board.
56 /* this is the 16-bit hdb bus 58-73 */
92 #define DB15_GPIO_PIN 73
277 /* the am300_board that will be seen by broadsheetfb is a copy */ in am300_init()
/linux/sound/soc/codecs/
H A Dtlv320aic3x.h34 /* PLL progrramming register A */
44 /* Audio serial data interface control register A */
74 /* AGC Control Registers A, B, C */
129 #define LINE2L_2_MONOLOPM_VOL 73
137 #define CLASSD_CTRL 73
179 /* Audio serial data interface control register A bits */
222 /* PLL progrramming register A bits */
/linux/drivers/rtc/
H A Drtc-mc146818-lib.c16 * Execute a function while the UIP (Update-in-progress) bit of the RTC is
37 * Store the second value before checking UIP so a long lasting in mc146818_avoid_UIP()
69 * A NMI might have interrupted the above sequence so check in mc146818_avoid_UIP()
119 * by the RTC when initially set to a non-zero value. in mc146818_get_time_callback()
189 * and how they are defined in a struct rtc_time; in mc146818_get_time()
238 * We want to keep the year set to 73 until March in mc146818_set_time()
244 yrs = 73; in mc146818_set_time()
/linux/Documentation/devicetree/bindings/dma/
H A Dsocionext,uniphier-mio-dmac.yaml28 A list of interrupt specifiers associated with the DMA channels.
52 // In the example below, "interrupts = <0 68 4>, <0 68 4>, ..." is not a
53 // typo. The first two channels share a single interrupt line.
59 <0 71 4>, <0 72 4>, <0 73 4>, <0 74 4>;
/linux/arch/parisc/include/asm/
H A Dshmparam.h13 * https://parisc.wiki.kernel.org/images-parisc/7/73/Parisc2.0.pdf
20 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
/linux/Documentation/devicetree/bindings/reset/
H A Dfsl,imx-src.yaml16 property, containing a phandle to the SRC device node and a
65 reset-controller@73fd0000 {
/linux/drivers/staging/media/ipu3/
H A Dipu3-tables.c39 { 0, -14, 82, 7, 73, -13, 0 },
41 { 0, -13, 73, 7, 82, -14, 0 },
104 { 0, -14, 82, 7, 73, -13, 0 },
106 { 0, -13, 73, 7, 82, -14, 0 },
183 { 0, -14, 82, 7, 73, -13, 0 },
184 { 0, -13, 73, 7, 82, -14, 0 },
216 { 0, -14, 82, 7, 73, -13, 0 },
217 { 0, -13, 73, 7, 82, -14, 0 },
411 { 0, -13, 81, 7, 73, -13, 0 },
437 { 0, -13, 73, 7, 81, -13, 0 },
[all …]
/linux/Documentation/devicetree/bindings/net/
H A Dlantiq,xrx200-net.yaml14 pattern: "^ethernet@[0-9a-f]+$"
56 interrupts = <73>, <72>;

12345678910>>...17