Home
last modified time | relevance | path

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

12345

/drivers/media/pci/saa7164/
Dsaa7164-types.h133 u8 subtype; member
140 u8 subtype; member
157 u8 subtype; member
175 u8 subtype; member
186 u8 subtype; member
280 u8 subtype; member
294 u8 subtype; member
304 u8 subtype; member
342 u8 subtype; member
361 u8 subtype; member
[all …]
/drivers/mfd/
Dqcom-spmi-pmic.c63 unsigned int rev2, minor, major, type, subtype; in pmic_spmi_show_revid() local
74 ret = regmap_read(map, PMIC_SUBTYPE, &subtype); in pmic_spmi_show_revid()
79 if (subtype == (unsigned long)pmic_spmi_id_table[i].data) in pmic_spmi_show_revid()
104 if ((subtype == PM8941_SUBTYPE || subtype == PM8226_SUBTYPE) && in pmic_spmi_show_revid()
108 if (subtype == PM8110_SUBTYPE) in pmic_spmi_show_revid()
111 dev_dbg(dev, "%x: %s v%d.%d\n", subtype, name, major, minor); in pmic_spmi_show_revid()
/drivers/media/usb/gspca/
Dsunplus.c47 u8 subtype; member
494 if (sd->subtype == AiptekMiniPenCam13) { in spca504B_SetSizeType()
598 sd->subtype = id->driver_info; in sd_config()
600 if (sd->subtype == AiptekMiniPenCam13) { in sd_config()
610 sd->subtype = 0; in sd_config()
627 if (sd->subtype == MegaImageVI) /* 320x240 only */ in sd_config()
672 if (sd->subtype == LogitechClickSmart420) in sd_init()
684 if (sd->subtype == AiptekMiniPenCam13) { in sd_init()
740 switch (sd->subtype) { in sd_start()
757 if (sd->subtype == AiptekMiniPenCam13) { in sd_start()
[all …]
Dspca505.c36 u8 subtype; member
609 sd->subtype = id->driver_info; in sd_config()
610 if (sd->subtype != IntelPCCameraPro) in sd_config()
624 sd->subtype == Nxultra in sd_init()
650 if (sd->subtype == Nxultra) in sd_start()
Dspca501.c42 char subtype; member
1831 sd->subtype = id->driver_info; in sd_config()
1841 switch (sd->subtype) { in sd_init()
1870 switch (sd->subtype) { in sd_start()
Dspca500.c39 char subtype; member
577 sd->subtype = id->driver_info; in sd_config()
578 if (sd->subtype != LogitechClickSmart310) { in sd_config()
595 if (sd->subtype == LogitechClickSmart310) in sd_init()
616 if (sd->subtype == LogitechClickSmart310) { in sd_start()
632 switch (sd->subtype) { in sd_start()
Dspca508.c35 u8 subtype; member
1385 sd->subtype = id->driver_info; in sd_config()
1387 init_data = init_data_tb[sd->subtype]; in sd_config()
/drivers/net/wireless/brcm80211/brcmfmac/
Dfweh.h196 __be16 subtype; member
308 u16 subtype, usr_stype; in brcmf_fweh_process_skb() local
321 subtype = get_unaligned_be16(&event_packet->hdr.subtype); in brcmf_fweh_process_skb()
322 if (subtype != stype) in brcmf_fweh_process_skb()
Dp2p.c164 u8 subtype; member
183 u8 subtype; member
326 switch (pact_frm->subtype) { in brcmf_p2p_print_actframe()
370 switch (act_frm->subtype) { in brcmf_p2p_print_actframe()
1386 action = act_frm->subtype; in brcmf_p2p_notify_action_frame_rx()
1581 switch (act_frm->subtype) { in brcmf_p2p_pub_af_tx()
1587 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1593 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1609 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1620 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
[all …]
/drivers/thermal/
Dqcom-spmi-temp-alarm.c202 u8 type, subtype; in qpnp_tm_probe() local
239 ret = qpnp_tm_read(chip, QPNP_TM_REG_SUBTYPE, &subtype); in qpnp_tm_probe()
245 if (type != QPNP_TM_TYPE || subtype != QPNP_TM_SUBTYPE) { in qpnp_tm_probe()
247 type, subtype); in qpnp_tm_probe()
/drivers/media/pci/ivtv/
Divtv-streams.c479 int captype = 0, subtype = 0; in ivtv_start_v4l2_encode_stream() local
490 subtype = 3; in ivtv_start_v4l2_encode_stream()
506 subtype = 11; /* video+audio+decoder */ in ivtv_start_v4l2_encode_stream()
510 subtype = 1; in ivtv_start_v4l2_encode_stream()
514 subtype = 2; in ivtv_start_v4l2_encode_stream()
518 subtype = 4; in ivtv_start_v4l2_encode_stream()
528 s->subtype = subtype; in ivtv_start_v4l2_encode_stream()
621 if (ivtv_vapi(itv, CX2341X_ENC_START_CAPTURE, 2, captype, subtype)) in ivtv_start_v4l2_encode_stream()
821 ivtv_vapi(itv, CX2341X_ENC_STOP_CAPTURE, 3, stopmode, cap_type, s->subtype); in ivtv_stop_v4l2_encode_stream()
/drivers/tty/
Dpty.c44 if (tty->driver->subtype == PTY_TYPE_MASTER) in pty_close()
64 if (tty->driver->subtype == PTY_TYPE_MASTER) { in pty_close()
244 if (tty->driver->subtype == PTY_TYPE_SLAVE && tty->link->count != 1) in pty_open()
384 if (driver->subtype != PTY_TYPE_MASTER) in pty_common_install()
567 pty_driver->subtype = PTY_TYPE_MASTER; in legacy_pty_init()
583 pty_slave_driver->subtype = PTY_TYPE_SLAVE; in legacy_pty_init()
682 if (tty->driver->subtype == PTY_TYPE_MASTER) in pty_unix98_shutdown()
845 ptm_driver->subtype = PTY_TYPE_MASTER; in unix98_pty_init()
861 pts_driver->subtype = PTY_TYPE_SLAVE; in unix98_pty_init()
/drivers/net/ethernet/intel/i40e/
Di40e_dcb.c271 u8 subtype; in i40e_parse_ieee_tlv() local
274 subtype = (u8)((ouisubtype & I40E_LLDP_TLV_SUBTYPE_MASK) >> in i40e_parse_ieee_tlv()
276 switch (subtype) { in i40e_parse_ieee_tlv()
430 u8 subtype, feat_tlv_count = 0; in i40e_parse_cee_tlv() local
434 subtype = (u8)((ouisubtype & I40E_LLDP_TLV_SUBTYPE_MASK) >> in i40e_parse_cee_tlv()
437 if (subtype != I40E_CEE_DCBX_TYPE) in i40e_parse_cee_tlv()
455 subtype = (u8)((typelength & I40E_LLDP_TLV_TYPE_MASK) >> in i40e_parse_cee_tlv()
457 switch (subtype) { in i40e_parse_cee_tlv()
Di40e_dcb.h129 u8 subtype; member
/drivers/net/ethernet/mellanox/mlx4/
Deq.c159 eqe->subtype == MLX4_DEV_PMC_SUBTYPE_PORT_INFO) { in mlx4_gen_slave_eqe()
254 eqe.subtype = MLX4_DEV_PMC_SUBTYPE_PKEY_TABLE; in mlx4_gen_pkey_eqe()
271 eqe.subtype = MLX4_DEV_PMC_SUBTYPE_GUID_INFO; in mlx4_gen_guid_change_eqe()
290 eqe.subtype = port_subtype_change; in mlx4_gen_port_state_change_eqe()
427 eqe.subtype = MLX4_DEV_PMC_SUBTYPE_PORT_INFO; in mlx4_gen_slaves_port_mgt_ev()
530 eqe->type, eqe->subtype, in mlx4_eq_int()
559 eqe->type, eqe->subtype, in mlx4_eq_int()
568 eqe->type, eqe->subtype); in mlx4_eq_int()
575 eqe->subtype, slave); in mlx4_eq_int()
595 if (eqe->subtype == MLX4_PORT_CHANGE_SUBTYPE_DOWN) { in mlx4_eq_int()
[all …]
/drivers/net/wireless/ath/wil6210/
Dtrace.h168 __field(u8, subtype)
179 __entry->subtype = wil_rxdesc_subtype(d);
186 __entry->seq, __entry->type, __entry->subtype)
/drivers/pinctrl/qcom/
Dpinctrl-spmi-gpio.c614 int type, subtype, val, dir; in pmic_gpio_populate() local
626 subtype = pmic_gpio_read(state, pad, PMIC_GPIO_REG_SUBTYPE); in pmic_gpio_populate()
627 if (subtype < 0) in pmic_gpio_populate()
628 return subtype; in pmic_gpio_populate()
630 switch (subtype) { in pmic_gpio_populate()
642 dev_err(state->dev, "unknown GPIO type 0x%x\n", subtype); in pmic_gpio_populate()
Dpinctrl-spmi-mpp.c667 int type, subtype, val, dir; in pmic_mpp_populate() local
680 subtype = pmic_mpp_read(state, pad, PMIC_MPP_REG_SUBTYPE); in pmic_mpp_populate()
681 if (subtype < 0) in pmic_mpp_populate()
682 return subtype; in pmic_mpp_populate()
684 switch (subtype) { in pmic_mpp_populate()
697 subtype, pad->base); in pmic_mpp_populate()
/drivers/hwtracing/coresight/
Dcoresight.c149 link_subtype = csdev->subtype.link_subtype; in coresight_enable_link()
182 link_subtype = csdev->subtype.link_subtype; in coresight_disable_link()
697 link_subtype = desc->subtype.link_subtype; in coresight_register()
730 csdev->subtype = desc->subtype; in coresight_register()
/drivers/block/
Dsx8.c333 u8 subtype; member
350 u8 subtype; member
360 u8 subtype; member
369 u8 subtype; member
612 ioc->subtype = CARM_ARRAY_INFO; in carm_array_info()
658 crq->msg_subtype = ioc->subtype; in carm_send_special()
681 st->subtype = MISC_SET_TIME; in carm_fill_sync_time()
695 ab->subtype = MISC_ALLOC_MEM; in carm_fill_alloc_buf()
722 ioc->subtype = CARM_IOC_SCAN_CHAN; in carm_fill_scan_channels()
741 ioc->subtype = MISC_GET_FW_VER; in carm_fill_get_fw_ver()
/drivers/regulator/
Dqcom_spmi-regulator.c331 enum spmi_regulator_subtype subtype; member
352 .subtype = SPMI_REGULATOR_SUBTYPE_##_subtype, \
364 .subtype = SPMI_REGULATOR_SUBTYPE_##_subtype, \
1201 u8 type, subtype; in spmi_regulator_match() local
1214 subtype = version[SPMI_COMMON_REG_SUBTYPE - in spmi_regulator_match()
1218 subtype = force_type; in spmi_regulator_match()
1223 if (mapping->type == type && mapping->subtype == subtype in spmi_regulator_match()
1231 vreg->desc.name, type, subtype, dig_major_rev); in spmi_regulator_match()
/drivers/net/wireless/ath/ath9k/
Dmci.c490 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()
Dhtc_drv_txrx.c30 #define ATH9K_HTC_INIT_TXQ(subtype) do { \ argument
31 qi.tqi_subtype = subtype_txq_to_hwq[subtype]; \
819 bool ath9k_htc_txq_setup(struct ath9k_htc_priv *priv, int subtype) in ath9k_htc_txq_setup() argument
827 ATH9K_HTC_INIT_TXQ(subtype); in ath9k_htc_txq_setup()
840 priv->hwq_map[subtype] = qnum; in ath9k_htc_txq_setup()
/drivers/net/wireless/iwlwifi/dvm/
Ducode.c291 u8 subtype; member
314 alive_data->subtype = palive->ver_subtype; in iwl_alive_fn()
/drivers/isdn/hardware/mISDN/
Dw6692.c44 u_int subtype; member
75 int subtype; member
180 if ((!(card->fmask & led)) || card->subtype == W6692_USR) in w6692_led_handler()
879 if (card->subtype == W6692_USR) { in initW6692()
1273 if ((card->fmask & led) || card->subtype == W6692_USR) { in release_card()
1371 card->subtype = m->subtype; in w6692_probe()

12345