Home
last modified time | relevance | path

Searched refs:types (Results 1 – 25 of 31) sorted by relevance

12

/linux-4.19.296/drivers/pci/hotplug/
Drpaphp_core.c161 const __be32 *indexes, *names, *types, *domains; in get_children_props() local
165 types = of_get_property(dn, "ibm,drc-types", NULL); in get_children_props()
168 if (!indexes || !names || !types || !domains) { in get_children_props()
179 *drc_types = types; in get_children_props()
198 const __be32 *types, *domains; in rpaphp_check_drc_props_v1() local
201 rc = get_children_props(dn->parent, &indexes, &names, &types, &domains); in rpaphp_check_drc_props_v1()
207 type_tmp = (char *) &types[1]; in rpaphp_check_drc_props_v1()
316 const __be32 **names, const __be32 **types, in is_php_dn() argument
329 *types = drc_types; in is_php_dn()
354 const __be32 *indexes, *names, *types, *power_domains; in rpaphp_add_slot() local
[all …]
/linux-4.19.296/drivers/misc/cardreader/
DKconfig8 Realtek card readers support access to many types of memory cards,
19 Realtek card reader supports access to many types of memory cards,
/linux-4.19.296/include/uapi/linux/netfilter_ipv6/
Dip6t_mh.h9 __u8 types[2]; /* MH type range */ member
/linux-4.19.296/include/trace/
Dsyscall.h29 const char **types; member
/linux-4.19.296/fs/befs/
DTODO12 * See if we really need separate types for on-disk and in-memory
/linux-4.19.296/include/linux/mtd/
Dpartitions.h47 const char *const *types; /* names of parsers to use if any */ member
/linux-4.19.296/drivers/misc/ti-st/
DKconfig16 packet types.
/linux-4.19.296/include/uapi/asm-generic/
DKbuild.asm32 mandatory-y += types.h
/linux-4.19.296/fs/ext2/
Ddir.c296 unsigned char *types = NULL; in ext2_readdir() local
303 types = ext2_filetype_table; in ext2_readdir()
338 if (types && de->file_type < EXT2_FT_MAX) in ext2_readdir()
339 d_type = types[de->file_type]; in ext2_readdir()
/linux-4.19.296/drivers/media/tuners/
DMakefile11 obj-$(CONFIG_MEDIA_TUNER_SIMPLE) += tuner-types.o
/linux-4.19.296/lib/
DKconfig.ubsan9 behaviours in runtime. Various types of checks may be enabled
/linux-4.19.296/drivers/isdn/hardware/mISDN/
DKconfig20 chip. There are three types of chips that are quite similar,
/linux-4.19.296/drivers/iio/
DKconfig10 drivers for many different types of embedded sensors using a
/linux-4.19.296/include/linux/
Dsctp.h323 __be16 types[0]; member
Dacpi.h438 unsigned long types);
/linux-4.19.296/drivers/s390/net/
DKconfig67 in QDIO mode (all media types), HiperSockets interfaces and z/VM
/linux-4.19.296/include/sound/
Dwavefront.h34 All other wavefront_* types end up aligned to 32 bit values and
/linux-4.19.296/fs/jffs2/
DKconfig39 types of flash devices:
/linux-4.19.296/fs/cifs/
Dfile.c1158 static const int types[] = { in cifs_push_mandatory_locks() local
1193 if (li->type != types[i]) in cifs_push_mandatory_locks()
1215 (__u8)types[i], 0, num, buf); in cifs_push_mandatory_locks()
1496 static const int types[] = { in cifs_unlock_range() local
1540 if (types[i] != li->type) in cifs_unlock_range()
1589 types[i], num, 0, buf); in cifs_unlock_range()
/linux-4.19.296/fs/reiserfs/
Ditem_ops.c734 #error Item types must use disk-format assigned values.
/linux-4.19.296/drivers/hid/
Dhid-core.c1762 static const char *types[] = { "Device", "Pointer", "Mouse", "Device", in hid_connect() local
1821 (col->usage & 0xffff) < ARRAY_SIZE(types)) { in hid_connect()
1822 type = types[col->usage & 0xffff]; in hid_connect()
/linux-4.19.296/fs/affs/
DChanges279 - Tried to make all types 'correct' and consistent.
/linux-4.19.296/drivers/xen/
DKconfig347 Exports hypervisor symbols (along with their types and addresses) via
/linux-4.19.296/drivers/message/fusion/lsi/
Dmpi_history.txt310 * volume types.
363 * Added new extended config pages types and structures for
/linux-4.19.296/drivers/auxdisplay/
DKconfig242 under the name '/dev/lcd'. There are a total of 6 supported types :

12