Searched refs:get_cur (Results 1 – 3 of 3) sorted by relevance
/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-pow.h | 292 * If set and get_cur is set, return reverse tag-list 300 uint64_t get_cur:1; member 311 uint64_t get_cur:1; 498 * Result for a POW Status Load (when get_cur==0 and get_wqp==0) 575 * Result for a POW Status Load (when get_cur==0 and get_wqp==1) 646 * Result for a POW Status Load (when get_cur==1, get_wqp==0, and 701 * Result for a POW Status Load (when get_cur==1, get_wqp==0, and get_rev==1) 756 * Result for a POW Status Load (when get_cur==1, get_wqp==1, and 789 * Result for a POW Status Load (when get_cur==1, get_wqp==1, and 1270 load_addr.sstatus.get_cur in cvmx_pow_get_current_tag() [all...] |
/linux/drivers/media/usb/uvc/ |
H A D | uvcvideo.h | 255 int (*get_cur)(struct uvc_device *dev, struct uvc_entity *entity, member
|
H A D | uvc_ctrl.c | 1276 if (ctrl->entity->get_cur) in __uvc_ctrl_load_cur() 1277 ret = ctrl->entity->get_cur(chain->dev, ctrl->entity, in __uvc_ctrl_load_cur()
|