Home
last modified time | relevance | path

Searched refs:nmappings (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/usb/uvc/
H A Duvc_ctrl.c2157 if (atomic_inc_return(&dev->nmappings) > UVC_MAX_CONTROL_MAPPINGS) { in uvc_ctrl_add_mapping()
2158 atomic_dec(&dev->nmappings); in uvc_ctrl_add_mapping()
2168 atomic_dec(&dev->nmappings); in uvc_ctrl_add_mapping()
H A Duvcvideo.h653 atomic_t nmappings; member
H A Duvc_driver.c2232 atomic_set(&dev->nmappings, 0); in uvc_probe()
/kernel/linux/linux-6.6/drivers/media/usb/uvc/
H A Duvcvideo.h560 atomic_t nmappings; member
H A Duvc_ctrl.c2504 if (atomic_inc_return(&dev->nmappings) > UVC_MAX_CONTROL_MAPPINGS) { in uvc_ctrl_add_mapping()
2505 atomic_dec(&dev->nmappings); in uvc_ctrl_add_mapping()
2515 atomic_dec(&dev->nmappings); in uvc_ctrl_add_mapping()
H A Duvc_driver.c2107 atomic_set(&dev->nmappings, 0); in uvc_probe()

Completed in 15 milliseconds