/drivers/clk/tegra/ |
D | clk-super.c | 135 struct tegra_clk_super_mux *super; in tegra_clk_register_super_mux() local 139 super = kzalloc(sizeof(*super), GFP_KERNEL); in tegra_clk_register_super_mux() 140 if (!super) { in tegra_clk_register_super_mux() 151 super->reg = reg; in tegra_clk_register_super_mux() 152 super->pllx_index = pllx_index; in tegra_clk_register_super_mux() 153 super->div2_index = div2_index; in tegra_clk_register_super_mux() 154 super->lock = lock; in tegra_clk_register_super_mux() 155 super->width = width; in tegra_clk_register_super_mux() 156 super->flags = clk_super_flags; in tegra_clk_register_super_mux() 159 super->hw.init = &init; in tegra_clk_register_super_mux() [all …]
|
D | Makefile | 8 obj-y += clk-super.o 13 obj-y += clk-tegra-super-gen4.o
|
/drivers/net/wireless/ath/carl9170/ |
D | tx.c | 110 struct _carl9170_tx_superframe *super = (void *) skb->data; in __carl9170_get_tx_sta() local 111 struct ieee80211_hdr *hdr = (void *) super->frame_data; in __carl9170_get_tx_sta() 115 vif_id = (super->s.misc & CARL9170_TX_SUPER_MISC_VIF_ID) >> in __carl9170_get_tx_sta() 192 struct _carl9170_tx_superframe *super = (void *) skb->data; in carl9170_alloc_dev_space() local 213 super = (void *) skb->data; in carl9170_alloc_dev_space() 222 super->s.cookie = (u8) cookie + 1; in carl9170_alloc_dev_space() 228 struct _carl9170_tx_superframe *super = (void *) skb->data; in carl9170_release_dev_space() local 232 cookie = super->s.cookie; in carl9170_release_dev_space() 234 super->s.cookie = 0; in carl9170_release_dev_space() 293 struct _carl9170_tx_superframe *super; in carl9170_tx_release() local [all …]
|
D | rx.c | 592 struct _carl9170_tx_superframe *super = (void *)entry_skb->data; in carl9170_ba_check() local 593 struct ieee80211_bar *entry_bar = (void *)super->frame_data; in carl9170_ba_check()
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_chan.c | 390 save = cli->base.super; in nouveau_channel_init() 391 cli->base.super = true; /* hack until fencenv50 fixed */ in nouveau_channel_init() 393 cli->base.super = save; in nouveau_channel_init() 403 bool super; in nouveau_channel_new() local 407 super = cli->base.super; in nouveau_channel_new() 408 cli->base.super = true; in nouveau_channel_new() 427 cli->base.super = super; in nouveau_channel_new()
|
D | nouveau_nvif.c | 55 nvkm_client_ioctl(void *priv, bool super, void *data, u32 size, void **hack) in nvkm_client_ioctl() argument 57 return nvkm_ioctl(priv, super, data, size, hack); in nvkm_client_ioctl()
|
D | nouveau_abi16.c | 469 client->super = true; in nouveau_abi16_ioctl_notifierobj_alloc() 478 client->super = false; in nouveau_abi16_ioctl_notifierobj_alloc()
|
/drivers/gpu/drm/nouveau/core/engine/dmaobj/ |
D | base.c | 104 if (!client->super) { in nvkm_dmaobj_create_() 113 if (!client->super) in nvkm_dmaobj_create_() 119 if (!client->super) in nvkm_dmaobj_create_()
|
/drivers/gpu/drm/nouveau/nvif/ |
D | client.c | 32 return client->driver->ioctl(client->base.priv, client->super, data, size, NULL); in nvif_client_ioctl() 83 client->super = true; in nvif_client_init()
|
D | driver.h | 11 int (*ioctl)(void *priv, bool super, void *data, u32 size, void **hack);
|
D | client.h | 10 bool super; member
|
D | object.c | 50 return client->driver->ioctl(client->base.priv, client->super, data, size, hack); in nvif_object_ioctl()
|
/drivers/gpu/drm/nouveau/core/engine/disp/ |
D | nv50.c | 1877 u32 super = nv_rd32(priv, 0x610030); in nv50_disp_intr_supervisor() local 1880 nv_debug(priv, "supervisor 0x%08x 0x%08x\n", priv->super, super); in nv50_disp_intr_supervisor() 1882 if (priv->super & 0x00000010) { in nv50_disp_intr_supervisor() 1885 if (!(super & (0x00000020 << head))) in nv50_disp_intr_supervisor() 1887 if (!(super & (0x00000080 << head))) in nv50_disp_intr_supervisor() 1892 if (priv->super & 0x00000020) { in nv50_disp_intr_supervisor() 1894 if (!(super & (0x00000080 << head))) in nv50_disp_intr_supervisor() 1899 if (!(super & (0x00000200 << head))) in nv50_disp_intr_supervisor() 1904 if (!(super & (0x00000080 << head))) in nv50_disp_intr_supervisor() 1909 if (priv->super & 0x00000040) { in nv50_disp_intr_supervisor() [all …]
|
D | nvd0.c | 1093 nv_debug(priv, "supervisor %d\n", ffs(priv->super)); in nvd0_disp_intr_supervisor() 1099 if (priv->super & 0x00000001) { in nvd0_disp_intr_supervisor() 1108 if (priv->super & 0x00000002) { in nvd0_disp_intr_supervisor() 1128 if (priv->super & 0x00000004) { in nvd0_disp_intr_supervisor() 1217 priv->super = (stat & 0x00000007); in nvd0_disp_intr() 1219 nv_wr32(priv, 0x6100ac, priv->super); in nvd0_disp_intr()
|
D | nv50.h | 27 u32 super; member
|
/drivers/xen/xenfs/ |
D | Makefile | 3 xenfs-y = super.o
|
/drivers/md/bcache/ |
D | Makefile | 5 io.o journal.o movinggc.o request.o stats.o super.o sysfs.o trace.o\
|
/drivers/gpu/drm/nouveau/core/include/core/ |
D | client.h | 13 bool super; member
|
/drivers/net/hippi/ |
D | Kconfig | 13 connect to super computers. If you are connected to a HIPPI network
|
/drivers/gpu/drm/nouveau/core/core/ |
D | ioctl.c | 510 client->super = supervisor; in nvkm_ioctl() 528 client->super = false; in nvkm_ioctl()
|
/drivers/usb/gadget/udc/ |
D | Kconfig | 226 MARVELL PXA2128 Processor series include a super speed USB3.0 device 227 controller, which support super speed USB peripheral. 309 supports full, high speed USB 2.0 and super speed USB 3.0
|
/drivers/gpu/drm/msm/ |
D | NOTES | 70 (ie. like DT super-node.. but I don't have any snapdragon hw yet that
|
/drivers/usb/gadget/function/ |
D | f_fs.c | 2731 const int super = gadget_is_superspeed(func->gadget) && in _ffs_func_bind() local 2744 super ? ffs->ss_descs_count + 1 : 0); in _ffs_func_bind() 2764 if (unlikely(!(full | high | super))) in _ffs_func_bind() 2829 if (likely(super)) { in _ffs_func_bind() 2850 (super ? ffs->ss_descs_count : 0), in _ffs_func_bind()
|
/drivers/gpu/drm/nouveau/core/engine/device/ |
D | base.c | 301 if (client->super) in nouveau_devobj_ctor()
|
/drivers/net/ethernet/ti/ |
D | cpsw_ale.c | 90 DEFINE_ALE_FIELD(super, 65, 1)
|