| /OK3568_Linux_fs/kernel/crypto/asymmetric_keys/ |
| H A D | signature.c | 45 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 D | asymmetric_type.c | 332 const struct asymmetric_key_subtype *subtype = asymmetric_key_subtype(key); in asymmetric_key_describe() local 340 if (subtype) { in asymmetric_key_describe() 342 subtype->describe(key, m); in asymmetric_key_describe() 417 struct asymmetric_key_subtype *subtype = prep->payload.data[asym_subtype]; in asymmetric_key_free_preparse() local 422 if (subtype) { in asymmetric_key_free_preparse() 423 subtype->destroy(prep->payload.data[asym_crypto], in asymmetric_key_free_preparse() 425 module_put(subtype->owner); in asymmetric_key_free_preparse() 436 struct asymmetric_key_subtype *subtype = asymmetric_key_subtype(key); in asymmetric_key_destroy() local 446 if (subtype) { in asymmetric_key_destroy() 447 subtype->destroy(data, auth); in asymmetric_key_destroy() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/saa7164/ |
| H A D | saa7164-types.h | 119 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | qcom-spmi-pmic.c | 65 unsigned int rev2, minor, major, type, subtype; in pmic_spmi_show_revid() local 76 ret = regmap_read(map, PMIC_SUBTYPE, &subtype); in pmic_spmi_show_revid() 81 if (subtype == (unsigned long)pmic_spmi_id_table[i].data) in pmic_spmi_show_revid() 106 if ((subtype == PM8941_SUBTYPE || subtype == PM8226_SUBTYPE) && in pmic_spmi_show_revid() 110 if (subtype == PM8110_SUBTYPE) in pmic_spmi_show_revid() 113 dev_dbg(dev, "%x: %s v%d.%d\n", subtype, name, major, minor); in pmic_spmi_show_revid()
|
| /OK3568_Linux_fs/kernel/drivers/thermal/qcom/ |
| H A D | qcom-spmi-temp-alarm.c | 69 unsigned int subtype; member 118 if (chip->subtype == QPNP_TM_SUBTYPE_GEN1) in qpnp_tm_get_temp_stage() 142 if (chip->subtype == QPNP_TM_SUBTYPE_GEN1) { in qpnp_tm_update_temp_no_adc() 325 stage = chip->subtype == QPNP_TM_SUBTYPE_GEN1 in qpnp_tm_init() 353 u8 type, subtype; in qpnp_tm_probe() local 397 ret = qpnp_tm_read(chip, QPNP_TM_REG_SUBTYPE, &subtype); in qpnp_tm_probe() 403 if (type != QPNP_TM_TYPE || (subtype != QPNP_TM_SUBTYPE_GEN1 in qpnp_tm_probe() 404 && subtype != QPNP_TM_SUBTYPE_GEN2)) { in qpnp_tm_probe() 406 type, subtype); in qpnp_tm_probe() 410 chip->subtype = subtype; in qpnp_tm_probe()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | mce.c | 358 const char *level, *sevstr, *subtype, *err_type, *initiator; in machine_check_print_event_info() local 469 subtype = evt->u.ue_error.ue_error_type < in machine_check_print_event_info() 480 subtype = evt->u.slb_error.slb_error_type < in machine_check_print_event_info() 489 subtype = evt->u.erat_error.erat_error_type < in machine_check_print_event_info() 498 subtype = evt->u.tlb_error.tlb_error_type < in machine_check_print_event_info() 507 subtype = evt->u.user_error.user_error_type < in machine_check_print_event_info() 516 subtype = evt->u.ra_error.ra_error_type < in machine_check_print_event_info() 525 subtype = evt->u.link_error.link_error_type < in machine_check_print_event_info() 534 subtype = "Unknown"; in machine_check_print_event_info() 538 subtype = "Unknown"; in machine_check_print_event_info() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_pktlog.c | 1292 int subtype; in dhd_cpkt_log_get_802_1x_subtype() local 1299 subtype = CPKT_LOG_802_1X_SUBTYPE_OTHERS; in dhd_cpkt_log_get_802_1x_subtype() 1305 subtype = CPKT_LOG_802_1X_SUBTYPE_IDENTITY; in dhd_cpkt_log_get_802_1x_subtype() 1308 subtype = CPKT_LOG_802_1X_SUBTYPE_TLS; in dhd_cpkt_log_get_802_1x_subtype() 1311 subtype = CPKT_LOG_802_1X_SUBTYPE_TTLS; in dhd_cpkt_log_get_802_1x_subtype() 1314 subtype = CPKT_LOG_802_1X_SUBTYPE_FAST; in dhd_cpkt_log_get_802_1x_subtype() 1317 subtype = CPKT_LOG_802_1X_SUBTYPE_LEAP; in dhd_cpkt_log_get_802_1x_subtype() 1320 subtype = CPKT_LOG_802_1X_SUBTYPE_PWD; in dhd_cpkt_log_get_802_1x_subtype() 1323 subtype = CPKT_LOG_802_1X_SUBTYPE_SIM; in dhd_cpkt_log_get_802_1x_subtype() 1326 subtype = CPKT_LOG_802_1X_SUBTYPE_AKA; in dhd_cpkt_log_get_802_1x_subtype() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_pktlog.c | 1292 int subtype; in dhd_cpkt_log_get_802_1x_subtype() local 1299 subtype = CPKT_LOG_802_1X_SUBTYPE_OTHERS; in dhd_cpkt_log_get_802_1x_subtype() 1305 subtype = CPKT_LOG_802_1X_SUBTYPE_IDENTITY; in dhd_cpkt_log_get_802_1x_subtype() 1308 subtype = CPKT_LOG_802_1X_SUBTYPE_TLS; in dhd_cpkt_log_get_802_1x_subtype() 1311 subtype = CPKT_LOG_802_1X_SUBTYPE_TTLS; in dhd_cpkt_log_get_802_1x_subtype() 1314 subtype = CPKT_LOG_802_1X_SUBTYPE_FAST; in dhd_cpkt_log_get_802_1x_subtype() 1317 subtype = CPKT_LOG_802_1X_SUBTYPE_LEAP; in dhd_cpkt_log_get_802_1x_subtype() 1320 subtype = CPKT_LOG_802_1X_SUBTYPE_PWD; in dhd_cpkt_log_get_802_1x_subtype() 1323 subtype = CPKT_LOG_802_1X_SUBTYPE_SIM; in dhd_cpkt_log_get_802_1x_subtype() 1326 subtype = CPKT_LOG_802_1X_SUBTYPE_AKA; in dhd_cpkt_log_get_802_1x_subtype() [all …]
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | proc_tty.c | 42 if (p->subtype == SYSTEM_TYPE_TTY) in show_tty_range() 44 else if (p->subtype == SYSTEM_TYPE_SYSCONS) in show_tty_range() 46 else if (p->subtype == SYSTEM_TYPE_CONSOLE) in show_tty_range() 56 if (p->subtype == PTY_TYPE_MASTER) in show_tty_range() 58 else if (p->subtype == PTY_TYPE_SLAVE) in show_tty_range() 64 seq_printf(m, "type:%d.%d", p->type, p->subtype); in show_tty_range()
|
| /OK3568_Linux_fs/external/xserver/xfixes/ |
| H A D | select.c | 59 int subtype; in XFixesSelectionCallback() local 64 subtype = XFixesSetSelectionOwnerNotify; in XFixesSelectionCallback() 68 subtype = XFixesSelectionWindowDestroyNotify; in XFixesSelectionCallback() 72 subtype = XFixesSelectionClientCloseNotify; in XFixesSelectionCallback() 83 .subtype = subtype, in XFixesSelectionCallback() 85 .owner = (subtype == XFixesSetSelectionOwnerNotify) ? in XFixesSelectionCallback()
|
| /OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/ |
| H A D | coresight-core.c | 372 link_subtype = csdev->subtype.link_subtype; in coresight_enable_link() 407 link_subtype = csdev->subtype.link_subtype; in coresight_disable_link() 892 (csdev->subtype.sink_subtype >= CORESIGHT_DEV_SUBTYPE_SINK_BUFFER)) in coresight_is_def_sink_type() 923 } else if (new_sink->subtype.sink_subtype > in coresight_select_best_sink() 924 sink->subtype.sink_subtype) { in coresight_select_best_sink() 927 } else if ((new_sink->subtype.sink_subtype == in coresight_select_best_sink() 928 sink->subtype.sink_subtype) && in coresight_select_best_sink() 1064 u32 type, subtype; in coresight_validate_source() local 1067 subtype = csdev->subtype.source_subtype; in coresight_validate_source() 1074 if (subtype != CORESIGHT_DEV_SUBTYPE_SOURCE_PROC && in coresight_validate_source() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/crypto/ |
| H A D | asymmetric-keys.rst | 25 The asymmetric key is given a subtype that defines what sort of data is 30 A completely in-kernel key retention and operation subtype can be defined, but 39 subtype of the key and define the operations that can be done on that key. 70 2) If the criterion string is of the form "<subtype>:<hexdigits>" then the 72 only keys of the specified subtype (e.g. tpm) will be matched. For 78 displayed, along with the subtype:: 164 Asymmetric keys have a subtype that defines the set of operations that can be 166 payload. The payload format is entirely at the whim of the subtype. 168 The subtype is selected by the key data parser and the parser must initialise 170 subtype module. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/gspca/ |
| H A D | sunplus.c | 34 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() 615 if (sd->subtype == MegaImageVI) /* 320x240 only */ in sd_config() 660 if (sd->subtype == LogitechClickSmart420) in sd_init() 672 if (sd->subtype == AiptekMiniPenCam13) { in sd_init() 728 switch (sd->subtype) { in sd_start() 745 if (sd->subtype == AiptekMiniPenCam13) { in sd_start() [all …]
|
| H A D | spca505.c | 22 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()
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | gct.c | 27 wanted && (wanted->type | wanted->subtype); in gct6_find_nodes() 31 if (node->subtype != wanted->subtype) in gct6_find_nodes()
|
| /OK3568_Linux_fs/kernel/net/sctp/ |
| H A D | primitive.c | 41 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 D | sm_sideeffect.c | 41 union sctp_subtype subtype, 50 union sctp_subtype subtype, 619 union sctp_subtype subtype, in sctp_cmd_assoc_failed() argument 629 if (event_type == SCTP_EVENT_T_CHUNK && subtype.chunk == SCTP_CID_ABORT) in sctp_cmd_assoc_failed() 1116 ep, sctp_evttype_tbl[event_type], (*debug_fn)(subtype), \ 1135 union sctp_subtype subtype, enum sctp_state state, in sctp_do_sm() argument 1152 state_fn = sctp_sm_lookup_event(net, event_type, state, subtype); in sctp_do_sm() 1157 status = state_fn->fn(net, ep, asoc, subtype, event_arg, &commands); in sctp_do_sm() 1160 error = sctp_side_effects(event_type, subtype, state, in sctp_do_sm() 1172 union sctp_subtype subtype, in sctp_side_effects() argument [all …]
|
| H A D | endpointola.c | 331 union sctp_subtype subtype; in sctp_endpoint_bh_rcv() local 345 subtype = SCTP_ST_CHUNK(chunk->chunk_hdr->type); in sctp_endpoint_bh_rcv() 350 if (first_time && (subtype.chunk == SCTP_CID_AUTH)) { in sctp_endpoint_bh_rcv() 385 if (sctp_auth_recv_cid(subtype.chunk, asoc) && !chunk->auth) in sctp_endpoint_bh_rcv() 402 error = sctp_do_sm(net, SCTP_EVENT_T_CHUNK, subtype, state, in sctp_endpoint_bh_rcv()
|
| /OK3568_Linux_fs/kernel/samples/watch_queue/ |
| H A D | watch_test.c | 58 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | fweh.h | 215 __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()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/ |
| H A D | trace.h | 159 __field(u8, subtype) 170 __entry->subtype = wil_rxdesc_subtype(d); 177 __entry->seq, __entry->type, __entry->subtype) 191 __field(u8, subtype) 203 __entry->subtype = wil_rx_status_get_fc1(wil, msg); 211 __entry->seq, __entry->type, __entry->subtype)
|
| /OK3568_Linux_fs/kernel/net/batman-adv/ |
| H A D | distributed-arp-table.h | 88 u8 subtype) in batadv_dat_inc_counter() argument 90 switch (subtype) { in batadv_dat_inc_counter() 182 u8 subtype) in batadv_dat_inc_counter() argument
|
| /OK3568_Linux_fs/kernel/arch/nds32/kernel/ |
| H A D | fpu.c | 251 bool do_fpu_exception(unsigned int subtype, struct pt_regs *regs) in do_fpu_exception() argument 255 if (subtype == FPU_DISABLE_EXCEPTION) { in do_fpu_exception() 261 else if (subtype == FPU_EXCEPTION) in do_fpu_exception()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/ |
| H A D | ivtv-streams.c | 491 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()
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | pty.c | 49 if (tty->driver->subtype == PTY_TYPE_MASTER) in pty_close() 69 if (tty->driver->subtype == PTY_TYPE_MASTER) { in pty_close() 239 if (tty->driver->subtype == PTY_TYPE_SLAVE && tty->link->count != 1) in pty_open() 378 if (driver->subtype != PTY_TYPE_MASTER) in pty_common_install() 566 pty_driver->subtype = PTY_TYPE_MASTER; in legacy_pty_init() 582 pty_slave_driver->subtype = PTY_TYPE_SLAVE; in legacy_pty_init() 738 if (tty->driver->subtype == PTY_TYPE_MASTER) in pty_unix98_remove() 908 ptm_driver->subtype = PTY_TYPE_MASTER; in unix98_pty_init() 924 pts_driver->subtype = PTY_TYPE_SLAVE; in unix98_pty_init()
|