Home
last modified time | relevance | path

Searched +full:02 +full:- (Results 1 – 25 of 1048) sorted by relevance

12345678910>>...42

/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py2 # SPDX-License-Identifier: GPL-2.0
3 # -*- coding: utf-8 -*-
23 https://docs.microsoft.com/en-us/windows-hardware/design/component-guidelines/windows-pen-states
37 def from_evdev(cls, evdev) -> "PenState":
58 def apply(self, events) -> "PenState":
91 def valid_transitions(self) -> Tuple["PenState", ...]:
93 for skipping the in-range state, due to historical reasons.
236 def legal_transitions() -> Dict[str, Tuple[PenState, ...]]:
238 we don't have Invert nor Erase bits, so just move in/out-of-range or proximity.
239 … https://docs.microsoft.com/en-us/windows-hardware/design/component-guidelines/windows-pen-states
[all …]
H A Dtest_multitouch.py2 # SPDX-License-Identifier: GPL-2.0
3 # -*- coding: utf-8 -*-
20 KERNEL_MODULE = ("hid-multitouch", "hid_multitouch")
310 Unit Exponent (-1)
335 Unit Exponent (-4)
378 Unit Exponent (-1)
397 Unit Exponent (-4)
442 Unit Exponent (-1)
467 Unit Exponent (-4)
49202 a1 01 85 01 09 01 a1 00 05 09 19 01 29 03 15 00 25 01 95 03 75 01 81 02 95 05 81 03 05 01 15 00…
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/
H A D0001-Remove-newline-from-format-line.patch3 Date: Sun, 23 Apr 2017 00:16:45 -0700
8 …ltin___snprintf_chk' output truncated before the last format character [-Werror=format-truncation=]
9 "%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x\n",
12 Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 ---
14 Upstream-Status: Pending
16 addrdb/addrdb.c | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
19 diff --git a/addrdb/addrdb.c b/addrdb/addrdb.c
21 --- a/addrdb/addrdb.c
[all …]
/openbmc/linux/drivers/message/fusion/lsi/
H A Dmpi_history.txt6 Copyright (c) 2000-2008 LSI Corporation.
8 ---------------------------------------
10 Header Set Release Date: 03-28-08
11 ---------------------------------------
14 ---------- --------------- -------------
26 mpi_type.h 01.05.02 01.05.02
31 * -------- -------- ------------------------------------------------------
34 * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000.
35 * 05-24-00 00.10.02 Added MPI_IOCSTATUS_SCSI_RESIDUAL_MISMATCH definition.
36 * 06-06-00 01.00.01 Update MPI_VERSION_MAJOR and MPI_VERSION_MINOR.
[all …]
/openbmc/linux/Documentation/scsi/
H A Daacraid.rst1 .. SPDX-License-Identifier: GPL-2.0
23 9005:0285:9005:0287 Adaptec 2200S (Vulcan-2m)
35 9005:0285:9005:0293 Adaptec 21610SA (Corsair-16)
37 9005:0285:9005:0292 Adaptec 2810SA (Corsair-8)
40 9005:0285:9005:0299 Adaptec 4800SAS (Marauder-X)
41 9005:0285:9005:029a Adaptec 4805SAS (Marauder-E)
45 9005:0286:9005:02ac Adaptec 1800 (Typhoon44)
46 9005:0285:9005:02b5 Adaptec 5445 (Voodoo44)
47 9005:0285:15d9:02b5 SMC AOC-USAS-S4i
48 9005:0285:9005:02b6 Adaptec 5805 (Voodoo80)
[all …]
/openbmc/phosphor-webui/app/common/styles/base/
H A Dcolors.scss2 $color--blue-100: #1B2834;
3 $color--blue-50: #1D3458;
4 $color--blue-40: #2D60E5;
5 $color--blue-30: #7295F1;
6 $color--blue-20: #CCD7F4;
7 $color--blue-10: #EFF2FB;
9 $color--grey-100: #333333;
10 $color--grey-80: #666666;
11 $color--grey-60: #999999;
12 $color--grey-40: #CCCCCC;
[all …]
/openbmc/qemu/hw/net/can/
H A Dtrace-events1 # xlnx-zynqmp-can.c
4 xlnx_can_rx_fifo_filter_reject(uint32_t id, uint8_t dlc) "Frame: ID: 0x%08x DLC: 0x%02x"
7 …b6, uint8_t db7) "Frame: ID: 0x%08x DLC: 0x%02x DATA: 0x%02x 0x%02x 0x%02x 0x%02x 0x%02x 0x%02x 0x…
8 …b6, uint8_t db7) "Frame: ID: 0x%08x DLC: 0x%02x DATA: 0x%02x 0x%02x 0x%02x 0x%02x 0x%02x 0x%02x 0x…
11 # xlnx-versal-canfd.c
13 …nfd_rx_fifo_filter_reject(char *path, uint32_t id, uint8_t dlc) "%s: Frame: ID: 0x%08x DLC: 0x%02x"
14 …th, uint32_t id, uint8_t dlc, uint8_t flags) "%s: Frame: ID: 0x%08x DLC: 0x%02x CANFD Flag: 0x%02x"
15 …th, uint32_t id, uint8_t dlc, uint8_t flgas) "%s: Frame: ID: 0x%08x DLC: 0x%02x CANFD Flag: 0x%02x"
/openbmc/linux/samples/hid/
H A Dhid_mouse.bpf.c1 // SPDX-License-Identifier: GPL-2.0
17 bpf_printk("event: size: %d", hctx->size); in BPF_PROG()
18 bpf_printk("incoming event: %02x %02x %02x", in BPF_PROG()
22 bpf_printk(" %02x %02x %02x", in BPF_PROG()
26 bpf_printk(" %02x %02x %02x", in BPF_PROG()
33 y = -y; in BPF_PROG()
38 bpf_printk("modified event: %02x %02x %02x", in BPF_PROG()
42 bpf_printk(" %02x %02x %02x", in BPF_PROG()
46 bpf_printk(" %02x %02x %02x", in BPF_PROG()
65 x = -x; in BPF_PROG()
[all …]
/openbmc/qemu/hw/i2c/
H A Dtrace-events4 bitbang_i2c_state(const char *old_state, const char *new_state) "state %s -> %s"
5 bitbang_i2c_addr(uint8_t addr) "Address 0x%02x"
6 bitbang_i2c_send(uint8_t byte) "TX byte 0x%02x"
7 bitbang_i2c_recv(uint8_t byte) "RX byte 0x%02x"
8 …c_data(unsigned clk, unsigned dat, unsigned old_out, unsigned new_out) "clk %u dat %u out %u -> %u"
12 i2c_event(const char *event, uint8_t address) "%s(addr:0x%02x)"
13 i2c_send(uint8_t address, uint8_t data) "send(addr:0x%02x) data:0x%02x"
14 i2c_send_async(uint8_t address, uint8_t data) "send_async(addr:0x%02x) data:0x%02x"
15 i2c_recv(uint8_t address, uint8_t data) "recv(addr:0x%02x) data:0x%02x"
20 smbus_ioport_readb(uint16_t addr, uint8_t data) "[0x%04" PRIx16 "] -> val=0x%02x"
[all …]
/openbmc/openpower-hw-diags/test/
H A Dpdbg-test.dts1 /dts-v1/;
5 ATTR_PHYS_DEV_PATH = "physical:sys-0";
9 compatible = "bmc-ast2600";
11 ATTR_LOCATION_CODE = "Ufcs-P0-C5";
12 ATTR_PHYS_BIN_PATH = [ 23 01 00 02 00 3A 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ];
13 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/bmc-0";
18 compatible = "ibm,power-proc", "ibm,power10-proc";
23 ATTR_LOCATION_CODE = "Ufcs-P0-C15";
24 ATTR_PHYS_BIN_PATH = [ 23 01 00 02 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ];
25 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0";
[all …]
/openbmc/linux/Documentation/networking/devlink/
H A Diosm.rst1 .. SPDX-License-Identifier: GPL-2.0
13 The ``iosm`` driver implements the following driver-specific parameters.
15 .. list-table:: Driver-specific parameters implemented
18 * - Name
19 - Type
20 - Mode
21 - Description
22 * - ``erase_full_flash``
23 - u8
24 - runtime
[all …]
/openbmc/linux/include/trace/events/
H A Dbridge.h21 __string(dev, dev->name)
28 __assign_str(dev, dev->name);
29 memcpy(__entry->addr, addr, ETH_ALEN);
30 __entry->vid = vid;
31 __entry->nlh_flags = nlh_flags;
32 __entry->ndm_flags = ndm->ndm_flags;
35 TP_printk("dev %s addr %02x:%02x:%02x:%02x:%02x:%02x vid %u nlh_flags %04x ndm_flags %02x",
36 __get_str(dev), __entry->addr[0], __entry->addr[1],
37 __entry->addr[2], __entry->addr[3], __entry->addr[4],
38 __entry->addr[5], __entry->vid,
[all …]
/openbmc/u-boot/drivers/rtc/
H A Ds3c24x0_rtc.c1 // SPDX-License-Identifier: GPL-2.0+
8 * Date & Time support for the built-in Samsung S3C24X0 RTC
32 writeb(readb(&rtc->rtccon) | 0x01, &rtc->rtccon); in SetRTC_Access()
36 writeb(readb(&rtc->rtccon) & ~0x01, &rtc->rtccon); in SetRTC_Access()
41 /* ------------------------------------------------------------------------- */
55 sec = readb(&rtc->bcdsec); in rtc_get()
56 min = readb(&rtc->bcdmin); in rtc_get()
57 hour = readb(&rtc->bcdhour); in rtc_get()
58 mday = readb(&rtc->bcddate); in rtc_get()
59 wday = readb(&rtc->bcdday); in rtc_get()
[all …]
H A Dpcf8563.c1 // SPDX-License-Identifier: GPL-2.0+
21 /* ------------------------------------------------------------------------- */
36 debug ( "Get RTC year: %02x mon/cent: %02x mday: %02x wday: %02x " in rtc_get()
37 "hr: %02x min: %02x sec: %02x\n", in rtc_get()
40 debug ( "Alarms: wday: %02x day: %02x hour: %02x min: %02x\n", in rtc_get()
47 puts ("### Warning: RTC Low Voltage - date/time not reliable\n"); in rtc_get()
48 rel = -1; in rtc_get()
51 tmp->tm_sec = bcd2bin (sec & 0x7F); in rtc_get()
52 tmp->tm_min = bcd2bin (min & 0x7F); in rtc_get()
53 tmp->tm_hour = bcd2bin (hour & 0x3F); in rtc_get()
[all …]
H A Ddavinci.c1 // SPDX-License-Identifier: GPL-2.0+
18 status = readl(&rtc->status); in rtc_get()
21 return -1; in rtc_get()
26 sec = readl(&rtc->second); in rtc_get()
27 min = readl(&rtc->minutes); in rtc_get()
28 hour = readl(&rtc->hours); in rtc_get()
29 mday = readl(&rtc->day); in rtc_get()
30 wday = readl(&rtc->dotw); in rtc_get()
31 mon_cent = readl(&rtc->month); in rtc_get()
32 year = readl(&rtc->year); in rtc_get()
[all …]
H A Dmax6900.c1 // SPDX-License-Identifier: GPL-2.0+
22 /* ------------------------------------------------------------------------- */
35 /* ------------------------------------------------------------------------- */
59 debug ( "Get RTC year: %02x mon: %02x cent: %02x mday: %02x wday: %02x " in rtc_get()
60 "hr: %02x min: %02x sec: %02x\n", in rtc_get()
64 tmp->tm_sec = bcd2bin (sec & 0x7F); in rtc_get()
65 tmp->tm_min = bcd2bin (min & 0x7F); in rtc_get()
66 tmp->tm_hour = bcd2bin (hour & 0x3F); in rtc_get()
67 tmp->tm_mday = bcd2bin (mday & 0x3F); in rtc_get()
68 tmp->tm_mon = bcd2bin (mon & 0x1F); in rtc_get()
[all …]
/openbmc/u-boot/board/freescale/common/
H A Dngpixis.c1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright 2010-2011 Freescale Semiconductor
6 * This file provides support for the ngPIXIS, a board-specific FPGA used on
10 * eight "bits". The ngPIXIS has a set of memory-mapped registers (SWx) that
17 * PIXIS_BASE - The virtual address of the base of the PIXIS register map
19 * PIXIS_LBMAP_SWITCH - The switch number (i.e. the "x" in "SWx"). This value
24 * PIXIS_LBMAP_MASK - A bit mask the defines which bits in SWx to use.
26 * PIXIS_LBMAP_SHIFT - The shift value that corresponds to PIXIS_LBMAP_MASK.
28 * PIXIS_LBMAP_ALTBANK - The value to program into SWx to tell the ngPIXIS to
79 * Set the boot bank to the power-on default bank
[all …]
/openbmc/qemu/include/qemu/
H A Duuid.h38 * UUID_LE - converts the fields of UUID to little-endian array,
76 #define UUID_FMT "%02hhx%02hhx%02hhx%02hhx-" \
77 "%02hhx%02hhx-%02hhx%02hhx-" \
78 "%02hhx%02hhx-" \
79 "%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx"
81 #define UUID_NONE "00000000-0000-0000-0000-000000000000"
82 QEMU_BUILD_BUG_ON(sizeof(UUID_NONE) - 1 != 36);
/openbmc/u-boot/board/freescale/t4rdb/
H A Dcpld.c1 // SPDX-License-Identifier: GPL-2.0+
7 * This file provides support for the board-specific CPLD used on some Freescale
12 * CONFIG_SYS_CPLD_BASE - The virtual address of the base of the
77 printf("chip_id1 = 0x%02x\n", CPLD_READ(chip_id1)); in cpld_dump_regs()
78 printf("chip_id2 = 0x%02x\n", CPLD_READ(chip_id2)); in cpld_dump_regs()
79 printf("sw_maj_ver = 0x%02x\n", CPLD_READ(sw_maj_ver)); in cpld_dump_regs()
80 printf("sw_min_ver = 0x%02x\n", CPLD_READ(sw_min_ver)); in cpld_dump_regs()
81 printf("hw_ver = 0x%02x\n", CPLD_READ(hw_ver)); in cpld_dump_regs()
82 printf("software_on = 0x%02x\n", CPLD_READ(software_on)); in cpld_dump_regs()
83 printf("cfg_rcw_src = 0x%02x\n", CPLD_READ(cfg_rcw_src)); in cpld_dump_regs()
[all …]
/openbmc/u-boot/board/freescale/t104xrdb/
H A Dcpld.c1 // SPDX-License-Identifier: GPL-2.0+
5 * This file provides support for the board-specific CPLD used on some Freescale
10 * CONFIG_SYS_CPLD_BASE-The virtual address of the base of the CPLD register map
62 printf("cpld_ver = 0x%02x\n", CPLD_READ(cpld_ver)); in cpld_dump_regs()
63 printf("cpld_ver_sub = 0x%02x\n", CPLD_READ(cpld_ver_sub)); in cpld_dump_regs()
64 printf("hw_ver = 0x%02x\n", CPLD_READ(hw_ver)); in cpld_dump_regs()
65 printf("sw_ver = 0x%02x\n", CPLD_READ(sw_ver)); in cpld_dump_regs()
66 printf("reset_ctl1 = 0x%02x\n", CPLD_READ(reset_ctl1)); in cpld_dump_regs()
67 printf("reset_ctl2 = 0x%02x\n", CPLD_READ(reset_ctl2)); in cpld_dump_regs()
68 printf("int_status = 0x%02x\n", CPLD_READ(int_status)); in cpld_dump_regs()
[all …]
/openbmc/u-boot/board/freescale/t102xrdb/
H A Dcpld.c1 // SPDX-License-Identifier: GPL-2.0+
5 * Freescale T1024RDB board-specific CPLD controlling supports.
57 printf("cpld_ver = 0x%02x\n", CPLD_READ(cpld_ver)); in cpld_dump_regs()
58 printf("cpld_ver_sub = 0x%02x\n", CPLD_READ(cpld_ver_sub)); in cpld_dump_regs()
59 printf("hw_ver = 0x%02x\n", CPLD_READ(hw_ver)); in cpld_dump_regs()
60 printf("sw_ver = 0x%02x\n", CPLD_READ(sw_ver)); in cpld_dump_regs()
61 printf("reset_ctl1 = 0x%02x\n", CPLD_READ(reset_ctl1)); in cpld_dump_regs()
62 printf("reset_ctl2 = 0x%02x\n", CPLD_READ(reset_ctl2)); in cpld_dump_regs()
63 printf("int_status = 0x%02x\n", CPLD_READ(int_status)); in cpld_dump_regs()
64 printf("flash_csr = 0x%02x\n", CPLD_READ(flash_csr)); in cpld_dump_regs()
[all …]
/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_dbg.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * Copyright (c) 2003-2012 QLogic Corporation
19 printk("------------------------------------------------------------" in qla4xxx_dump_buffer()
20 "--\n"); in qla4xxx_dump_buffer()
22 printk("%02x", *c); in qla4xxx_dump_buffer()
39 i, readl(&ha->qla4_82xx_reg->mailbox_in[i])); in qla4xxx_dump_registers()
44 printk(KERN_INFO "0x%02X mailbox[%d] = 0x%08X\n", in qla4xxx_dump_registers()
46 readw(&ha->reg->mailbox[i])); in qla4xxx_dump_registers()
49 printk(KERN_INFO "0x%02X flash_address = 0x%08X\n", in qla4xxx_dump_registers()
51 readw(&ha->reg->flash_address)); in qla4xxx_dump_registers()
[all …]
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dncsi.c1 // SPDX-License-Identifier: GPL-2.0+
17 //------------------------------------------------------------
20 eng->flg.ncsi = eng->flg.ncsi | eflag; in ncsi_set_error_flag()
21 eng->flg.error = eng->flg.error | ERR_FLAG_NCSI_LINKFAIL; in ncsi_set_error_flag()
24 eng->flg.error, eng->flg.ncsi); in ncsi_set_error_flag()
29 //------------------------------------------------------------
30 // PHY IC(NC-SI)
31 //------------------------------------------------------------
35 …LOG, "[NCSI-Request] DA : %02x %02x %02x %02x %02x %02x\n", in->DA[ 0 ], in->DA[ 1 ], … in ncsi_reqdump()
36 …LOG, "[NCSI-Request] SA : %02x %02x %02x %02x %02x %02x\n", in->SA[ 0 ], in->SA[ 1 ], … in ncsi_reqdump()
[all …]
/openbmc/u-boot/board/micronas/vct/
H A Dtop.c1 // SPDX-License-Identifier: GPL-2.0+
57 ((pin - 10) * 4)); in top_read_pin()
91 ((pin - 10) * 4), reg.reg); in top_write_pin()
105 return -1; /* pin number or function out of valid range */ in top_set_pin()
109 return -1; /* pin number out of valid range */ in top_set_pin()
128 return -1; /* pin number or function out of valid range */ in top_set_pin()
145 top_set_pin(100, 02); /* EBI_CS3 */ in vct_pin_mux_initialize()
146 top_set_pin(101, 02); /* EBI_CS4 */ in vct_pin_mux_initialize()
147 top_set_pin(102, 02); /* EBI_CS5 */ in vct_pin_mux_initialize()
148 top_set_pin(103, 02); /* EBI_CS6 */ in vct_pin_mux_initialize()
[all …]
/openbmc/linux/drivers/media/i2c/
H A Dadv7183.c1 // SPDX-License-Identifier: GPL-2.0-only
19 #include <media/v4l2-ctrls.h>
20 #include <media/v4l2-device.h>
38 * All standards are supported through autodetect, 8-bit, 4:2:2, ITU-R BT.656 output on P15 to P8.
69 return &container_of(ctrl->handler, struct adv7183, hdl)->sd; in to_sd()
95 return -1; in adv7183_writeregs()
112 v4l2_info(sd, "adv7183: Input control = 0x%02x\n", in adv7183_log_status()
114 v4l2_info(sd, "adv7183: Video selection = 0x%02x\n", in adv7183_log_status()
116 v4l2_info(sd, "adv7183: Output control = 0x%02x\n", in adv7183_log_status()
118 v4l2_info(sd, "adv7183: Extended output control = 0x%02x\n", in adv7183_log_status()
[all …]

12345678910>>...42