Searched refs:subtype (Results 51 - 75 of 227) sorted by relevance

12345678910

/linux-master/drivers/crypto/chelsio/
H A Dchcr_algo.c1100 int subtype = get_cryptoalg_subtype(tfm); local
1103 if (subtype == CRYPTO_ALG_SUB_TYPE_CTR)
1106 else if (subtype == CRYPTO_ALG_SUB_TYPE_CTR_RFC3686)
1110 else if (subtype == CRYPTO_ALG_SUB_TYPE_XTS)
1112 else if (subtype == CRYPTO_ALG_SUB_TYPE_CBC) {
1134 int subtype = get_cryptoalg_subtype(tfm); local
1137 if (subtype == CRYPTO_ALG_SUB_TYPE_CTR)
1140 else if (subtype == CRYPTO_ALG_SUB_TYPE_XTS) {
1146 else if (subtype == CRYPTO_ALG_SUB_TYPE_CBC) {
1254 int subtype; local
2455 unsigned int dst_size = 0, temp, subtype = get_aead_subtype(tfm); local
3560 unsigned int bs, subtype; local
3689 unsigned int subtype; local
[all...]
/linux-master/crypto/asymmetric_keys/
H A Dpkcs8_parser.c15 #include <keys/asymmetric-subtype.h>
/linux-master/tools/testing/selftests/bpf/
H A Dtest_tcpnotify_user.c38 if (t->type != 0xde || t->subtype != 0xad ||
/linux-master/arch/um/drivers/
H A Dssl.c49 .subtype = 0,
H A Dstdio_console.c55 .subtype = SYSTEM_TYPE_CONSOLE,
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_dcb.h129 u8 subtype; member in struct:ice_cee_feat_tlv
H A Dice_dcb.c213 /* First Octet post subtype
330 * Get the TLV subtype and send it to parsing function
331 * based on the subtype value
337 u8 subtype; local
340 subtype = FIELD_GET(ICE_LLDP_TLV_SUBTYPE_M, ouisubtype);
341 switch (subtype) {
499 * Get the TLV subtype and send it to parsing function
500 * based on the subtype value
506 u8 subtype, feat_tlv_count = 0; local
511 subtype
[all...]
/linux-master/drivers/staging/rtl8712/
H A Dxmit_linux.c90 pattrib->subtype = WIFI_QOS_DATA_TYPE;
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Ddecl.h207 u8 subtype; member in struct:mwifiex_types_wmm_info
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Druntime.h150 u8 subtype; member in struct:iwl_fw_runtime::__anon1008::__anon1009
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-tmc-core.c491 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER;
498 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_SYSMEM;
511 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER;
512 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_FIFO;
H A Dcoresight-tpda.c28 (csdev->subtype.source_subtype ==
298 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_MERG;
/linux-master/arch/xtensa/platforms/iss/
H A Dconsole.c122 driver->subtype = SERIAL_TYPE_NORMAL;
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ducode.c259 u8 subtype; member in struct:iwl_alive_data
282 alive_data->subtype = palive->ver_subtype;
/linux-master/fs/udf/
H A Dmisc.c129 uint8_t subtype)
168 gaf->attrSubtype == subtype)
128 udf_get_extendedattr(struct inode *inode, uint32_t type, uint8_t subtype) argument
/linux-master/drivers/pinctrl/qcom/
H A Dpinctrl-spmi-gpio.c30 /* type and subtype registers base address offsets */
34 /* GPIO peripheral type and subtype out_values */
148 * @lv_mv_type: Set to true if GPIO subtype is GPIO_LV(0x10) or GPIO_MV(0x11).
323 pr_err("LV/MV subtype doesn't have func3/func4\n");
814 int type, subtype, val, dir; local
826 subtype = pmic_gpio_read(state, pad, PMIC_GPIO_REG_SUBTYPE);
827 if (subtype < 0)
828 return subtype;
830 switch (subtype) {
864 dev_err(state->dev, "unknown GPIO type 0x%x\n", subtype);
[all...]
/linux-master/drivers/firmware/xilinx/
H A Dzynqmp.c1462 * @subtype: Specifies which system should be restarted or shut down
1466 int zynqmp_pm_system_shutdown(const u32 type, const u32 subtype) argument
1468 return zynqmp_pm_invoke_fn(PM_SYSTEM_SHUTDOWN, NULL, 2, type, subtype);
1527 * @subtype: Shutdown subtype
1533 const enum zynqmp_pm_shutdown_subtype subtype; member in struct:zynqmp_pm_shutdown_scope
1539 .subtype = ZYNQMP_PM_SHUTDOWN_SUBTYPE_SUBSYSTEM,
1543 .subtype = ZYNQMP_PM_SHUTDOWN_SUBTYPE_PS_ONLY,
1547 .subtype = ZYNQMP_PM_SHUTDOWN_SUBTYPE_SYSTEM,
1608 scope->subtype);
[all...]
/linux-master/drivers/media/usb/gspca/
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 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) {
/linux-master/net/batman-adv/
H A Drouting.c947 enum batadv_subtype subtype; local
995 subtype = unicast_4addr_packet->subtype;
996 batadv_dat_inc_counter(bat_priv, subtype);
1004 if (subtype == BATADV_P_DATA) {
/linux-master/kernel/
H A Dwatch_queue.c163 unsigned int st_index = n->subtype / st_bits;
164 unsigned int st_bit = 1U << (n->subtype % st_bits);
552 n.watch.subtype = WATCH_META_REMOVAL_NOTIFICATION;
/linux-master/include/linux/soc/ti/
H A Dti_sci_protocol.h226 * - subtype: Resource assignment subtype that is being requested
233 u8 subtype, struct ti_sci_resource_desc *desc);
235 u32 dev_id, u8 subtype, u8 s_host,
/linux-master/net/netfilter/
H A Dnfnetlink_osf.c238 f->genre, f->version, f->subtype,
322 !memchr(f->subtype, 0, MAXGENRELEN) ||
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb.c46 /* First Octet post subtype
229 * Get the TLV subtype and send it to parsing function
230 * based on the subtype value
236 u8 subtype; local
239 subtype = FIELD_GET(I40E_LLDP_TLV_SUBTYPE_MASK, ouisubtype);
240 switch (subtype) {
392 * Get the TLV subtype and send it to parsing function
393 * based on the subtype value
400 u8 subtype, feat_tlv_count = 0; local
404 subtype
[all...]
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c616 pattrib->subtype = WIFI_QOS_DATA_TYPE;
737 pattrib->subtype = WIFI_DATA_TYPE;
873 SetFrameSubType(fctrl, pattrib->subtype);
875 if (pattrib->subtype & WIFI_DATA_TYPE) {
1143 u8 subtype; local
1161 subtype = GetFrameSubType(pframe); /* bit(7)~bit(2) */
1222 if (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC ||
1223 subtype == WIFI_REASSOCREQ || subtype
[all...]

Completed in 429 milliseconds

12345678910