/drivers/clk/tegra/ |
D | clk-super.c | 132 struct tegra_clk_super_mux *super = to_clk_super_mux(hw); in clk_super_round_rate() local 133 struct clk_hw *div_hw = &super->frac_div.hw; in clk_super_round_rate() 137 return super->div_ops->round_rate(div_hw, rate, parent_rate); in clk_super_round_rate() 143 struct tegra_clk_super_mux *super = to_clk_super_mux(hw); in clk_super_recalc_rate() local 144 struct clk_hw *div_hw = &super->frac_div.hw; in clk_super_recalc_rate() 148 return super->div_ops->recalc_rate(div_hw, parent_rate); in clk_super_recalc_rate() 154 struct tegra_clk_super_mux *super = to_clk_super_mux(hw); in clk_super_set_rate() local 155 struct clk_hw *div_hw = &super->frac_div.hw; in clk_super_set_rate() 159 return super->div_ops->set_rate(div_hw, rate, parent_rate); in clk_super_set_rate() 175 struct tegra_clk_super_mux *super; in tegra_clk_register_super_mux() local [all …]
|
D | Makefile | 11 obj-y += clk-super.o 16 obj-y += clk-tegra-super-gen4.o
|
/drivers/nvdimm/ |
D | btt.c | 66 static int btt_info_write(struct arena_info *arena, struct btt_sb *super) in btt_info_write() argument 80 ret = arena_write_bytes(arena, arena->info2off, super, in btt_info_write() 85 return arena_write_bytes(arena, arena->infooff, super, in btt_info_write() 89 static int btt_info_read(struct arena_info *arena, struct btt_sb *super) in btt_info_read() argument 91 return arena_read_bytes(arena, arena->infooff, super, in btt_info_read() 817 static void parse_arena_meta(struct arena_info *arena, struct btt_sb *super, in parse_arena_meta() argument 820 arena->internal_nlba = le32_to_cpu(super->internal_nlba); in parse_arena_meta() 821 arena->internal_lbasize = le32_to_cpu(super->internal_lbasize); in parse_arena_meta() 822 arena->external_nlba = le32_to_cpu(super->external_nlba); in parse_arena_meta() 823 arena->external_lbasize = le32_to_cpu(super->external_lbasize); in parse_arena_meta() [all …]
|
D | btt_devs.c | 245 bool nd_btt_arena_is_valid(struct nd_btt *nd_btt, struct btt_sb *super) in nd_btt_arena_is_valid() argument 250 if (memcmp(super->signature, BTT_SIG, BTT_SIG_LEN) != 0) in nd_btt_arena_is_valid() 253 if (!guid_is_null((guid_t *)&super->parent_uuid)) in nd_btt_arena_is_valid() 254 if (memcmp(super->parent_uuid, parent_uuid, 16) != 0) in nd_btt_arena_is_valid() 257 checksum = le64_to_cpu(super->checksum); in nd_btt_arena_is_valid() 258 super->checksum = 0; in nd_btt_arena_is_valid() 259 if (checksum != nd_sb_checksum((struct nd_gen_sb *) super)) in nd_btt_arena_is_valid() 261 super->checksum = cpu_to_le64(checksum); in nd_btt_arena_is_valid() 264 if ((le32_to_cpu(super->flags) & IB_FLAG_ERROR_MASK) != 0) in nd_btt_arena_is_valid()
|
/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 …]
|
/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | gf119.c | 39 nvkm_debug(subdev, "supervisor %d\n", ffs(disp->super)); in gf119_disp_super() 45 if (disp->super & 0x00000001) { in gf119_disp_super() 54 if (disp->super & 0x00000002) { in gf119_disp_super() 72 if (disp->super & 0x00000004) { in gf119_disp_super() 140 disp->super = (stat & 0x00000007); in gf119_disp_intr() 142 nvkm_wr32(device, 0x6100ac, disp->super); in gf119_disp_intr() 180 .super = gf119_disp_super,
|
D | nv50.c | 88 INIT_WORK(&disp->supervisor, func->super); in nv50_disp_new_() 487 u32 super = nvkm_rd32(device, 0x610030); in nv50_disp_super() local 489 nvkm_debug(subdev, "supervisor %08x %08x\n", disp->super, super); in nv50_disp_super() 491 if (disp->super & 0x00000010) { in nv50_disp_super() 495 if (!(super & (0x00000020 << head->id))) in nv50_disp_super() 497 if (!(super & (0x00000080 << head->id))) in nv50_disp_super() 502 if (disp->super & 0x00000020) { in nv50_disp_super() 504 if (!(super & (0x00000080 << head->id))) in nv50_disp_super() 510 if (!(super & (0x00000200 << head->id))) in nv50_disp_super() 515 if (!(super & (0x00000080 << head->id))) in nv50_disp_super() [all …]
|
D | nv50.h | 14 u32 super; member 46 void (*super)(struct work_struct *); member
|
D | gp100.c | 34 .super = gf119_disp_super,
|
D | gk110.c | 34 .super = gf119_disp_super,
|
D | gk104.c | 34 .super = gf119_disp_super,
|
D | gm107.c | 34 .super = gf119_disp_super,
|
D | gm200.c | 34 .super = gf119_disp_super,
|
D | g94.c | 33 .super = nv50_disp_super,
|
D | mcp77.c | 31 .super = nv50_disp_super,
|
D | gt200.c | 33 .super = nv50_disp_super,
|
D | mcp89.c | 31 .super = nv50_disp_super,
|
D | g84.c | 33 .super = nv50_disp_super,
|
/drivers/md/ |
D | dm-log-writes.c | 341 struct log_write_super super; in log_super() local 343 super.magic = cpu_to_le64(WRITE_LOG_MAGIC); in log_super() 344 super.version = cpu_to_le64(WRITE_LOG_VERSION); in log_super() 345 super.nr_entries = cpu_to_le64(lc->logged_entries); in log_super() 346 super.sectorsize = cpu_to_le32(lc->sectorsize); in log_super() 348 if (write_metadata(lc, &super, sizeof(super), NULL, 0, in log_super() 374 bool super = false; in log_writes_kthread() local 407 super = (block->flags & (LOG_FUA_FLAG | LOG_MARK_FLAG)); in log_writes_kthread() 408 if (super) in log_writes_kthread() 417 if (!ret && super) in log_writes_kthread()
|
/drivers/gpu/drm/nouveau/nvkm/engine/dma/ |
D | user.c | 112 if (!client->super) { in nvkm_dmaobj_ctor() 121 if (!client->super) in nvkm_dmaobj_ctor() 127 if (!client->super) in nvkm_dmaobj_ctor()
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_chan.c | 437 bool super; in nouveau_channel_new() local 441 super = cli->base.super; in nouveau_channel_new() 442 cli->base.super = true; in nouveau_channel_new() 461 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()
|
/drivers/gpu/drm/nouveau/nvif/ |
D | client.c | 35 return client->driver->ioctl(client->object.priv, client->super, data, size, NULL); in nvif_client_ioctl() 82 client->super = true; in nvif_client_init()
|
/drivers/xen/xenfs/ |
D | Makefile | 3 xenfs-y = super.o
|
/drivers/dax/ |
D | Makefile | 6 dax-y := super.o
|