Searched refs:grabbing (Results 1 – 21 of 21) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/ |
D | budget-core.c | 67 memset(budget->grabbing, 0x00, budget->buffer_size); in start_ts_capture() 177 u8 *mem = (u8 *) (budget->grabbing); in vpeirq() 512 budget->grabbing = saa7146_vmalloc_build_pgtable(dev->pci, budget->buffer_size, &budget->pt); in ttpci_budget_init() 513 if (NULL == budget->grabbing) { in ttpci_budget_init() 532 saa7146_vfree_destroy_pgtable(dev->pci, budget->grabbing, &budget->pt); in ttpci_budget_init() 561 saa7146_vfree_destroy_pgtable(dev->pci, budget->grabbing, &budget->pt); in ttpci_budget_deinit()
|
D | budget.h | 49 unsigned char *grabbing; member
|
D | av7110.c | 1196 memset(budget->grabbing + y * TS_WIDTH, 0x00, TS_WIDTH); in start_ts_capture() 1236 u8 *mem = (u8 *) (budget->grabbing); in vpeirq() 2497 av7110->grabbing = saa7146_vmalloc_build_pgtable(pdev, length, in av7110_attach() 2499 if (!av7110->grabbing) in av7110_attach() 2525 av7110->grabbing = saa7146_vmalloc_build_pgtable(pdev, length, in av7110_attach() 2527 if (!av7110->grabbing) in av7110_attach() 2731 if (av7110->grabbing) in av7110_attach() 2732 saa7146_vfree_destroy_pgtable(pdev, av7110->grabbing, &av7110->pt); in av7110_attach() 2764 saa7146_vfree_destroy_pgtable(saa->pci, av7110->grabbing, &av7110->pt); in av7110_detach()
|
D | av7110.h | 185 unsigned char *grabbing; member
|
/kernel/linux/linux-5.10/drivers/media/pci/tw5864/ |
D | Kconfig | 8 multichannel video & audio grabbing and encoding (H.264, MJPEG,
|
/kernel/linux/linux-5.10/Documentation/locking/ |
D | rt-mutex.rst | 65 .. [1] It also can be a transitional state when grabbing the lock 71 waiters. This can happen when grabbing the lock in the slow path.
|
D | rt-mutex-design.rst | 317 is used (when applicable) to keep the fast path of grabbing and releasing 387 with what we believe is the best. It walks the PI chain by only grabbing 506 The second case is only applicable for tasks that are grabbing a mutex 536 the grabbing of the wait_lock, the mutex may not have any waiters, thus the
|
D | ww-mutex-design.rst | 105 better to avoid grabbing a deadlock avoidance ticket). 328 prevention is obviously overkill, since with grabbing just one lock you can't
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/drivers/ |
D | meye-uapi.rst | 17 The driver supports frame grabbing with the video4linux API,
|
/kernel/linux/linux-5.10/Documentation/admin-guide/media/ |
D | meye.rst | 23 MJPEG hardware grabbing is supported via a private API (see below).
|
D | philips.rst | 76 grabbing with a tool that uses mmap(), you might want to increase if.
|
/kernel/linux/linux-5.10/Documentation/virt/kvm/ |
D | msr.rst | 40 guest has to check version before and after grabbing 87 guest has to check version before and after grabbing 288 this field before and after grabbing time information and make
|
/kernel/linux/linux-5.10/Documentation/power/ |
D | freezing-of-tasks.rst | 218 First of all, grabbing the 'system_transition_mutex' lock to mutually exclude a 224 However, if that is not feasible, and grabbing 'system_transition_mutex' is
|
/kernel/linux/linux-5.10/Documentation/arm/ |
D | vlocks.rst | 196 grabbing most of this text out of the relevant mail thread and writing
|
/kernel/linux/linux-5.10/Documentation/driver-api/nvdimm/ |
D | btt.rst | 185 read is complete. Every writer thread, after grabbing a free block, checks the
|
/kernel/linux/linux-5.10/scripts/ |
D | spelling.txt | 671 grabing||grabbing
|
/kernel/linux/linux-5.10/Documentation/powerpc/ |
D | hvcs.rst | 426 2. To provide network security when grabbing the console it is
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | porting.rst | 151 watch for ->i_mutex-grabbing code that might be used by your ->setattr().
|
/kernel/linux/linux-5.10/Documentation/kernel-hacking/ |
D | locking.rst | 494 grabbing the lock. This is safe, as no-one else can access it until we
|
/kernel/linux/linux-5.10/Documentation/driver-api/ |
D | pinctl.rst | 1169 The result of grabbing this mapping from the device with something like
|
/kernel/linux/linux-5.10/Documentation/block/ |
D | biodoc.rst | 1011 still imposed by the block layer, grabbing the lock before
|