Searched refs:ctrl_id (Results 1 - 12 of 12) sorted by relevance
/linux-4.4.14/drivers/usb/gadget/function/ |
H A D | f_acm.c | 45 u8 ctrl_id, data_id; member in struct:f_acm 363 || w_index != acm->ctrl_id) acm_setup() 374 if (w_index != acm->ctrl_id) acm_setup() 385 if (w_index != acm->ctrl_id) acm_setup() 430 if (intf == acm->ctrl_id) { acm_set_alt() 515 notify->wIndex = cpu_to_le16(acm->ctrl_id); acm_cdc_notify() 632 acm->ctrl_id = status; acm_bind()
|
H A D | f_ncm.c | 53 u8 ctrl_id, data_id; member in struct:f_ncm 521 event->wIndex = cpu_to_le16(ncm->ctrl_id); ncm_do_notify() 634 if (w_length != 0 || w_index != ncm->ctrl_id) ncm_setup() 658 if (w_length == 0 || w_value != 0 || w_index != ncm->ctrl_id) ncm_setup() 669 if (w_length < 4 || w_value != 0 || w_index != ncm->ctrl_id) ncm_setup() 680 if (w_length != 4 || w_value != 0 || w_index != ncm->ctrl_id) ncm_setup() 695 if (w_length < 2 || w_value != 0 || w_index != ncm->ctrl_id) ncm_setup() 707 if (w_length != 0 || w_index != ncm->ctrl_id) ncm_setup() 729 if (w_length < 2 || w_value != 0 || w_index != ncm->ctrl_id) ncm_setup() 743 if (w_length != 0 || w_index != ncm->ctrl_id) ncm_setup() 802 if (intf == ncm->ctrl_id) { ncm_set_alt() 883 if (intf == ncm->ctrl_id) ncm_get_alt() 1379 ncm->ctrl_id = status; ncm_bind()
|
H A D | f_ecm.c | 52 u8 ctrl_id, data_id; member in struct:f_ecm 425 event->wIndex = cpu_to_le16(ecm->ctrl_id); ecm_do_notify() 488 if (w_length != 0 || w_index != ecm->ctrl_id) ecm_setup() 540 if (intf == ecm->ctrl_id) { ecm_set_alt() 616 if (intf == ecm->ctrl_id) ecm_get_alt() 725 ecm->ctrl_id = status; ecm_bind()
|
H A D | f_obex.c | 35 u8 ctrl_id; member in struct:f_obex 198 if (intf == obex->ctrl_id) { obex_set_alt() 330 obex->ctrl_id = status; obex_bind()
|
H A D | f_eem.c | 34 u8 ctrl_id; member in struct:f_eem 197 if (intf == eem->ctrl_id) { eem_set_alt() 283 eem->ctrl_id = status; eem_bind()
|
H A D | f_rndis.c | 75 u8 ctrl_id, data_id; member in struct:f_rndis 484 if (w_value || w_index != rndis->ctrl_id) rndis_setup() 495 if (w_value || w_index != rndis->ctrl_id) rndis_setup() 545 if (intf == rndis->ctrl_id) { rndis_set_alt() 720 rndis->ctrl_id = status; rndis_bind()
|
/linux-4.4.14/drivers/soc/tegra/ |
H A D | pmc.c | 733 u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; tegra_pmc_init_tsense_reset() local 747 if (of_property_read_u32(np, "nvidia,i2c-controller-id", &ctrl_id)) { tegra_pmc_init_tsense_reset() 779 value |= ctrl_id << PMC_SCRATCH55_CNTRL_ID_SHIFT; tegra_pmc_init_tsense_reset()
|
/linux-4.4.14/drivers/mmc/host/ |
H A D | dw_mmc.c | 2529 int ctrl_id, ret; dw_mci_init_slot() local 2568 ctrl_id = of_alias_get_id(host->dev->of_node, "mshc"); dw_mci_init_slot() 2569 if (ctrl_id < 0) dw_mci_init_slot() 2570 ctrl_id = 0; dw_mci_init_slot() 2572 ctrl_id = to_platform_device(host->dev)->id; dw_mci_init_slot() 2575 mmc->caps |= drv_data->caps[ctrl_id]; dw_mci_init_slot()
|
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_common.h | 375 unsigned int ctrl_id; member in struct:sxgbe_ops
|
H A D | sxgbe_main.c | 2050 priv->hw->ctrl_id = (ctrl_ids & 0x000000ff); sxgbe_hw_init() 2052 priv->hw->ctrl_uid, priv->hw->ctrl_id); sxgbe_hw_init()
|
/linux-4.4.14/drivers/media/i2c/ |
H A D | noon010pc30.c | 464 v4l2_dbg(1, debug, sd, "%s: ctrl_id: %d, value: %d\n", noon010_s_ctrl()
|
H A D | sr030pc30.c | 428 v4l2_dbg(1, debug, sd, "%s: ctrl_id: %d, value: %d\n", sr030pc30_s_ctrl()
|
Completed in 402 milliseconds