Searched refs:expand (Results 1 - 13 of 13) sorted by relevance

/linux-master/sound/soc/tegra/
H A Dtegra_cif.h39 unsigned int expand; member in struct:tegra_cif_conf
56 (conf->expand << TEGRA_ACIF_CTRL_EXPAND_SHIFT) |
H A Dtegra30_ahub.c140 cif_conf.expand = 0;
242 cif_conf.expand = 0;
635 (conf->expand <<
667 (conf->expand <<
H A Dtegra30_ahub.h480 unsigned int expand; member in struct:tegra30_ahub_cif_conf
H A Dtegra30_i2s.c185 cif_conf.expand = 0;
/linux-master/arch/s390/include/asm/
H A Dnospec-insn.h55 .macro __DECODE_R expand,reg
59 \expand \r1
68 .macro __DECODE_RR expand,rsave,rtarget
74 \expand \r1,\r2
/linux-master/fs/ocfs2/
H A Duptodate.c470 int expand; local
492 expand = 0;
495 expand = 1;
499 __ocfs2_set_buffer_uptodate(ci, bh->b_blocknr, expand);
/linux-master/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.c2472 bool expand = false; local
2485 expand = true;
2488 return expand;
2515 bool expand; local
2532 expand = ocrdma_update_err_rcqe(ibwc, cqe, qp, status);
2541 expand = false;
2545 expand = false;
2550 expand = ocrdma_update_err_scqe(ibwc, cqe, qp, status);
2552 return expand;
2559 bool expand local
2585 bool expand; local
2648 bool expand; local
2717 bool expand = false; local
2756 bool expand = false; local
[all...]
/linux-master/tools/bpf/bpftool/
H A Dnet.c805 struct bpf_link_info *expand; local
814 expand = realloc(nf_link_info, nf_link_len * sizeof(info));
815 if (!expand) {
820 nf_link_info = expand;
/linux-master/Documentation/sphinx/
H A Dparse-headers.pl240 $data = expand($data);
/linux-master/scripts/
H A Dbpf_doc.py273 helper_name = capture.expand(r'bpf_\1')
/linux-master/fs/afs/
H A Ddir.c291 expand:
366 /* The content has grown, so we need to expand the
371 goto expand;
/linux-master/mm/
H A Dpage_alloc.c1387 static inline void expand(struct zone *zone, struct page *page, function
1577 expand(zone, page, order, current_order, migratetype);
2139 * Split buddy pages returned by expand() are received here in
/linux-master/drivers/md/
H A Draid5.c3338 int rcw, int expand)
3359 if (!expand)
3371 if (!expand) {
4580 * copy some of them into a target stripe for expand.
3337 schedule_reconstruction(struct stripe_head *sh, struct stripe_head_state *s, int rcw, int expand) argument

Completed in 231 milliseconds