Searched defs:ctrl_id (Results 1 - 8 of 8) sorted by last modified time

/drivers/usb/gadget/function/
H A Df_acm.c46 u8 ctrl_id, data_id; member in struct:f_acm
364 || w_index != acm->ctrl_id)
375 if (w_index != acm->ctrl_id)
386 if (w_index != acm->ctrl_id)
431 if (intf == acm->ctrl_id) {
520 notify->wIndex = cpu_to_le16(acm->ctrl_id);
637 acm->ctrl_id = status;
H A Df_ecm.c52 u8 ctrl_id, data_id; member in struct:f_ecm
425 event->wIndex = cpu_to_le16(ecm->ctrl_id);
488 if (w_length != 0 || w_index != ecm->ctrl_id)
540 if (intf == ecm->ctrl_id) {
619 if (intf == ecm->ctrl_id)
731 ecm->ctrl_id = status;
H A Df_eem.c34 u8 ctrl_id; member in struct:f_eem
197 if (intf == eem->ctrl_id) {
286 eem->ctrl_id = status;
H A Df_ncm.c53 u8 ctrl_id, data_id; member in struct:f_ncm
521 event->wIndex = cpu_to_le16(ncm->ctrl_id);
634 if (w_length != 0 || w_index != ncm->ctrl_id)
658 if (w_length == 0 || w_value != 0 || w_index != ncm->ctrl_id)
669 if (w_length < 4 || w_value != 0 || w_index != ncm->ctrl_id)
680 if (w_length != 4 || w_value != 0 || w_index != ncm->ctrl_id)
695 if (w_length < 2 || w_value != 0 || w_index != ncm->ctrl_id)
707 if (w_length != 0 || w_index != ncm->ctrl_id)
729 if (w_length < 2 || w_value != 0 || w_index != ncm->ctrl_id)
743 if (w_length != 0 || w_index != ncm->ctrl_id)
[all...]
H A Df_obex.c36 u8 ctrl_id; member in struct:f_obex
200 if (intf == obex->ctrl_id) {
338 obex->ctrl_id = status;
H A Df_rndis.c85 u8 ctrl_id, data_id; member in struct:f_rndis
511 if (w_value || w_index != rndis->ctrl_id)
522 if (w_value || w_index != rndis->ctrl_id)
572 if (intf == rndis->ctrl_id) {
750 rndis->ctrl_id = status;
/drivers/mmc/host/
H A Ddw_mmc.c2200 int ctrl_id, ret; local
2240 ctrl_id = of_alias_get_id(host->dev->of_node, "mshc");
2241 if (ctrl_id < 0)
2242 ctrl_id = 0;
2244 ctrl_id = to_platform_device(host->dev)->id;
2247 mmc->caps |= drv_data->caps[ctrl_id];
/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_common.h375 unsigned int ctrl_id; member in struct:sxgbe_ops

Completed in 338 milliseconds