Home
last modified time | relevance | path

Searched refs:subtype (Results 1 – 25 of 265) sorted by relevance

1234567891011

/openbmc/linux/crypto/asymmetric_keys/
H A Dsignature.c45 const struct asymmetric_key_subtype *subtype; in query_asymmetric_key() local
53 subtype = asymmetric_key_subtype(key); in query_asymmetric_key()
54 if (!subtype || in query_asymmetric_key()
57 if (!subtype->query) in query_asymmetric_key()
60 ret = subtype->query(params, info); in query_asymmetric_key()
140 const struct asymmetric_key_subtype *subtype; in verify_signature() local
147 subtype = asymmetric_key_subtype(key); in verify_signature()
148 if (!subtype || in verify_signature()
151 if (!subtype->verify_signature) in verify_signature()
154 ret = subtype->verify_signature(key, sig); in verify_signature()
H A Dasymmetric_type.c372 if (subtype) { in asymmetric_key_describe()
374 subtype->describe(key, m); in asymmetric_key_describe()
454 if (subtype) { in asymmetric_key_free_preparse()
457 module_put(subtype->owner); in asymmetric_key_free_preparse()
478 if (subtype) { in asymmetric_key_destroy()
479 subtype->destroy(data, auth); in asymmetric_key_destroy()
480 module_put(subtype->owner); in asymmetric_key_destroy()
581 subtype = asymmetric_key_subtype(key); in asymmetric_key_eds_op()
582 if (!subtype || in asymmetric_key_eds_op()
585 if (!subtype->eds_op) in asymmetric_key_eds_op()
[all …]
/openbmc/linux/drivers/media/pci/saa7164/
H A Dsaa7164-types.h119 u8 subtype; member
126 u8 subtype; member
143 u8 subtype; member
161 u8 subtype; member
172 u8 subtype; member
266 u8 subtype; member
280 u8 subtype; member
290 u8 subtype; member
328 u8 subtype; member
347 u8 subtype; member
[all …]
/openbmc/linux/drivers/thermal/qcom/
H A Dqcom-spmi-temp-alarm.c73 unsigned int subtype; member
140 if (chip->subtype == QPNP_TM_SUBTYPE_GEN1) in qpnp_tm_get_temp_stage()
164 if (chip->subtype == QPNP_TM_SUBTYPE_GEN1) { in qpnp_tm_update_temp_no_adc()
343 stage = chip->subtype == QPNP_TM_SUBTYPE_GEN1 in qpnp_tm_init()
374 u8 type, subtype, dig_major; in qpnp_tm_probe() local
417 ret = qpnp_tm_read(chip, QPNP_TM_REG_SUBTYPE, &subtype); in qpnp_tm_probe()
427 if (type != QPNP_TM_TYPE || (subtype != QPNP_TM_SUBTYPE_GEN1 in qpnp_tm_probe()
428 && subtype != QPNP_TM_SUBTYPE_GEN2)) { in qpnp_tm_probe()
430 type, subtype); in qpnp_tm_probe()
434 chip->subtype = subtype; in qpnp_tm_probe()
[all …]
/openbmc/linux/Documentation/virt/coco/
H A Dtdx-guest.rst33 the TDREPORT0 (a.k.a. TDREPORT subtype 0) from the TDX module using
36 A subtype index is added at the end of this IOCTL CMD to uniquely identify the
37 subtype-specific TDREPORT request. Although the subtype option is mentioned in
40 implementation simple, the subtype option was not included as part of the input
41 ABI. However, in the future, if the TDX Module supports more than one subtype,
43 consistent, a subtype index is added as part of the IOCTL CMD.
/openbmc/linux/fs/proc/
H A Dproc_tty.c40 if (p->subtype == SYSTEM_TYPE_TTY) in show_tty_range()
42 else if (p->subtype == SYSTEM_TYPE_SYSCONS) in show_tty_range()
44 else if (p->subtype == SYSTEM_TYPE_CONSOLE) in show_tty_range()
54 if (p->subtype == PTY_TYPE_MASTER) in show_tty_range()
56 else if (p->subtype == PTY_TYPE_SLAVE) in show_tty_range()
62 seq_printf(m, "type:%d.%d", p->type, p->subtype); in show_tty_range()
/openbmc/linux/arch/powerpc/kernel/
H A Dmce.c487 subtype = evt->u.ue_error.ue_error_type < in machine_check_print_event_info()
498 subtype = evt->u.slb_error.slb_error_type < in machine_check_print_event_info()
507 subtype = evt->u.erat_error.erat_error_type < in machine_check_print_event_info()
516 subtype = evt->u.tlb_error.tlb_error_type < in machine_check_print_event_info()
525 subtype = evt->u.user_error.user_error_type < in machine_check_print_event_info()
534 subtype = evt->u.ra_error.ra_error_type < in machine_check_print_event_info()
543 subtype = evt->u.link_error.link_error_type < in machine_check_print_event_info()
552 subtype = "Unknown"; in machine_check_print_event_info()
556 subtype = "Unknown"; in machine_check_print_event_info()
561 subtype = ""; in machine_check_print_event_info()
[all …]
/openbmc/linux/arch/alpha/kernel/
H A Dgct.c27 wanted && (wanted->type | wanted->subtype); in gct6_find_nodes()
31 if (node->subtype != wanted->subtype) in gct6_find_nodes()
/openbmc/linux/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, \
H A Dsm_sideeffect.c41 union sctp_subtype subtype,
50 union sctp_subtype subtype,
651 union sctp_subtype subtype, in sctp_cmd_assoc_failed() argument
1181 union sctp_subtype subtype, in sctp_side_effects() argument
1208 event_type, subtype.chunk); in sctp_side_effects()
1236 state, subtype.chunk); in sctp_side_effects()
1241 state, event_type, subtype.chunk); in sctp_side_effects()
1246 state, event_type, subtype.chunk); in sctp_side_effects()
1252 status, state, event_type, subtype.chunk); in sctp_side_effects()
1270 union sctp_subtype subtype, in sctp_cmd_interpreter() argument
[all …]
H A Dendpointola.c336 union sctp_subtype subtype; in sctp_endpoint_bh_rcv() local
350 subtype = SCTP_ST_CHUNK(chunk->chunk_hdr->type); in sctp_endpoint_bh_rcv()
355 if (first_time && (subtype.chunk == SCTP_CID_AUTH)) { in sctp_endpoint_bh_rcv()
390 if (sctp_auth_recv_cid(subtype.chunk, asoc) && !chunk->auth) in sctp_endpoint_bh_rcv()
407 error = sctp_do_sm(net, SCTP_EVENT_T_CHUNK, subtype, state, in sctp_endpoint_bh_rcv()
/openbmc/linux/drivers/mfd/
H A Dqcom-spmi-pmic.c176 ret = regmap_read(map, PMIC_SUBTYPE, &pmic->subtype); in pmic_spmi_load_revid()
194 if (pmic->subtype == PMI8998_SUBTYPE || pmic->subtype == PM660_SUBTYPE) { in pmic_spmi_load_revid()
206 if ((pmic->subtype == PM8941_SUBTYPE || pmic->subtype == PM8226_SUBTYPE) && in pmic_spmi_load_revid()
210 if (pmic->subtype == PM8110_SUBTYPE) in pmic_spmi_load_revid()
214 pmic->subtype, pmic->name, pmic->major, pmic->minor); in pmic_spmi_load_revid()
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-core.c960 sink->subtype.sink_subtype) { in coresight_select_best_sink()
964 sink->subtype.sink_subtype) && in coresight_select_best_sink()
1100 u32 type, subtype; in coresight_validate_source() local
1103 subtype = csdev->subtype.source_subtype; in coresight_validate_source()
1128 subtype = csdev->subtype.source_subtype; in coresight_enable()
1168 switch (subtype) { in coresight_enable()
1224 switch (csdev->subtype.source_subtype) { in coresight_disable()
1596 csdev->subtype = desc->subtype; in coresight_register()
1733 union coresight_dev_subtype subtype) in coresight_find_input_type() argument
1742 conn->src_dev->subtype)) in coresight_find_input_type()
[all …]
/openbmc/linux/samples/watch_queue/
H A Dwatch_test.c58 k->key_id, n->subtype, key_subtypes[n->subtype], k->aux); in saw_key_change()
107 p - buffer, n.n.type, n.n.subtype, n.n.info); in consumer()
117 switch (n.n.subtype) { in consumer()
/openbmc/linux/drivers/media/usb/gspca/
H A Dsunplus.c34 u8 subtype; member
482 if (sd->subtype == AiptekMiniPenCam13) { in spca504B_SetSizeType()
586 sd->subtype = id->driver_info; in sd_config()
588 if (sd->subtype == AiptekMiniPenCam13) { in sd_config()
598 sd->subtype = 0; in sd_config()
672 if (sd->subtype == AiptekMiniPenCam13) { in sd_init()
728 switch (sd->subtype) { in sd_start()
745 if (sd->subtype == AiptekMiniPenCam13) { in sd_start()
809 if (sd->subtype == AiptekMiniPenCam13) { in sd_stopN()
985 #define BS(bridge, subtype) \ argument
[all …]
H A Dspca505.c22 u8 subtype; member
595 sd->subtype = id->driver_info; in sd_config()
596 if (sd->subtype != IntelPCCameraPro) in sd_config()
610 sd->subtype == Nxultra in sd_init()
636 if (sd->subtype == Nxultra) in sd_start()
/openbmc/linux/Documentation/crypto/
H A Dasymmetric-keys.rst25 The asymmetric key is given a subtype that defines what sort of data is
72 only keys of the specified subtype (e.g. tpm) will be matched. For
78 displayed, along with the subtype::
166 payload. The payload format is entirely at the whim of the subtype.
170 subtype module.
172 The subtype definition structure can be found in::
174 #include <keys/asymmetric-subtype.h>
195 the subtype. Currently, the name is only used for print statements.
197 There are a number of operations defined by the subtype:
210 reference on the subtype module.
[all …]
/openbmc/qemu/tests/qapi-schema/
H A Dunion-invalid-union-subtype.err1 union-invalid-union-subtype.json: In union 'TestUnion':
2 union-invalid-union-subtype.json:25: base member 'type' of type 'TestTypeA' collides with base memb…
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfweh.h215 __be16 subtype; member
330 u16 subtype, usr_stype; in brcmf_fweh_process_skb() local
343 subtype = get_unaligned_be16(&event_packet->hdr.subtype); in brcmf_fweh_process_skb()
344 if (subtype != stype) in brcmf_fweh_process_skb()
/openbmc/linux/net/batman-adv/
H A Ddistributed-arp-table.h86 u8 subtype) in batadv_dat_inc_counter() argument
88 switch (subtype) { in batadv_dat_inc_counter()
180 u8 subtype) in batadv_dat_inc_counter() argument
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dtrace.h156 __field(u8, subtype)
167 __entry->subtype = wil_rxdesc_subtype(d);
174 __entry->seq, __entry->type, __entry->subtype)
188 __field(u8, subtype)
200 __entry->subtype = wil_rx_status_get_fc1(wil, msg);
208 __entry->seq, __entry->type, __entry->subtype)
/openbmc/linux/arch/alpha/include/asm/
H A Dgct.h10 u8 subtype; member
36 u8 subtype; member
/openbmc/linux/Documentation/admin-guide/media/
H A Dimx7.rst114 type V4L2 subdev subtype Unknown flags 0
124 type Node subtype V4L flags 0
130 type V4L2 subdev subtype Unknown flags 0
142 type V4L2 subdev subtype Unknown flags 0
152 type V4L2 subdev subtype Sensor flags 0
196 type V4L2 subdev subtype Unknown flags 0
206 type Node subtype V4L flags 0
212 type V4L2 subdev subtype Sensor flags 0
/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-streams.c491 int captype = 0, subtype = 0; in ivtv_start_v4l2_encode_stream() local
502 subtype = 3; in ivtv_start_v4l2_encode_stream()
518 subtype = 11; /* video+audio+decoder */ in ivtv_start_v4l2_encode_stream()
522 subtype = 1; in ivtv_start_v4l2_encode_stream()
526 subtype = 2; in ivtv_start_v4l2_encode_stream()
530 subtype = 4; in ivtv_start_v4l2_encode_stream()
540 s->subtype = subtype; in ivtv_start_v4l2_encode_stream()
633 if (ivtv_vapi(itv, CX2341X_ENC_START_CAPTURE, 2, captype, subtype)) in ivtv_start_v4l2_encode_stream()
833 ivtv_vapi(itv, CX2341X_ENC_STOP_CAPTURE, 3, stopmode, cap_type, s->subtype); in ivtv_stop_v4l2_encode_stream()
/openbmc/linux/include/linux/
H A Dcoresight.h156 union coresight_dev_subtype subtype; member
248 union coresight_dev_subtype subtype; member
562 (csdev->subtype.source_subtype == CORESIGHT_DEV_SUBTYPE_SOURCE_PROC); in coresight_is_percpu_source()
568 (csdev->subtype.sink_subtype == CORESIGHT_DEV_SUBTYPE_SINK_PERCPU_SYSMEM); in coresight_is_percpu_sink()
688 union coresight_dev_subtype subtype);
692 union coresight_dev_subtype subtype);

1234567891011