Home
last modified time | relevance | path

Searched refs:mend (Results 1 – 6 of 6) sorted by relevance

/drivers/hwtracing/stm/
Dstm.h57 unsigned int *mstart, unsigned int *mend,
Dcore.c249 unsigned int *mstart, unsigned int mend, in stm_find_master_chan() argument
256 for (midx = *mstart; midx <= mend; midx++) { in stm_find_master_chan()
285 unsigned int midx, cidx, mend, cend; in stm_output_assign() local
299 stp_policy_node_get_ranges(policy_node, &midx, &mend, &cidx, &cend); in stm_output_assign()
307 ret = stm_find_master_chan(stm, width, &midx, mend, &cidx, cend); in stm_output_assign()
Dpolicy.c51 unsigned int *mstart, unsigned int *mend, in stp_policy_node_get_ranges() argument
55 *mend = policy_node->last_master; in stp_policy_node_get_ranges()
/drivers/xen/
Dgntdev.c531 unsigned long mstart, mend; in gntdev_invalidate() local
550 mend = min(range->end, map_end); in gntdev_invalidate()
553 range->start, range->end, mstart, mend); in gntdev_invalidate()
555 (mend - mstart) >> PAGE_SHIFT); in gntdev_invalidate()
/drivers/misc/
Dfastrpc.c137 u64 mend; member
430 ctx->olaps[i].mend = ctx->olaps[i].end; in fastrpc_get_buff_overlaps()
436 ctx->olaps[i].mend = 0; in fastrpc_get_buff_overlaps()
441 ctx->olaps[i].mend = ctx->olaps[i].end; in fastrpc_get_buff_overlaps()
740 size += (ctx->olaps[oix].mend - ctx->olaps[oix].mstart); in fastrpc_get_payload_size()
845 mlen = ctx->olaps[oix].mend - ctx->olaps[oix].mstart; in fastrpc_get_args()
/drivers/media/usb/uvc/
Duvc_ctrl.c2247 const struct uvc_control_mapping *mend = in uvc_ctrl_init_ctrl() local
2276 for (; mapping < mend; ++mapping) { in uvc_ctrl_init_ctrl()