Searched refs:subtype (Results 1 - 25 of 227) sorted by path

12345678910

/linux-master/arch/alpha/include/asm/
H A Dgct.h10 u8 subtype; member in struct:__gct6_node
36 u8 subtype; member in struct:__anon62
/linux-master/arch/alpha/kernel/
H A Dgct.c27 wanted && (wanted->type | wanted->subtype);
31 if (node->subtype != wanted->subtype)
H A Dcore_marvel.c368 node->subtype != GCT_SUBTYPE_IO_PORT_MODULE)
H A Dsrmcons.c213 driver->subtype = SYSTEM_TYPE_SYSCONS;
/linux-master/crypto/asymmetric_keys/
H A Dpkcs8_parser.c15 #include <keys/asymmetric-subtype.h>
H A Dasymmetric_type.c9 #include <keys/asymmetric-subtype.h>
364 const struct asymmetric_key_subtype *subtype = asymmetric_key_subtype(key); local
372 if (subtype) {
374 subtype->describe(key, m);
449 struct asymmetric_key_subtype *subtype = prep->payload.data[asym_subtype]; local
454 if (subtype) {
455 subtype->destroy(prep->payload.data[asym_crypto],
457 module_put(subtype->owner);
468 struct asymmetric_key_subtype *subtype = asymmetric_key_subtype(key); local
478 if (subtype) {
573 const struct asymmetric_key_subtype *subtype; local
[all...]
H A Dpublic_key.c2 /* In-software asymmetric public-key crypto subtype
14 #include <keys/asymmetric-subtype.h>
23 MODULE_DESCRIPTION("In-software asymmetric public-key subtype");
464 * Public key algorithm asymmetric key subtype
H A Dsignature.c11 #include <keys/asymmetric-subtype.h>
45 const struct asymmetric_key_subtype *subtype; local
53 subtype = asymmetric_key_subtype(key);
54 if (!subtype ||
57 if (!subtype->query)
60 ret = subtype->query(params, info);
140 const struct asymmetric_key_subtype *subtype; local
147 subtype = asymmetric_key_subtype(key);
148 if (!subtype ||
151 if (!subtype
[all...]
H A Dx509_public_key.c12 #include <keys/asymmetric-subtype.h>
/linux-master/drivers/acpi/acpica/
H A Drsxface.c387 * includes both subtype and 16-byte UUID
394 * UUID subtype. Returns a struct acpi_resource of type Vendor.
465 (vendor->uuid_subtype != info->uuid->subtype) ||
/linux-master/drivers/media/usb/gspca/
H A Dspca500.c25 char subtype; member in struct:sd
565 sd->subtype = id->driver_info;
566 if (sd->subtype != LogitechClickSmart310) {
583 if (sd->subtype == LogitechClickSmart310)
604 if (sd->subtype == LogitechClickSmart310) {
620 switch (sd->subtype) {
H A Dspca505.c22 u8 subtype; member in struct:sd
595 sd->subtype = id->driver_info;
596 if (sd->subtype != IntelPCCameraPro)
610 sd->subtype == Nxultra
636 if (sd->subtype == Nxultra)
H A Dspca508.c22 u8 subtype; member in struct:sd
1376 sd->subtype = id->driver_info;
1378 init_data = init_data_tb[sd->subtype];
/linux-master/include/sound/
H A Dseq_oss.h74 int subtype; member in struct:snd_seq_oss_reg
/linux-master/include/uapi/linux/netfilter/
H A Dnfnetlink_osf.h63 char subtype[MAXGENRELEN]; member in struct:nf_osf_user_finger
/linux-master/net/sctp/
H A Dprimitive.c41 enum sctp_event_type event_type; union sctp_subtype subtype; \
46 subtype = SCTP_ST_PRIMITIVE(SCTP_PRIMITIVE_ ## name); \
50 error = sctp_do_sm(net, event_type, subtype, state, ep, asoc, \
/linux-master/tools/testing/selftests/bpf/
H A Dtest_tcpnotify.h13 __u8 subtype; member in struct:tcp_notifier
/linux-master/arch/m68k/emu/
H A Dnfcon.c144 driver->subtype = SYSTEM_TYPE_TTY;
/linux-master/arch/powerpc/include/asm/
H A Drtas-types.h95 u8 subtype; /* 0x05 Section subtype */ member in struct:pseries_errorlog
/linux-master/arch/powerpc/kernel/
H A Dmce.c376 const char *level, *sevstr, *subtype, *err_type, *initiator; local
487 subtype = evt->u.ue_error.ue_error_type <
498 subtype = evt->u.slb_error.slb_error_type <
507 subtype = evt->u.erat_error.erat_error_type <
516 subtype = evt->u.tlb_error.tlb_error_type <
525 subtype = evt->u.user_error.user_error_type <
534 subtype = evt->u.ra_error.ra_error_type <
543 subtype = evt->u.link_error.link_error_type <
552 subtype = "Unknown";
556 subtype
[all...]
/linux-master/arch/um/drivers/
H A Dline.c559 driver->subtype = line_driver->subtype;
H A Dline.h25 const short subtype; member in struct:line_driver
H A Dssl.c49 .subtype = 0,
H A Dstdio_console.c55 .subtype = SYSTEM_TYPE_CONSOLE,
/linux-master/arch/xtensa/platforms/iss/
H A Dconsole.c122 driver->subtype = SERIAL_TYPE_NORMAL;

Completed in 259 milliseconds

12345678910