| /linux/drivers/mfd/ |
| H A D | twl4030-power.c | 168 #define TWL_RESOURCE_GROUP_RESET(group, type1, type2) \ argument 169 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type1), (type2), \ 171 #define TWL_RESOURCE_GROUP_SLEEP(group, type, type2) \ argument 172 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type), (type2), \ 174 #define TWL_RESOURCE_GROUP_ACTIVE(group, type, type2) \ argument 175 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type), (type2), \ 179 .type = (typ), .type2 = (typ2), \ 184 .type = (typ), .type2 = (typ2), \ 422 if (rconfig->type2 != TWL4030_RESCONFIG_UNDEF) { in twl4030_configure_resource() 424 type |= rconfig->type2 << TYPE2_SHIFT; in twl4030_configure_resource()
|
| /linux/arch/x86/pci/ |
| H A D | direct.c | 286 goto type2; in pci_direct_probe() 288 goto type2; in pci_direct_probe() 297 type2: in pci_direct_probe()
|
| /linux/arch/x86/kernel/cpu/mtrr/ |
| H A D | mtrr.c | 127 static inline int types_compatible(mtrr_type type1, mtrr_type type2) in types_compatible() argument 130 type2 == MTRR_TYPE_UNCACHABLE || in types_compatible() 131 (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK) || in types_compatible() 132 (type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH); in types_compatible()
|
| H A D | generic.c | 150 static u8 get_effective_type(u8 type1, u8 type2) in get_effective_type() argument 152 if (type1 == MTRR_TYPE_UNCACHABLE || type2 == MTRR_TYPE_UNCACHABLE) in get_effective_type() 155 if ((type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH) || in get_effective_type() 156 (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK)) in get_effective_type() 159 if (type1 != type2) in get_effective_type()
|
| /linux/drivers/acpi/acpica/ |
| H A D | nsprepkg.c | 29 u8 type2, u32 count2, u32 start_index); 705 u8 type2, u32 count2, u32 start_index) in acpi_ns_check_package_elements() argument 730 type2, in acpi_ns_check_package_elements()
|
| /linux/drivers/of/unittest-data/ |
| H A D | tests-match.dtsi | 10 c { name2 { device_type = "type2"; }; };
|
| /linux/drivers/peci/ |
| H A D | request.c | 471 #define __read_ep_mmio(x, y, addr_type, type1, type2) \ argument 477 sizeof(type2)); \
|
| /linux/sound/usb/ |
| H A D | clock.c | 100 #define DEFINE_FIND_HELPER(name, obj, validator, type2, type3) \ argument 107 fmt->protocol == UAC_VERSION_3 ? (type3) : (type2), \
|
| /linux/drivers/scsi/aacraid/ |
| H A D | aachba.c | 208 struct tvpd_id_descriptor_type_2 type2; member 1029 sizeof(vpdpage83data.type2); in get_container_serial_callback() 1069 vpdpage83data.type2.codeset = 1; in get_container_serial_callback() 1071 vpdpage83data.type2.identifiertype = 2; in get_container_serial_callback() 1072 vpdpage83data.type2.identifierlength = in get_container_serial_callback() 1073 sizeof(vpdpage83data.type2) - 4; in get_container_serial_callback() 1075 vpdpage83data.type2.eu64id.venid[0] = 0xD0; in get_container_serial_callback() 1076 vpdpage83data.type2.eu64id.venid[1] = 0; in get_container_serial_callback() 1077 vpdpage83data.type2.eu64id.venid[2] = 0; in get_container_serial_callback() 1079 vpdpage83data.type2.eu64id.Serial = in get_container_serial_callback() [all …]
|
| /linux/Documentation/watchdog/ |
| H A D | mlx-wdt.rst | 61 version - type1 or type2.
|
| /linux/drivers/net/wireless/st/cw1200/ |
| H A D | wsm.c | 42 #define __WSM_GET(buf, type, type2, cvt) \ argument 47 val = cvt(*(type2 *)(buf)->data); \ 65 #define __WSM_PUT(buf, val, type, type2, cvt) \ argument 70 *(type2 *)(buf)->data = cvt(val); \
|
| /linux/drivers/gpio/ |
| H A D | gpio-aspeed.c | 578 u32 type2 = 0; in aspeed_gpio_set_type() local 590 type2 = 1; in aspeed_gpio_set_type() 617 type2); in aspeed_gpio_set_type()
|
| /linux/drivers/acpi/apei/ |
| H A D | einj-core.c | 220 static int einj_get_available_error_types(u32 *type1, u32 *type2) in einj_get_available_error_types() argument 228 rc = einj_get_available_error_type(type2, in einj_get_available_error_types()
|
| /linux/Documentation/translations/it_IT/process/ |
| H A D | deprecated.rst | 397 struct type2 two[0]; 407 DECLARE_FLEX_ARRAY(struct type2, two);
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-pip-defs.h | 2566 uint64_t type2:16; member 2572 uint64_t type2:16;
|
| /linux/Documentation/input/joydev/ |
| H A D | joystick.rst | 166 analog.map=<type1>,<type2>,<type3>,....
|
| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_parser.py | 979 type2 = r'(?:[\w\s]+\*+)+' 995 rf'^({type2})\s*({name})\s*{proto_args}',
|
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-rockchip.c | 131 #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \ argument 145 { .drv_type = type2, .offset = -1 }, \
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 518 Format: <type1>,<type2>,..<type16>
|