Searched refs:ctrl_id (Results 1 – 10 of 10) sorted by relevance
/drivers/usb/gadget/function/ |
D | f_ncm.c | 53 u8 ctrl_id, data_id; member 522 event->wIndex = cpu_to_le16(ncm->ctrl_id); in ncm_do_notify() 638 if (w_length != 0 || w_index != ncm->ctrl_id) in ncm_setup() 662 if (w_length == 0 || w_value != 0 || w_index != ncm->ctrl_id) in ncm_setup() 673 if (w_length < 4 || w_value != 0 || w_index != ncm->ctrl_id) in ncm_setup() 684 if (w_length != 4 || w_value != 0 || w_index != ncm->ctrl_id) in ncm_setup() 699 if (w_length < 2 || w_value != 0 || w_index != ncm->ctrl_id) in ncm_setup() 711 if (w_length != 0 || w_index != ncm->ctrl_id) in ncm_setup() 733 if (w_length < 2 || w_value != 0 || w_index != ncm->ctrl_id) in ncm_setup() 747 if (w_length != 0 || w_index != ncm->ctrl_id) in ncm_setup() [all …]
|
D | f_acm.c | 45 u8 ctrl_id, data_id; member 363 || w_index != acm->ctrl_id) in acm_setup() 374 if (w_index != acm->ctrl_id) in acm_setup() 385 if (w_index != acm->ctrl_id) in acm_setup() 430 if (intf == acm->ctrl_id) { in acm_set_alt() 515 notify->wIndex = cpu_to_le16(acm->ctrl_id); in acm_cdc_notify() 634 acm->ctrl_id = status; in acm_bind()
|
D | f_ecm.c | 52 u8 ctrl_id, data_id; member 426 event->wIndex = cpu_to_le16(ecm->ctrl_id); in ecm_do_notify() 491 if (w_length != 0 || w_index != ecm->ctrl_id) in ecm_setup() 543 if (intf == ecm->ctrl_id) { in ecm_set_alt() 619 if (intf == ecm->ctrl_id) in ecm_get_alt() 732 ecm->ctrl_id = status; in ecm_bind()
|
D | f_obex.c | 35 u8 ctrl_id; member 198 if (intf == obex->ctrl_id) { in obex_set_alt() 330 obex->ctrl_id = status; in obex_bind()
|
D | f_rndis.c | 85 u8 ctrl_id, data_id; member 513 if (w_value || w_index != rndis->ctrl_id) in rndis_setup() 524 if (w_value || w_index != rndis->ctrl_id) in rndis_setup() 574 if (intf == rndis->ctrl_id) { in rndis_set_alt() 750 rndis->ctrl_id = status; in rndis_bind()
|
D | f_eem.c | 34 u8 ctrl_id; member 202 if (intf == eem->ctrl_id) { in eem_set_alt() 288 eem->ctrl_id = status; in eem_bind()
|
/drivers/soc/tegra/ |
D | pmc.c | 733 u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; in tegra_pmc_init_tsense_reset() local 747 if (of_property_read_u32(np, "nvidia,i2c-controller-id", &ctrl_id)) { in tegra_pmc_init_tsense_reset() 779 value |= ctrl_id << PMC_SCRATCH55_CNTRL_ID_SHIFT; in tegra_pmc_init_tsense_reset()
|
/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_common.h | 375 unsigned int ctrl_id; member
|
D | sxgbe_main.c | 2050 priv->hw->ctrl_id = (ctrl_ids & 0x000000ff); in sxgbe_hw_init() 2052 priv->hw->ctrl_uid, priv->hw->ctrl_id); in sxgbe_hw_init()
|
/drivers/mmc/host/ |
D | dw_mmc.c | 2554 int ctrl_id, ret; in dw_mci_init_slot() local 2593 ctrl_id = of_alias_get_id(host->dev->of_node, "mshc"); in dw_mci_init_slot() 2594 if (ctrl_id < 0) in dw_mci_init_slot() 2595 ctrl_id = 0; in dw_mci_init_slot() 2597 ctrl_id = to_platform_device(host->dev)->id; in dw_mci_init_slot() 2600 mmc->caps |= drv_data->caps[ctrl_id]; in dw_mci_init_slot()
|