Home
last modified time | relevance | path

Searched +full:product +full:- +full:name (Results 1 – 25 of 1044) sorted by relevance

12345678910>>...42

/kernel/linux/linux-5.10/drivers/soc/renesas/
Drenesas-soc.c1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2014-2016 Glider bvba
17 const char name[16]; member
22 .name = "R-Car Gen1",
23 .reg = 0xff000044, /* PRR (Product Register) */
27 .name = "R-Car Gen2",
28 .reg = 0xff000044, /* PRR (Product Register) */
32 .name = "R-Car Gen3",
33 .reg = 0xfff00044, /* PRR (Product Register) */
37 .name = "R-Mobile",
[all …]
/kernel/linux/linux-6.6/drivers/soc/renesas/
Drenesas-soc.c1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2014-2016 Glider bvba
17 const char name[16]; member
22 .name = "R-Car Gen1",
23 .reg = 0xff000044, /* PRR (Product Register) */
27 .name = "R-Car Gen2",
28 .reg = 0xff000044, /* PRR (Product Register) */
32 .name = "R-Car Gen3",
33 .reg = 0xfff00044, /* PRR (Product Register) */
37 .name = "R-Car Gen4",
[all …]
/kernel/linux/linux-5.10/drivers/zorro/
Dnames.c1 // SPDX-License-Identifier: GPL-2.0
3 * Zorro Device Name Tables
5 * Copyright (C) 1999--2000 Geert Uytterhoeven
9 * Copyright 1992--1999 Drew Eckhardt, Frederic Potter,
10 * David Mosberger-Tang, Martin Mares
22 const char *name; member
28 const char *name; member
38 #define MANUF( manuf, name ) static char __manufstr_##manuf[] __initdata = name; argument
40 #define PRODUCT( manuf, prod, name ) static char __prodstr_##manuf##prod[] __initdata = name; macro
44 #define MANUF( manuf, name ) static struct zorro_prod_info __prods_##manuf[] __initdata = { argument
[all …]
/kernel/linux/linux-6.6/drivers/zorro/
Dnames.c1 // SPDX-License-Identifier: GPL-2.0
3 * Zorro Device Name Tables
5 * Copyright (C) 1999--2000 Geert Uytterhoeven
9 * Copyright 1992--1999 Drew Eckhardt, Frederic Potter,
10 * David Mosberger-Tang, Martin Mares
23 const char *name; member
29 const char *name; member
39 #define MANUF( manuf, name ) static char __manufstr_##manuf[] __initdata = name; argument
41 #define PRODUCT( manuf, prod, name ) static char __prodstr_##manuf##prod[] __initdata = name; macro
45 #define MANUF( manuf, name ) static struct zorro_prod_info __prods_##manuf[] __initdata = { argument
[all …]
/kernel/linux/linux-6.6/drivers/hid/
Dhid-magicmouse.c1 // SPDX-License-Identifier: GPL-2.0-or-later
21 #include "hid-ids.h"
27 static int middle_button_start = -350;
39 return -EINVAL; in param_set_scroll_speed()
52 MODULE_PARM_DESC(report_undeciphered, "Report undeciphered multi-touch state field using a MSC_RAW …
66 * to be some kind of bit mask -- 0x20 may be a near-field reading,
75 /* Number of high-resolution events for each low-resolution detent. */
84 #define MOUSE_MIN_X -1100
86 #define MOUSE_RES_X ((MOUSE_MAX_X - MOUSE_MIN_X) / (MOUSE_DIMENSION_X / 100))
88 #define MOUSE_MIN_Y -1589
[all …]
Dhid-apple.c1 // SPDX-License-Identifier: GPL-2.0-or-later
6 * Copyright (c) 2000-2005 Vojtech Pavlik <vojtech@suse.cz>
7 * Copyright (c) 2005 Michael Haboustak <mike-@cinci.rr.com> for Concept2, Inc
8 * Copyright (c) 2006-2007 Jiri Kosina
27 #include "hid-ids.h"
52 static int iso_layout = -1;
54 MODULE_PARM_DESC(iso_layout, "Swap the backtick/tilde and greater-than/less-than keys. "
55 "([-1] = auto, 0 = disabled, 1 = enabled)");
61 "[0] = as-is, Mac layout. 1 = swapped, Windows layout., 2 = swapped, Swap only left side)");
73 "[0] = as-is, Mac layout, 1 = swapped, PC layout)");
[all …]
/kernel/linux/linux-5.10/tools/usb/usbip/libsrc/
Dnames.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * names.c -- USB name database manipulation routines
8 * - names_deinit() is added.
28 char name[1]; member
31 struct product { struct
32 struct product *next; argument
34 char name[1]; member
40 char name[1]; member
46 char name[1]; member
52 char name[1]; member
[all …]
Dusbip_common.c1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2005-2007 Takahiro Hirofuchi
30 { USB_SPEED_WIRELESS, "53.3-480", "Wireless"},
93 #define DBG_UDEV_INTEGER(name)\ argument
94 dbg("%-20s = %x", to_string(name), (int) udev->name)
96 #define DBG_UINF_INTEGER(name)\ argument
97 dbg("%-20s = %x", to_string(name), (int) uinf->name)
104 uinf->bInterfaceClass, in dump_usb_interface()
105 uinf->bInterfaceSubClass, in dump_usb_interface()
106 uinf->bInterfaceProtocol); in dump_usb_interface()
[all …]
/kernel/linux/linux-6.6/tools/usb/usbip/libsrc/
Dnames.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * names.c -- USB name database manipulation routines
8 * - names_deinit() is added.
28 char name[1]; member
31 struct product { struct
32 struct product *next; argument
34 char name[1]; member
40 char name[1]; member
46 char name[1]; member
52 char name[1]; member
[all …]
Dusbip_common.c1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2005-2007 Takahiro Hirofuchi
30 { USB_SPEED_WIRELESS, "53.3-480", "Wireless"},
93 #define DBG_UDEV_INTEGER(name)\ argument
94 dbg("%-20s = %x", to_string(name), (int) udev->name)
96 #define DBG_UINF_INTEGER(name)\ argument
97 dbg("%-20s = %x", to_string(name), (int) uinf->name)
104 uinf->bInterfaceClass, in dump_usb_interface()
105 uinf->bInterfaceSubClass, in dump_usb_interface()
106 uinf->bInterfaceProtocol); in dump_usb_interface()
[all …]
/kernel/linux/linux-6.6/arch/x86/platform/geode/
Dalix.c1 // SPDX-License-Identifier: GPL-2.0-only
9 * and Philip Prindeville <philipp@redfish-solutions.com>
11 * TODO: There are large similarities with leds-net5501.c
13 * In the future leds-net5501.c should be migrated over to platform
63 .name = "gpio-keys-polled",
72 .name = "alix:1",
73 .default_trigger = "default-on",
76 .name = "alix:2",
77 .default_trigger = "default-off",
80 .name = "alix:3",
[all …]
Dgeos.c1 // SPDX-License-Identifier: GPL-2.0-only
8 * and Philip Prindeville <philipp@redfish-solutions.com>
10 * TODO: There are large similarities with leds-net5501.c
12 * In the future leds-net5501.c should be migrated over to platform
47 .name = "gpio-keys-polled",
56 .name = "geos:1",
57 .default_trigger = "default-on",
60 .name = "geos:2",
61 .default_trigger = "default-off",
64 .name = "geos:3",
[all …]
/kernel/linux/linux-5.10/arch/x86/platform/geode/
Dalix.c1 // SPDX-License-Identifier: GPL-2.0-only
9 * and Philip Prindeville <philipp@redfish-solutions.com>
11 * TODO: There are large similarities with leds-net5501.c
13 * In the future leds-net5501.c should be migrated over to platform
62 .name = "gpio-keys-polled",
71 .name = "alix:1",
73 .default_trigger = "default-on",
77 .name = "alix:2",
79 .default_trigger = "default-off",
83 .name = "alix:3",
[all …]
Dgeos.c1 // SPDX-License-Identifier: GPL-2.0-only
8 * and Philip Prindeville <philipp@redfish-solutions.com>
10 * TODO: There are large similarities with leds-net5501.c
12 * In the future leds-net5501.c should be migrated over to platform
46 .name = "gpio-keys-polled",
55 .name = "geos:1",
57 .default_trigger = "default-on",
61 .name = "geos:2",
63 .default_trigger = "default-off",
67 .name = "geos:3",
[all …]
/kernel/linux/linux-5.10/tools/leds/
Dget_led_device_info.sh2 # SPDX-License-Identifier: GPL-2.0
4 led_common_defs_path="include/dt-bindings/leds/common.h"
7 if [ $num_args -eq 1 ]; then
8 linux_top=$(dirname `realpath $0` | awk -F/ \
11 while (i <= NF - 2) { \
17 elif [ $num_args -eq 2 ]; then
24 if [ ! -f $led_defs_path ]; then
32 if [ $? -ne 0 ]; then
38 usb_subdev=`readlink $led_cdev_path | grep usb | sed s'/\(.*usb[0-9]*\/[0-9]*-[0-9]*\)\/.*/\1/'`
44 if [ ! -z "$usb_subdev" ]; then
[all …]
/kernel/linux/linux-6.6/tools/leds/
Dget_led_device_info.sh2 # SPDX-License-Identifier: GPL-2.0
4 led_common_defs_path="include/dt-bindings/leds/common.h"
7 if [ $num_args -eq 1 ]; then
8 linux_top=$(dirname `realpath $0` | awk -F/ \
11 while (i <= NF - 2) { \
17 elif [ $num_args -eq 2 ]; then
24 if [ ! -f $led_defs_path ]; then
32 if [ $? -ne 0 ]; then
38 usb_subdev=`readlink $led_cdev_path | grep usb | sed s'/\(.*usb[0-9]*\/[0-9]*-[0-9]*\)\/.*/\1/'`
44 if [ ! -z "$usb_subdev" ]; then
[all …]
/kernel/linux/linux-5.10/Documentation/arm/
Dmarvel.rst13 ------------
16 - 88F5082
17 - 88F5181
18 - 88F5181L
19 - 88F5182
21- Datasheet: http://www.embeddedarm.com/documentation/third-party/MV88F5182-datasheet.pdf
22- Programmer's User Guide: http://www.embeddedarm.com/documentation/third-party/MV88F5182-opensour…
23- User Manual: http://www.embeddedarm.com/documentation/third-party/MV88F5182-usermanual.pdf
24 - 88F5281
26- Datasheet: http://www.ocmodshop.com/images/reviews/networking/qnap_ts409u/marvel_88f5281_data_sh…
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_fru_eeprom.c41 struct atom_context *atom_ctx = adev->mode_info.atom_context; in is_fru_eeprom_supported()
54 /* VBIOS is of the format ###-DXXXYYYY-##. For SKU identification, in is_fru_eeprom_supported()
60 switch (adev->asic_type) { in is_fru_eeprom_supported()
63 if (strnstr(atom_ctx->vbios_pn, "D161", in is_fru_eeprom_supported()
64 sizeof(atom_ctx->vbios_pn)) || in is_fru_eeprom_supported()
65 strnstr(atom_ctx->vbios_pn, "D163", in is_fru_eeprom_supported()
66 sizeof(atom_ctx->vbios_pn))) { in is_fru_eeprom_supported()
75 if (!strnstr(atom_ctx->vbios_pn, "D673", in is_fru_eeprom_supported()
76 sizeof(atom_ctx->vbios_pn))) in is_fru_eeprom_supported()
81 if (strnstr(atom_ctx->vbios_pn, "D603", in is_fru_eeprom_supported()
[all …]
/kernel/linux/linux-6.6/Documentation/arch/arm/
Dmarvell.rst13 ------------
16 - 88F5082
17 - 88F5181 a.k.a Orion-1
18 - 88F5181L a.k.a Orion-VoIP
19 - 88F5182 a.k.a Orion-NAS
21- Datasheet: https://web.archive.org/web/20210124231420/http://csclub.uwaterloo.ca/~board/ts7800/M…
22- Programmer's User Guide: https://web.archive.org/web/20210124231536/http://csclub.uwaterloo.ca/~…
23- User Manual: https://web.archive.org/web/20210124231631/http://csclub.uwaterloo.ca/~board/ts7800…
24- Functional Errata: https://web.archive.org/web/20210704165540/https://www.digriz.org.uk/ts78xx/8…
25 - 88F5281 a.k.a Orion-2
[all …]
/kernel/linux/config/
DREADME_zh.md1 # Config组件<a name="ZH-CN_TOPIC_0000001102487950"></a>
3 - [简介](#section11660541593)
4 - [内核的Config组成模块](#section28381947133910)
5 - [目录](#section161941989596)
6 - [使用说明](#section1393789267)
7 - [构建说明](#section19369206113115)
8 - [相关仓](#section1371113476307)
10 ## 简介<a name="section11660541593"></a>
14 …查看[kernel官网](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linux-4.19.y);
16 …查看[kernel官网](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linux-5.10.y)。
[all …]
/kernel/linux/linux-6.6/drivers/usb/common/
Dulpi.c1 // SPDX-License-Identifier: GPL-2.0
3 * ulpi.c - USB ULPI PHY bus
19 #include <linux/clk/clk-conf.h>
21 /* -------------------------------------------------------------------------- */
25 return ulpi->ops->read(ulpi->dev.parent, addr); in ulpi_read()
31 return ulpi->ops->write(ulpi->dev.parent, addr, val); in ulpi_write()
35 /* -------------------------------------------------------------------------- */
47 if (ulpi->id.vendor == 0 || !drv->id_table) in ulpi_match()
50 for (id = drv->id_table; id->vendor; id++) in ulpi_match()
51 if (id->vendor == ulpi->id.vendor && in ulpi_match()
[all …]
/kernel/linux/linux-5.10/Documentation/driver-api/mmc/
Dmmc-dev-attrs.rst11 force_ro Enforce read-only access even if write protect switch is off.
17 All attributes are read-only.
24 fwrev Firmware/Product Revision (from CID Register)
26 hwrev Hardware/Product Revision (from CID Register)
29 name Product Name (from CID Register)
31 prv Product Revision (from CID Register)
33 serial Product Serial Number (from CID Register)
52 if the card is block-addressed, 0 otherwise.
62 duration of the erase - which could be a several
76 For MMC, "preferred_erase_size" is the high-capacity
/kernel/linux/linux-6.6/Documentation/driver-api/mmc/
Dmmc-dev-attrs.rst11 force_ro Enforce read-only access even if write protect switch is off.
17 All attributes are read-only.
24 fwrev Firmware/Product Revision (from CID Register)
26 hwrev Hardware/Product Revision (from CID Register)
29 name Product Name (from CID Register)
31 prv Product Revision (from CID Register)
33 serial Product Serial Number (from CID Register)
52 if the card is block-addressed, 0 otherwise.
62 duration of the erase - which could be a several
76 For MMC, "preferred_erase_size" is the high-capacity
/kernel/linux/linux-6.6/drivers/input/tests/
Dinput_test.c1 // SPDX-License-Identifier: GPL-2.0
23 input_dev->name = "Test input device"; in input_test_init()
24 input_dev->id.bustype = BUS_VIRTUAL; in input_test_init()
25 input_dev->id.vendor = 1; in input_test_init()
26 input_dev->id.product = 1; in input_test_init()
27 input_dev->id.version = 1; in input_test_init()
37 test->priv = input_dev; in input_test_init()
44 struct input_dev *input_dev = test->priv; in input_test_exit()
54 struct input_dev *input_dev = test->priv; in input_test_polling()
56 /* Must fail because a poll handler has not been set-up yet */ in input_test_polling()
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/
Dcypress,cypd4226.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Cypress cypd4226 Type-C Controller
10 - Wayne Chang <waynec@nvidia.com>
13 The Cypress cypd4226 is a dual Type-C controller that is controlled
20 '#address-cells':
23 '#size-cells':
31 - description: cypd4226 host interrupt
33 firmware-name:
[all …]

12345678910>>...42