Searched refs:blk (Results 1 - 25 of 285) sorted by relevance

1234567891011>>

/linux-master/sound/pci/ctxfi/
H A Dcthardware.h87 int (*src_rsc_put_ctrl_blk)(void *blk);
88 int (*src_set_state)(void *blk, unsigned int state);
89 int (*src_set_bm)(void *blk, unsigned int bm);
90 int (*src_set_rsr)(void *blk, unsigned int rsr);
91 int (*src_set_sf)(void *blk, unsigned int sf);
92 int (*src_set_wr)(void *blk, unsigned int wr);
93 int (*src_set_pm)(void *blk, unsigned int pm);
94 int (*src_set_rom)(void *blk, unsigned int rom);
95 int (*src_set_vo)(void *blk, unsigned int vo);
96 int (*src_set_st)(void *blk, unsigne
[all...]
H A Dcthw20k2.c157 struct src_rsc_ctrl_blk *blk; local
160 blk = kzalloc(sizeof(*blk), GFP_KERNEL);
161 if (!blk)
164 *rblk = blk;
169 static int src_put_rsc_ctrl_blk(void *blk) argument
171 kfree(blk);
176 static int src_set_state(void *blk, unsigned int state) argument
178 struct src_rsc_ctrl_blk *ctl = blk;
185 static int src_set_bm(void *blk, unsigne argument
194 src_set_rsr(void *blk, unsigned int rsr) argument
203 src_set_sf(void *blk, unsigned int sf) argument
212 src_set_wr(void *blk, unsigned int wr) argument
221 src_set_pm(void *blk, unsigned int pm) argument
230 src_set_rom(void *blk, unsigned int rom) argument
239 src_set_vo(void *blk, unsigned int vo) argument
248 src_set_st(void *blk, unsigned int st) argument
257 src_set_ie(void *blk, unsigned int ie) argument
266 src_set_ilsz(void *blk, unsigned int ilsz) argument
275 src_set_bp(void *blk, unsigned int bp) argument
284 src_set_cisz(void *blk, unsigned int cisz) argument
293 src_set_ca(void *blk, unsigned int ca) argument
302 src_set_sa(void *blk, unsigned int sa) argument
311 src_set_la(void *blk, unsigned int la) argument
320 src_set_pitch(void *blk, unsigned int pitch) argument
329 src_set_clear_zbufs(void *blk, unsigned int clear) argument
335 src_set_dirty(void *blk, unsigned int flags) argument
341 src_set_dirty_all(void *blk) argument
359 src_commit_write(struct hw *hw, unsigned int idx, void *blk) argument
416 src_get_ca(struct hw *hw, unsigned int idx, void *blk) argument
426 src_get_dirty(void *blk) argument
436 src_mgr_enbs_src(void *blk, unsigned int idx) argument
444 src_mgr_enb_src(void *blk, unsigned int idx) argument
451 src_mgr_dsb_src(void *blk, unsigned int idx) argument
458 src_mgr_commit_write(struct hw *hw, void *blk) argument
483 struct src_mgr_ctrl_blk *blk; local
495 src_mgr_put_ctrl_blk(void *blk) argument
504 struct srcimp_mgr_ctrl_blk *blk; local
516 srcimp_mgr_put_ctrl_blk(void *blk) argument
523 srcimp_mgr_set_imaparc(void *blk, unsigned int slot) argument
532 srcimp_mgr_set_imapuser(void *blk, unsigned int user) argument
541 srcimp_mgr_set_imapnxt(void *blk, unsigned int next) argument
550 srcimp_mgr_set_imapaddr(void *blk, unsigned int addr) argument
557 srcimp_mgr_commit_write(struct hw *hw, void *blk) argument
599 amixer_set_mode(void *blk, unsigned int mode) argument
608 amixer_set_iv(void *blk, unsigned int iv) argument
617 amixer_set_x(void *blk, unsigned int x) argument
626 amixer_set_y(void *blk, unsigned int y) argument
635 amixer_set_sadr(void *blk, unsigned int sadr) argument
644 amixer_set_se(void *blk, unsigned int se) argument
653 amixer_set_dirty(void *blk, unsigned int flags) argument
659 amixer_set_dirty_all(void *blk) argument
665 amixer_commit_write(struct hw *hw, unsigned int idx, void *blk) argument
679 amixer_get_y(void *blk) argument
686 amixer_get_dirty(void *blk) argument
693 struct amixer_rsc_ctrl_blk *blk; local
705 amixer_rsc_put_ctrl_blk(void *blk) argument
719 amixer_mgr_put_ctrl_blk(void *blk) argument
814 dai_srt_set_srco(void *blk, unsigned int src) argument
823 dai_srt_set_srcm(void *blk, unsigned int src) argument
832 dai_srt_set_rsr(void *blk, unsigned int rsr) argument
841 dai_srt_set_drat(void *blk, unsigned int drat) argument
850 dai_srt_set_ec(void *blk, unsigned int ec) argument
859 dai_srt_set_et(void *blk, unsigned int et) argument
868 dai_commit_write(struct hw *hw, unsigned int idx, void *blk) argument
882 struct dai_ctrl_blk *blk; local
894 dai_put_ctrl_blk(void *blk) argument
901 dao_set_spos(void *blk, unsigned int spos) argument
908 dao_commit_write(struct hw *hw, unsigned int idx, void *blk) argument
924 dao_get_spos(void *blk, unsigned int *spos) argument
932 struct dao_ctrl_blk *blk; local
944 dao_put_ctrl_blk(void *blk) argument
951 daio_mgr_enb_dai(void *blk, unsigned int idx) argument
960 daio_mgr_dsb_dai(void *blk, unsigned int idx) argument
970 daio_mgr_enb_dao(void *blk, unsigned int idx) argument
979 daio_mgr_dsb_dao(void *blk, unsigned int idx) argument
988 daio_mgr_dao_init(void *blk, unsigned int idx, unsigned int conf) argument
1026 daio_mgr_set_imaparc(void *blk, unsigned int slot) argument
1035 daio_mgr_set_imapnxt(void *blk, unsigned int next) argument
1044 daio_mgr_set_imapaddr(void *blk, unsigned int addr) argument
1051 daio_mgr_commit_write(struct hw *hw, void *blk) argument
1082 struct daio_mgr_ctrl_blk *blk; local
1100 daio_mgr_put_ctrl_blk(void *blk) argument
[all...]
H A Dcthw20k1.c157 struct src_rsc_ctrl_blk *blk; local
160 blk = kzalloc(sizeof(*blk), GFP_KERNEL);
161 if (!blk)
164 *rblk = blk;
169 static int src_put_rsc_ctrl_blk(void *blk) argument
171 kfree(blk);
176 static int src_set_state(void *blk, unsigned int state) argument
178 struct src_rsc_ctrl_blk *ctl = blk;
185 static int src_set_bm(void *blk, unsigne argument
194 src_set_rsr(void *blk, unsigned int rsr) argument
203 src_set_sf(void *blk, unsigned int sf) argument
212 src_set_wr(void *blk, unsigned int wr) argument
221 src_set_pm(void *blk, unsigned int pm) argument
230 src_set_rom(void *blk, unsigned int rom) argument
239 src_set_vo(void *blk, unsigned int vo) argument
248 src_set_st(void *blk, unsigned int st) argument
257 src_set_ie(void *blk, unsigned int ie) argument
266 src_set_ilsz(void *blk, unsigned int ilsz) argument
275 src_set_bp(void *blk, unsigned int bp) argument
284 src_set_cisz(void *blk, unsigned int cisz) argument
293 src_set_ca(void *blk, unsigned int ca) argument
302 src_set_sa(void *blk, unsigned int sa) argument
311 src_set_la(void *blk, unsigned int la) argument
320 src_set_pitch(void *blk, unsigned int pitch) argument
329 src_set_clear_zbufs(void *blk, unsigned int clear) argument
335 src_set_dirty(void *blk, unsigned int flags) argument
341 src_set_dirty_all(void *blk) argument
359 src_commit_write(struct hw *hw, unsigned int idx, void *blk) argument
416 src_get_ca(struct hw *hw, unsigned int idx, void *blk) argument
426 src_get_dirty(void *blk) argument
436 src_mgr_enbs_src(void *blk, unsigned int idx) argument
444 src_mgr_enb_src(void *blk, unsigned int idx) argument
451 src_mgr_dsb_src(void *blk, unsigned int idx) argument
458 src_mgr_commit_write(struct hw *hw, void *blk) argument
483 struct src_mgr_ctrl_blk *blk; local
495 src_mgr_put_ctrl_blk(void *blk) argument
504 struct srcimp_mgr_ctrl_blk *blk; local
516 srcimp_mgr_put_ctrl_blk(void *blk) argument
523 srcimp_mgr_set_imaparc(void *blk, unsigned int slot) argument
532 srcimp_mgr_set_imapuser(void *blk, unsigned int user) argument
541 srcimp_mgr_set_imapnxt(void *blk, unsigned int next) argument
550 srcimp_mgr_set_imapaddr(void *blk, unsigned int addr) argument
559 srcimp_mgr_commit_write(struct hw *hw, void *blk) argument
600 amixer_set_mode(void *blk, unsigned int mode) argument
609 amixer_set_iv(void *blk, unsigned int iv) argument
615 amixer_set_x(void *blk, unsigned int x) argument
624 amixer_set_y(void *blk, unsigned int y) argument
633 amixer_set_sadr(void *blk, unsigned int sadr) argument
642 amixer_set_se(void *blk, unsigned int se) argument
651 amixer_set_dirty(void *blk, unsigned int flags) argument
657 amixer_set_dirty_all(void *blk) argument
663 amixer_commit_write(struct hw *hw, unsigned int idx, void *blk) argument
677 amixer_get_y(void *blk) argument
684 amixer_get_dirty(void *blk) argument
691 struct amixer_rsc_ctrl_blk *blk; local
703 amixer_rsc_put_ctrl_blk(void *blk) argument
724 amixer_mgr_put_ctrl_blk(void *blk) argument
824 dai_srt_set_srcr(void *blk, unsigned int src) argument
833 dai_srt_set_srcl(void *blk, unsigned int src) argument
842 dai_srt_set_rsr(void *blk, unsigned int rsr) argument
851 dai_srt_set_drat(void *blk, unsigned int drat) argument
860 dai_srt_set_ec(void *blk, unsigned int ec) argument
869 dai_srt_set_et(void *blk, unsigned int et) argument
878 dai_commit_write(struct hw *hw, unsigned int idx, void *blk) argument
898 struct dai_ctrl_blk *blk; local
910 dai_put_ctrl_blk(void *blk) argument
917 dao_set_spos(void *blk, unsigned int spos) argument
924 dao_commit_write(struct hw *hw, unsigned int idx, void *blk) argument
939 dao_get_spos(void *blk, unsigned int *spos) argument
947 struct dao_ctrl_blk *blk; local
959 dao_put_ctrl_blk(void *blk) argument
966 daio_mgr_enb_dai(void *blk, unsigned int idx) argument
983 daio_mgr_dsb_dai(void *blk, unsigned int idx) argument
1000 daio_mgr_enb_dao(void *blk, unsigned int idx) argument
1017 daio_mgr_dsb_dao(void *blk, unsigned int idx) argument
1034 daio_mgr_dao_init(void *blk, unsigned int idx, unsigned int conf) argument
1071 daio_mgr_set_imaparc(void *blk, unsigned int slot) argument
1080 daio_mgr_set_imapnxt(void *blk, unsigned int next) argument
1089 daio_mgr_set_imapaddr(void *blk, unsigned int addr) argument
1098 daio_mgr_commit_write(struct hw *hw, void *blk) argument
1141 struct daio_mgr_ctrl_blk *blk; local
1157 daio_mgr_put_ctrl_blk(void *blk) argument
[all...]
/linux-master/block/
H A DMakefile6 obj-y := bdev.o fops.o bio.o elevator.o blk-core.o blk-sysfs.o \
7 blk-flush.o blk-settings.o blk-ioc.o blk-map.o \
8 blk-merge.o blk-timeout.o \
9 blk-lib.o blk
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_mem_input.h158 #define MI_GFX6_TILE_MASK_SH_LIST(mask_sh, blk)\
159 SFB(blk, GRPH_CONTROL, GRPH_NUM_BANKS, mask_sh),\
160 SFB(blk, GRPH_CONTROL, GRPH_BANK_WIDTH, mask_sh),\
161 SFB(blk, GRPH_CONTROL, GRPH_BANK_HEIGHT, mask_sh),\
162 SFB(blk, GRPH_CONTROL, GRPH_MACRO_TILE_ASPECT, mask_sh),\
163 SFB(blk, GRPH_CONTROL, GRPH_TILE_SPLIT, mask_sh),\
164 SFB(blk, GRPH_CONTROL, GRPH_PIPE_CONFIG, mask_sh),\
165 SFB(blk, GRPH_CONTROL, GRPH_ARRAY_MODE, mask_sh),\
166 SFB(blk, GRPH_CONTROL, GRPH_COLOR_EXPANSION_MODE, mask_sh)
169 #define MI_GFX8_TILE_MASK_SH_LIST(mask_sh, blk)\
[all...]
/linux-master/arch/powerpc/lib/
H A Drheap.c47 rh_block_t *block, *blk; local
73 for (i = 0, blk = block; i < info->max_blocks; i++, blk++)
74 fixup(blks, blke, delta, &blk->list);
91 blk = block + info->max_blocks - new_blocks;
92 for (i = 0; i < new_blocks; i++, blk++)
93 list_add(&blk->list, &info->empty_list);
123 rh_block_t *blk; local
133 blk = list_entry(info->empty_list.next, rh_block_t, list);
134 list_del_init(&blk
145 release_slot(rh_info_t * info, rh_block_t * blk) argument
153 rh_block_t *blk; local
234 rh_block_t *blk; local
304 rh_block_t *blk; local
331 rh_block_t *blk; local
373 rh_block_t *blk, *newblk; local
445 rh_block_t *blk; local
530 rh_block_t *blk, *newblk1, *newblk2; local
614 rh_block_t *blk, *blk2; local
643 rh_block_t *blk; local
681 rh_block_t *blk, *blk2; local
740 rh_dump_blk(rh_info_t * info, rh_block_t * blk) argument
[all...]
/linux-master/drivers/pmdomain/imx/
H A DMakefile5 obj-$(CONFIG_IMX8M_BLK_CTRL) += imx8m-blk-ctrl.o
6 obj-$(CONFIG_IMX8M_BLK_CTRL) += imx8mp-blk-ctrl.o
8 obj-$(CONFIG_IMX9_BLK_CTRL) += imx93-blk-ctrl.o
/linux-master/fs/gfs2/
H A Drecovery.h14 static inline void gfs2_replay_incr_blk(struct gfs2_jdesc *jd, u32 *blk) argument
16 if (++*blk == jd->jd_blocks)
17 *blk = 0;
20 int gfs2_replay_read_block(struct gfs2_jdesc *jd, unsigned int blk,
/linux-master/sound/synth/
H A Dutil_mem.c62 struct snd_util_memblk *blk; local
79 blk = get_memblk(p);
80 if (blk->offset - prev_offset >= units)
82 prev_offset = blk->offset + blk->size;
100 struct snd_util_memblk *blk; local
102 blk = kmalloc(sizeof(struct snd_util_memblk) + hdr->block_extra_size,
104 if (blk == NULL)
108 blk->offset = 0;
111 blk
127 struct snd_util_memblk *blk; local
140 __snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk) argument
151 snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk) argument
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c78 * @blk: block type
84 static u32 ice_sect_id(enum ice_block blk, enum ice_sect sect) argument
86 return ice_sect_lkup[blk][sect];
623 * @blk: hardware block
630 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx, argument
635 if (prof >= hw->blk[blk].es.count)
638 if (fv_idx >= hw->blk[blk].es.fvw)
641 fv_ext = hw->blk[bl
663 ice_ptg_find_ptype(struct ice_hw *hw, enum ice_block blk, u16 ptype, u8 *ptg) argument
681 ice_ptg_alloc_val(struct ice_hw *hw, enum ice_block blk, u8 ptg) argument
697 ice_ptg_remove_ptype(struct ice_hw *hw, enum ice_block blk, u16 ptype, u8 ptg) argument
744 ice_ptg_add_mv_ptype(struct ice_hw *hw, enum ice_block blk, u16 ptype, u8 ptg) argument
888 ice_vsig_find_vsi(struct ice_hw *hw, enum ice_block blk, u16 vsi, u16 *vsig) argument
910 ice_vsig_alloc_val(struct ice_hw *hw, enum ice_block blk, u16 vsig) argument
930 ice_vsig_alloc(struct ice_hw *hw, enum ice_block blk) argument
957 ice_find_dup_props_vsig(struct ice_hw *hw, enum ice_block blk, struct list_head *chs, u16 *vsig) argument
982 ice_vsig_free(struct ice_hw *hw, enum ice_block blk, u16 vsig) argument
1043 ice_vsig_remove_vsi(struct ice_hw *hw, enum ice_block blk, u16 vsi, u16 vsig) argument
1101 ice_vsig_add_mv_vsi(struct ice_hw *hw, enum ice_block blk, u16 vsi, u16 vsig) argument
1160 ice_prof_has_mask_idx(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 idx, u16 mask) argument
1203 ice_prof_has_mask(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 *masks) argument
1225 ice_find_prof_id_with_mask(struct ice_hw *hw, enum ice_block blk, struct ice_fv_word *fv, u16 *masks, bool symm, u8 *prof_id) argument
1263 ice_prof_id_rsrc_type(enum ice_block blk, u16 *rsrc_type) argument
1283 ice_tcam_ent_rsrc_type(enum ice_block blk, u16 *rsrc_type) argument
1309 ice_alloc_tcam_ent(struct ice_hw *hw, enum ice_block blk, bool btm, u16 *tcam_idx) argument
1329 ice_free_tcam_ent(struct ice_hw *hw, enum ice_block blk, u16 tcam_idx) argument
1348 ice_alloc_prof_id(struct ice_hw *hw, enum ice_block blk, u8 *prof_id) argument
1372 ice_free_prof_id(struct ice_hw *hw, enum ice_block blk, u8 prof_id) argument
1389 ice_prof_inc_ref(struct ice_hw *hw, enum ice_block blk, u8 prof_id) argument
1408 ice_write_prof_mask_reg(struct ice_hw *hw, enum ice_block blk, u16 mask_idx, u16 idx, u16 mask) argument
1444 ice_write_prof_mask_enable_res(struct ice_hw *hw, enum ice_block blk, u16 prof_id, u32 enable_mask) argument
1472 ice_init_prof_masks(struct ice_hw *hw, enum ice_block blk) argument
1510 ice_alloc_prof_mask(struct ice_hw *hw, enum ice_block blk, u16 idx, u16 mask, u16 *mask_idx) argument
1578 ice_free_prof_mask(struct ice_hw *hw, enum ice_block blk, u16 mask_idx) argument
1620 ice_free_prof_masks(struct ice_hw *hw, enum ice_block blk, u16 prof_id) argument
1643 ice_shutdown_prof_masks(struct ice_hw *hw, enum ice_block blk) argument
1682 ice_update_prof_masking(struct ice_hw *hw, enum ice_block blk, u16 prof_id, u16 *masks) argument
1732 ice_write_es(struct ice_hw *hw, enum ice_block blk, u8 prof_id, struct ice_fv_word *fv, bool symm) argument
1758 ice_prof_dec_ref(struct ice_hw *hw, enum ice_block blk, u8 prof_id) argument
1822 ice_init_sw_xlt1_db(struct ice_hw *hw, enum ice_block blk) argument
1842 ice_init_sw_xlt2_db(struct ice_hw *hw, enum ice_block blk) argument
2084 ice_free_vsig_tbl(struct ice_hw *hw, enum ice_block blk) argument
2353 ice_prof_gen_key(struct ice_hw *hw, enum ice_block blk, u8 ptg, u16 vsig, u8 cdid, u16 flags, u8 vl_msk[ICE_TCAM_KEY_VAL_SZ], u8 dc_msk[ICE_TCAM_KEY_VAL_SZ], u8 nm_msk[ICE_TCAM_KEY_VAL_SZ], u8 key[ICE_TCAM_KEY_SZ]) argument
2409 ice_tcam_write_entry(struct ice_hw *hw, enum ice_block blk, u16 idx, u8 prof_id, u8 ptg, u16 vsig, u8 cdid, u16 flags, u8 vl_msk[ICE_TCAM_KEY_VAL_SZ], u8 dc_msk[ICE_TCAM_KEY_VAL_SZ], u8 nm_msk[ICE_TCAM_KEY_VAL_SZ]) argument
2436 ice_vsig_get_ref(struct ice_hw *hw, enum ice_block blk, u16 vsig, u16 *refs) argument
2463 ice_has_prof_vsig(struct ice_hw *hw, enum ice_block blk, u16 vsig, u64 hdl) argument
2486 ice_prof_bld_es(struct ice_hw *hw, enum ice_block blk, struct ice_buf_build *bld, struct list_head *chgs) argument
2524 ice_prof_bld_tcam(struct ice_hw *hw, enum ice_block blk, struct ice_buf_build *bld, struct list_head *chgs) argument
2560 ice_prof_bld_xlt1(enum ice_block blk, struct ice_buf_build *bld, struct list_head *chgs) argument
2592 ice_prof_bld_xlt2(enum ice_block blk, struct ice_buf_build *bld, struct list_head *chgs) argument
2631 ice_upd_prof_hw(struct ice_hw *hw, enum ice_block blk, struct list_head *chgs) argument
3001 ice_add_prof(struct ice_hw *hw, enum ice_block blk, u64 id, u8 ptypes[], const struct ice_ptype_attributes *attr, u16 attr_cnt, struct ice_fv_word *es, u16 *masks, bool symm) argument
3129 ice_search_prof_id(struct ice_hw *hw, enum ice_block blk, u64 id) argument
3150 ice_vsig_prof_id_count(struct ice_hw *hw, enum ice_block blk, u16 vsig) argument
3168 ice_rel_tcam_idx(struct ice_hw *hw, enum ice_block blk, u16 idx) argument
3195 ice_rem_prof_id(struct ice_hw *hw, enum ice_block blk, struct ice_vsig_prof *prof) argument
3221 ice_rem_vsig(struct ice_hw *hw, enum ice_block blk, u16 vsig, struct list_head *chg) argument
3279 ice_rem_prof_id_vsig(struct ice_hw *hw, enum ice_block blk, u16 vsig, u64 hdl, struct list_head *chg) argument
3312 ice_rem_flow_all(struct ice_hw *hw, enum ice_block blk, u64 id) argument
3352 ice_rem_prof(struct ice_hw *hw, enum ice_block blk, u64 id) argument
3389 ice_get_prof(struct ice_hw *hw, enum ice_block blk, u64 hdl, struct list_head *chg) argument
3444 ice_get_profs_vsig(struct ice_hw *hw, enum ice_block blk, u16 vsig, struct list_head *lst) argument
3482 ice_add_prof_to_lst(struct ice_hw *hw, enum ice_block blk, struct list_head *lst, u64 hdl) argument
3529 ice_move_vsi(struct ice_hw *hw, enum ice_block blk, u16 vsi, u16 vsig, struct list_head *chg) argument
3589 ice_prof_tcam_ena_dis(struct ice_hw *hw, enum ice_block blk, bool enable, u16 vsig, struct ice_tcam_inf *tcam, struct list_head *chg) argument
3662 ice_adj_prof_priorities(struct ice_hw *hw, enum ice_block blk, u16 vsig, struct list_head *chg) argument
3733 ice_add_prof_id_vsig(struct ice_hw *hw, enum ice_block blk, u16 vsig, u64 hdl, bool rev, struct list_head *chg) argument
3845 ice_create_prof_id_vsig(struct ice_hw *hw, enum ice_block blk, u16 vsi, u64 hdl, struct list_head *chg) argument
3895 ice_create_vsig_from_lst(struct ice_hw *hw, enum ice_block blk, u16 vsi, struct list_head *lst, u16 *new_vsig, struct list_head *chg) argument
3932 ice_find_prof_vsig(struct ice_hw *hw, enum ice_block blk, u64 hdl, u16 *vsig) argument
3967 ice_add_prof_id_flow(struct ice_hw *hw, enum ice_block blk, u16 vsi, u64 hdl) argument
4134 ice_rem_prof_id_flow(struct ice_hw *hw, enum ice_block blk, u16 vsi, u64 hdl) argument
[all...]
H A Dice_flex_pipe.h13 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx,
43 ice_add_prof(struct ice_hw *hw, enum ice_block blk, u64 id, u8 ptypes[],
47 ice_search_prof_id(struct ice_hw *hw, enum ice_block blk, u64 id);
49 ice_add_prof_id_flow(struct ice_hw *hw, enum ice_block blk, u16 vsi, u64 hdl);
51 ice_rem_prof_id_flow(struct ice_hw *hw, enum ice_block blk, u16 vsi, u64 hdl);
61 int ice_rem_prof(struct ice_hw *hw, enum ice_block blk, u64 id);
/linux-master/sound/pci/emu10k1/
H A Dmemory.c69 static int synth_alloc_pages(struct snd_emu10k1 *hw, struct snd_emu10k1_memblk *blk);
70 static int synth_free_pages(struct snd_emu10k1 *hw, struct snd_emu10k1_memblk *blk);
76 static void emu10k1_memblk_init(struct snd_emu10k1_memblk *blk) argument
78 blk->mapped_page = -1;
79 INIT_LIST_HEAD(&blk->mapped_link);
80 INIT_LIST_HEAD(&blk->mapped_order_link);
81 blk->map_locked = 0;
83 blk->first_page = get_aligned_page(blk->mem.offset);
84 blk
104 struct snd_emu10k1_memblk *blk = get_emu10k1_memblk(pos, mapped_link); local
134 map_memblk(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk) argument
165 unmap_memblk(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk) argument
209 struct snd_emu10k1_memblk *blk; local
258 snd_emu10k1_memblk_map(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk) argument
306 struct snd_emu10k1_memblk *blk; local
361 snd_emu10k1_free_pages(struct snd_emu10k1 *emu, struct snd_util_memblk *blk) argument
407 struct snd_emu10k1_memblk *blk; local
435 struct snd_emu10k1_memblk *blk = (struct snd_emu10k1_memblk *)memblk; local
452 get_single_page_range(struct snd_util_memhdr *hdr, struct snd_emu10k1_memblk *blk, int *first_page_ret, int *last_page_ret) argument
510 synth_alloc_pages(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk) argument
542 synth_free_pages(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk) argument
570 snd_emu10k1_synth_bzero(struct snd_emu10k1 *emu, struct snd_util_memblk *blk, int offset, int size) argument
600 snd_emu10k1_synth_copy_from_user(struct snd_emu10k1 *emu, struct snd_util_memblk *blk, int offset, const char __user *data, int size) argument
[all...]
/linux-master/sound/pci/trident/
H A Dtrident_memory.c101 #define firstpg(blk) (((struct snd_trident_memblk_arg *)snd_util_memblk_argptr(blk))->first_page)
102 #define lastpg(blk) (((struct snd_trident_memblk_arg *)snd_util_memblk_argptr(blk))->last_page)
110 struct snd_util_memblk *blk; local
117 blk = list_entry(p, struct snd_util_memblk, list);
118 if (page + psize <= firstpg(blk))
120 page = lastpg(blk) + 1;
127 blk = __snd_util_memblk_new(hdr, psize * ALIGN_PAGE_SIZE, p->prev);
128 if (blk
161 struct snd_util_memblk *blk; local
206 struct snd_util_memblk *blk; local
260 snd_trident_free_pages(struct snd_trident *trident, struct snd_util_memblk *blk) argument
[all...]
/linux-master/include/sound/
H A Dutil_mem.h21 #define snd_util_memblk_argptr(blk) (void*)((char*)(blk) + sizeof(struct snd_util_memblk))
41 int snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk);
46 void __snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk);
/linux-master/block/partitions/
H A Damiga.c43 sector_t blk, end_sect; local
50 for (blk = 0; ; blk++, put_dev_sector(sect)) {
51 if (blk == RDB_ALLOCATION_LIMIT)
53 data = read_part_sector(state, blk, &sect);
56 state->disk->disk_name, blk);
73 blk);
78 state->disk->disk_name, blk);
91 blk = be32_to_cpu(rdb->rdb_PartitionList);
93 for (part = 1; (s32) blk>
[all...]
/linux-master/drivers/i2c/busses/
H A Di2c-qup.c241 struct qup_i2c_block blk; member in struct:qup_i2c_dev
283 struct qup_i2c_block *blk = &qup->blk; local
334 blk->tx_fifo_free += qup->out_blk_sz;
345 if (!blk->is_rx_blk_mode) {
346 blk->fifo_available += qup->in_fifo_sz;
349 blk->fifo_available += qup->in_blk_sz;
355 if (!blk->rx_bytes_read)
365 if (blk->is_tx_blk_mode && !(opflags & QUP_MX_OUTPUT_DONE))
458 struct qup_i2c_block *blk local
919 struct qup_i2c_block *blk = &qup->blk; local
956 struct qup_i2c_block *blk = &qup->blk; local
989 qup_i2c_clear_blk_v1(struct qup_i2c_block *blk) argument
998 struct qup_i2c_block *blk = &qup->blk; local
1042 struct qup_i2c_block *blk = &qup->blk; local
1053 struct qup_i2c_block *blk = &qup->blk; local
1125 struct qup_i2c_block *blk = &qup->blk; local
1156 struct qup_i2c_block *blk = &qup->blk; local
1177 qup_i2c_clear_blk_v2(struct qup_i2c_block *blk) argument
1195 struct qup_i2c_block *blk = &qup->blk; local
1219 struct qup_i2c_block *blk = &qup->blk; local
1237 struct qup_i2c_block *blk = &qup->blk; local
1257 struct qup_i2c_block *blk = &qup->blk; local
1279 struct qup_i2c_block *blk = &qup->blk; local
1310 struct qup_i2c_block *blk = &qup->blk; local
1347 struct qup_i2c_block *blk = &qup->blk; local
1433 struct qup_i2c_block *blk = &qup->blk; local
[all...]
/linux-master/fs/xfs/scrub/
H A Ddabtree.c55 ds->state->path.blk[level].blkno),
77 ds->state->path.blk[level].blkno),
86 struct xfs_da_state_blk *blk = &ds->state->path.blk[level]; local
89 ASSERT(blk->magic == XFS_DA_NODE_MAGIC);
91 xfs_da3_node_hdr_from_disk(ds->sc->mp, &hdr, blk->bp->b_addr);
92 return hdr.btree + blk->index;
253 if (altpath->blk[level].bp)
254 xchk_buffer_recheck(ds->sc, altpath->blk[level].bp);
257 if (altpath->blk[leve
317 struct xfs_da_state_blk *blk; local
[all...]
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_ctl.h111 * @blk : writeback block index
114 enum dpu_wb blk);
120 * @blk : interface block index
123 enum dpu_intf blk);
129 * @blk : interface block index
132 enum dpu_intf blk);
138 * @blk : interface block index
141 enum dpu_merge_3d blk);
147 * @blk : SSPP block index
150 enum dpu_sspp blk);
[all...]
/linux-master/fs/affs/
H A Dbitmap.c44 u32 blk, bmap, bit, mask, tmp; local
52 blk = block - sbi->s_reserved;
53 bmap = blk / sbi->s_bmap_bits;
54 bit = blk % sbi->s_bmap_bits;
122 u32 blk, bmap, bit, mask, mask2, tmp; local
144 blk = goal - sbi->s_reserved;
145 bmap = blk / sbi->s_bmap_bits;
167 blk = bmap * sbi->s_bmap_bits;
182 bit = blk % sbi->s_bmap_bits;
186 blk
249 u32 size, blk, end, offset, mask; local
[all...]
/linux-master/arch/x86/mm/
H A Dnuma.c146 mi->blk[mi->nr_blks].start = start;
147 mi->blk[mi->nr_blks].end = end;
148 mi->blk[mi->nr_blks].nid = nid;
158 * Remove @idx'th numa_memblk from @mi by shifting @mi->blk[] and
164 memmove(&mi->blk[idx], &mi->blk[idx + 1],
165 (mi->nr_blks - idx) * sizeof(mi->blk[0]));
177 dst->blk[dst->nr_blks++] = src->blk[idx];
248 struct numa_memblk *bi = &mi->blk[
957 struct numa_memblk **blk = &numa_memblk_list[0]; local
[all...]
/linux-master/sound/soc/intel/catpt/
H A Dloader.c240 struct catpt_fw_block_hdr *blk)
246 blk, sizeof(*blk), false);
248 r1.start = cdev->dram.start + blk->ram_offset;
249 r1.end = r1.start + blk->size - 1;
251 paddr += sizeof(*blk);
291 struct catpt_fw_block_hdr *blk, bool alloc)
298 blk, sizeof(*blk), false);
300 switch (blk
238 catpt_restore_fwimage(struct catpt_dev *cdev, struct dma_chan *chan, dma_addr_t paddr, struct catpt_fw_block_hdr *blk) argument
289 catpt_load_block(struct catpt_dev *cdev, struct dma_chan *chan, dma_addr_t paddr, struct catpt_fw_block_hdr *blk, bool alloc) argument
340 struct catpt_fw_block_hdr *blk; local
382 struct catpt_fw_block_hdr *blk; local
426 struct catpt_fw_block_hdr *blk; local
[all...]
/linux-master/fs/quota/
H A Dquota_tree.c56 static ssize_t read_blk(struct qtree_mem_dqinfo *info, uint blk, char *buf) argument
62 info->dqi_usable_bs, (loff_t)blk << info->dqi_blocksize_bits);
65 static ssize_t write_blk(struct qtree_mem_dqinfo *info, uint blk, char *buf) argument
71 info->dqi_usable_bs, (loff_t)blk << info->dqi_blocksize_bits);
119 int ret, blk; local
124 blk = info->dqi_free_blk;
125 ret = read_blk(info, blk, buf);
139 blk = info->dqi_blocks++;
142 ret = blk;
149 static int put_free_dqblk(struct qtree_mem_dqinfo *info, char *buf, uint blk) argument
166 remove_free_dqentry(struct qtree_mem_dqinfo *info, char *buf, uint blk) argument
213 insert_free_dqentry(struct qtree_mem_dqinfo *info, char *buf, uint blk) argument
262 uint blk, i; local
479 free_dqentry(struct qtree_mem_dqinfo *info, struct dquot *dquot, uint blk) argument
622 find_block_dqentry(struct qtree_mem_dqinfo *info, struct dquot *dquot, uint blk) argument
666 uint blk; local
792 find_next_id(struct qtree_mem_dqinfo *info, qid_t *id, unsigned int blk, int depth) argument
[all...]
/linux-master/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_blk.c61 MODULE_PARM_DESC(shared_backend, "Enable the shared backend between virtio-blk devices");
67 static void vdpasim_blk_buffer_lock(struct vdpasim_blk *blk) argument
69 if (blk->shared_backend)
73 static void vdpasim_blk_buffer_unlock(struct vdpasim_blk *blk) argument
75 if (blk->shared_backend)
112 struct vdpasim_blk *blk = sim_to_blk(vdpasim); local
178 vdpasim_blk_buffer_lock(blk);
180 blk->buffer + offset, to_push);
181 vdpasim_blk_buffer_unlock(blk);
201 vdpasim_blk_buffer_lock(blk);
394 struct vdpasim_blk *blk = sim_to_blk(vdpasim); local
413 struct vdpasim_blk *blk; local
[all...]
/linux-master/drivers/net/phy/mscc/
H A Dmscc_ptp.c62 static u32 vsc85xx_ts_read_csr(struct phy_device *phydev, enum ts_blk blk, argument
70 switch (blk) {
106 static void vsc85xx_ts_write_csr(struct phy_device *phydev, enum ts_blk blk, argument
117 blk == PROCESSOR;
120 switch (blk) {
291 static int vsc85xx_ts_disable_flows(struct phy_device *phydev, enum ts_blk blk) argument
295 vsc85xx_ts_write_csr(phydev, blk, MSCC_ANA_IP1_NXT_PROT_NXT_COMP, 0);
296 vsc85xx_ts_write_csr(phydev, blk, MSCC_ANA_IP1_NXT_PROT_UDP_CHKSUM,
298 vsc85xx_ts_write_csr(phydev, blk, MSCC_ANA_IP2_NXT_PROT_NXT_COMP, 0);
299 vsc85xx_ts_write_csr(phydev, blk, MSCC_ANA_IP2_NXT_PROT_UDP_CHKSU
505 vsc85xx_ptp_cmp_init(struct phy_device *phydev, enum ts_blk blk) argument
539 vsc85xx_eth_cmp1_init(struct phy_device *phydev, enum ts_blk blk) argument
571 vsc85xx_ip_cmp1_init(struct phy_device *phydev, enum ts_blk blk) argument
780 vsc85xx_eth1_next_comp(struct phy_device *phydev, enum ts_blk blk, u32 next_comp, u32 etype) argument
798 vsc85xx_ip1_next_comp(struct phy_device *phydev, enum ts_blk blk, u32 next_comp, u32 header) argument
808 vsc85xx_ts_ptp_action_flow(struct phy_device *phydev, enum ts_blk blk, u8 flow, enum ptp_cmd cmd) argument
847 vsc85xx_ptp_conf(struct phy_device *phydev, enum ts_blk blk, bool one_step, bool enable) argument
881 vsc85xx_eth1_conf(struct phy_device *phydev, enum ts_blk blk, bool enable) argument
915 vsc85xx_ip1_conf(struct phy_device *phydev, enum ts_blk blk, bool enable) argument
[all...]
/linux-master/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_dev.h49 struct block_header *blk, u32 __iomem *reg);
50 void d71_read_block_header(u32 __iomem *reg, struct block_header *blk);

Completed in 426 milliseconds

1234567891011>>