Home
last modified time | relevance | path

Searched refs:g_idx (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/
H A Depn.c513 writel(VHUB_EP_TOGGLE_SET_EPNUM(ep->epn.g_idx), in ast_vhub_update_epn_stall()
579 imask = VHUB_EP_IRQ(ep->epn.g_idx); in ast_vhub_epn_disable()
738 writel(VHUB_EP_TOGGLE_SET_EPNUM(ep->epn.g_idx), in ast_vhub_epn_enable()
742 imask = VHUB_EP_IRQ(ep->epn.g_idx); in ast_vhub_epn_enable()
826 ep->epn.g_idx = i; in ast_vhub_alloc_epn()
H A Dvhub.h316 unsigned int g_idx; member
H A Ddev.c434 ep->epn.g_idx, addr); in ast_vhub_udc_match_ep()
/OK3568_Linux_fs/kernel/drivers/media/i2c/techpoint/
H A Dtechpoint_v4l2.c40 static int g_idx; variable
1221 for (i = 0; i < g_idx; i++) { in techpoint_audio_dt_parse()
1442 techpoint->i2c_idx = g_idx; in techpoint_probe()
1443 g_techpoints[g_idx++] = techpoint; in techpoint_probe()
/OK3568_Linux_fs/kernel/net/mac80211/
H A Drc80211_minstrel_ht.c634 int g_idx = mi->max_tp_rate[0] / MCS_GROUP_RATES; in minstrel_ht_rate_sample_switch() local
635 u16 supported = mi->supported[g_idx]; in minstrel_ht_rate_sample_switch()