/drivers/media/pci/saa7164/ |
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 …]
|
/drivers/thermal/qcom/ |
D | qcom-spmi-temp-alarm.c | 75 unsigned int subtype; member 142 if (chip->subtype == QPNP_TM_SUBTYPE_GEN1) in qpnp_tm_get_temp_stage() 166 if (chip->subtype == QPNP_TM_SUBTYPE_GEN1) { in qpnp_tm_update_temp_no_adc() 350 stage = chip->subtype == QPNP_TM_SUBTYPE_GEN1 in qpnp_tm_init() 376 u8 type, subtype, dig_major; in qpnp_tm_probe() local 420 ret = qpnp_tm_read(chip, QPNP_TM_REG_SUBTYPE, &subtype); in qpnp_tm_probe() 432 if (type != QPNP_TM_TYPE || (subtype != QPNP_TM_SUBTYPE_GEN1 in qpnp_tm_probe() 433 && subtype != QPNP_TM_SUBTYPE_GEN2)) { in qpnp_tm_probe() 435 type, subtype); in qpnp_tm_probe() 439 chip->subtype = subtype; in qpnp_tm_probe() [all …]
|
/drivers/mfd/ |
D | qcom-spmi-pmic.c | 176 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()
|
/drivers/hwtracing/coresight/ |
D | coresight-core.c | 401 link_subtype = csdev->subtype.link_subtype; in coresight_enable_link() 436 link_subtype = csdev->subtype.link_subtype; in coresight_disable_link() 926 (csdev->subtype.sink_subtype >= CORESIGHT_DEV_SUBTYPE_SINK_BUFFER)) in coresight_is_def_sink_type() 957 } else if (new_sink->subtype.sink_subtype > in coresight_select_best_sink() 958 sink->subtype.sink_subtype) { in coresight_select_best_sink() 961 } else if ((new_sink->subtype.sink_subtype == in coresight_select_best_sink() 962 sink->subtype.sink_subtype) && in coresight_select_best_sink() 1098 u32 type, subtype; in coresight_validate_source() local 1101 subtype = csdev->subtype.source_subtype; in coresight_validate_source() 1108 if (subtype != CORESIGHT_DEV_SUBTYPE_SOURCE_PROC && in coresight_validate_source() [all …]
|
D | coresight-tmc-core.c | 482 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in tmc_probe() 488 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_SYSMEM; in tmc_probe() 500 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in tmc_probe() 501 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_FIFO; in tmc_probe()
|
/drivers/media/usb/gspca/ |
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 …]
|
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()
|
D | spca501.c | 28 char subtype; member 1817 sd->subtype = id->driver_info; in sd_config() 1827 switch (sd->subtype) { in sd_init() 1856 switch (sd->subtype) { in sd_start()
|
D | spca500.c | 25 char subtype; member 565 sd->subtype = id->driver_info; in sd_config() 566 if (sd->subtype != LogitechClickSmart310) { in sd_config() 583 if (sd->subtype == LogitechClickSmart310) in sd_init() 604 if (sd->subtype == LogitechClickSmart310) { in sd_start() 620 switch (sd->subtype) { in sd_start()
|
D | spca508.c | 22 u8 subtype; member 1376 sd->subtype = id->driver_info; in sd_config() 1378 init_data = init_data_tb[sd->subtype]; in sd_config()
|
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
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()
|
D | p2p.c | 159 u8 subtype; member 178 u8 subtype; member 321 switch (pact_frm->subtype) { in brcmf_p2p_print_actframe() 365 switch (act_frm->subtype) { in brcmf_p2p_print_actframe() 1423 action = act_frm->subtype; in brcmf_p2p_notify_action_frame_rx() 1557 if (p2p_af->subtype == P2P_AF_PRESENCE_RSP) in brcmf_p2p_tx_action_frame() 1625 switch (act_frm->subtype) { in brcmf_p2p_pub_af_tx() 1631 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx() 1637 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx() 1653 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx() [all …]
|
/drivers/net/wireless/ath/wil6210/ |
D | trace.h | 156 __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)
|
/drivers/media/pci/ivtv/ |
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()
|
/drivers/tty/ |
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() 229 if (tty->driver->subtype == PTY_TYPE_SLAVE && tty->link->count != 1) in pty_open() 368 if (driver->subtype != PTY_TYPE_MASTER) in pty_common_install() 555 pty_driver->subtype = PTY_TYPE_MASTER; in legacy_pty_init() 571 pty_slave_driver->subtype = PTY_TYPE_SLAVE; in legacy_pty_init() 729 if (tty->driver->subtype == PTY_TYPE_MASTER) in pty_unix98_remove() 897 ptm_driver->subtype = PTY_TYPE_MASTER; in unix98_pty_init() 913 pts_driver->subtype = PTY_TYPE_SLAVE; in unix98_pty_init()
|
/drivers/net/ethernet/mellanox/mlx4/ |
D | eq.c | 155 eqe->subtype == MLX4_PORT_CHANGE_SUBTYPE_DOWN && in mlx4_gen_slave_eqe() 170 eqe->subtype == MLX4_DEV_PMC_SUBTYPE_PORT_INFO) { in mlx4_gen_slave_eqe() 266 eqe.subtype = MLX4_DEV_PMC_SUBTYPE_PKEY_TABLE; in mlx4_gen_pkey_eqe() 283 eqe.subtype = MLX4_DEV_PMC_SUBTYPE_GUID_INFO; in mlx4_gen_guid_change_eqe() 302 eqe.subtype = port_subtype_change; in mlx4_gen_port_state_change_eqe() 439 eqe.subtype = MLX4_DEV_PMC_SUBTYPE_PORT_INFO; in mlx4_gen_slaves_port_mgt_ev() 542 eqe->type, eqe->subtype, in mlx4_eq_int() 572 eqe->type, eqe->subtype, in mlx4_eq_int() 581 eqe->type, eqe->subtype); in mlx4_eq_int() 588 eqe->subtype, slave); in mlx4_eq_int() [all …]
|
/drivers/pinctrl/qcom/ |
D | pinctrl-spmi-mpp.c | 649 int type, subtype, val, dir; in pmic_mpp_populate() local 662 subtype = pmic_mpp_read(state, pad, PMIC_MPP_REG_SUBTYPE); in pmic_mpp_populate() 663 if (subtype < 0) in pmic_mpp_populate() 664 return subtype; in pmic_mpp_populate() 666 switch (subtype) { in pmic_mpp_populate() 679 subtype, pad->base); in pmic_mpp_populate() 748 if (subtype != PMIC_MPP_SUBTYPE_ULT_4CH_NO_ANA_OUT && in pmic_mpp_populate() 749 subtype != PMIC_MPP_SUBTYPE_ULT_4CH_NO_SINK) { in pmic_mpp_populate()
|
/drivers/crypto/chelsio/ |
D | chcr_algo.c | 1100 int subtype = get_cryptoalg_subtype(tfm); in chcr_update_cipher_iv() local 1103 if (subtype == CRYPTO_ALG_SUB_TYPE_CTR) in chcr_update_cipher_iv() 1106 else if (subtype == CRYPTO_ALG_SUB_TYPE_CTR_RFC3686) in chcr_update_cipher_iv() 1110 else if (subtype == CRYPTO_ALG_SUB_TYPE_XTS) in chcr_update_cipher_iv() 1112 else if (subtype == CRYPTO_ALG_SUB_TYPE_CBC) { in chcr_update_cipher_iv() 1134 int subtype = get_cryptoalg_subtype(tfm); in chcr_final_cipher_iv() local 1137 if (subtype == CRYPTO_ALG_SUB_TYPE_CTR) in chcr_final_cipher_iv() 1140 else if (subtype == CRYPTO_ALG_SUB_TYPE_XTS) { in chcr_final_cipher_iv() 1146 else if (subtype == CRYPTO_ALG_SUB_TYPE_CBC) { in chcr_final_cipher_iv() 1254 int subtype; in process_cipher() local [all …]
|
/drivers/s390/cio/ |
D | vfio_ccw_ops.c | 311 cap_type.subtype = private->region[i].subtype; in vfio_ccw_mdev_get_region_info() 430 unsigned int subtype, in vfio_ccw_register_dev_region() argument 444 private->region[private->num_regions].subtype = subtype; in vfio_ccw_register_dev_region()
|
D | vfio_ccw_private.h | 48 u32 subtype; member 56 unsigned int subtype,
|
/drivers/input/misc/ |
D | pm8941-pwrkey.c | 77 unsigned int subtype; member 209 if (pwrkey->subtype >= PON_SUBTYPE_GEN2_PRIMARY) in pm8941_pwrkey_sw_debounce_init() 316 &pwrkey->subtype); in pm8941_pwrkey_probe() 342 if (pwrkey->subtype >= PON_SUBTYPE_GEN2_PRIMARY) { in pm8941_pwrkey_probe()
|
/drivers/net/ethernet/intel/ice/ |
D | ice_dcb.c | 344 u8 subtype; in ice_parse_ieee_tlv() local 347 subtype = (u8)((ouisubtype & ICE_LLDP_TLV_SUBTYPE_M) >> in ice_parse_ieee_tlv() 349 switch (subtype) { in ice_parse_ieee_tlv() 516 u8 subtype, feat_tlv_count = 0; in ice_parse_cee_tlv() local 521 subtype = (u8)((ouisubtype & ICE_LLDP_TLV_SUBTYPE_M) >> in ice_parse_cee_tlv() 524 if (subtype != ICE_CEE_DCBX_TYPE) in ice_parse_cee_tlv() 541 subtype = (u8)((typelen & ICE_LLDP_TLV_TYPE_M) >> in ice_parse_cee_tlv() 543 switch (subtype) { in ice_parse_cee_tlv()
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_recv.c | 1349 u8 subtype; in validate_80211w_mgmt() local 1351 subtype = GetFrameSubType(ptr); /* bit(7)~bit(2) */ in validate_80211w_mgmt() 1358 (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC || subtype == WIFI_ACTION)) { in validate_80211w_mgmt() 1385 (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC)) { in validate_80211w_mgmt() 1397 if (subtype == WIFI_ACTION) { in validate_80211w_mgmt() 1406 } else if (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC) { in validate_80211w_mgmt() 1427 u8 subtype; in validate_recv_frame() local 1443 subtype = GetFrameSubType(ptr); /* bit(7)~bit(2) */ in validate_recv_frame() 1472 pattrib->qos = (subtype & BIT(7)) ? 1:0; in validate_recv_frame()
|
/drivers/firmware/xilinx/ |
D | zynqmp.c | 1281 int zynqmp_pm_system_shutdown(const u32 type, const u32 subtype) in zynqmp_pm_system_shutdown() argument 1283 return zynqmp_pm_invoke_fn(PM_SYSTEM_SHUTDOWN, type, subtype, in zynqmp_pm_system_shutdown() 1353 const enum zynqmp_pm_shutdown_subtype subtype; member 1359 .subtype = ZYNQMP_PM_SHUTDOWN_SUBTYPE_SUBSYSTEM, 1363 .subtype = ZYNQMP_PM_SHUTDOWN_SUBTYPE_PS_ONLY, 1367 .subtype = ZYNQMP_PM_SHUTDOWN_SUBTYPE_SYSTEM, 1428 scope->subtype); in shutdown_scope_store()
|
/drivers/net/wireless/ath/ath9k/ |
D | mci.c | 490 u32 offset, subtype, opcode; in ath_mci_intr() local 573 subtype = MCI_GPM_TYPE(pgpm); in ath_mci_intr() 579 if (MCI_GPM_IS_CAL_TYPE(subtype)) { in ath_mci_intr() 580 ath_mci_cal_msg(sc, subtype, (u8 *)pgpm); in ath_mci_intr() 582 switch (subtype) { in ath_mci_intr()
|