Searched refs:grabbing (Results 1 – 20 of 20) sorted by relevance
/Linux-v4.19/drivers/media/pci/ttpci/ |
D | budget-core.c | 81 memset(budget->grabbing, 0x00, budget->buffer_size); in start_ts_capture() 191 u8 *mem = (u8 *) (budget->grabbing); in vpeirq() 519 budget->grabbing = saa7146_vmalloc_build_pgtable(dev->pci, budget->buffer_size, &budget->pt); in ttpci_budget_init() 520 if (NULL == budget->grabbing) { in ttpci_budget_init() 539 saa7146_vfree_destroy_pgtable(dev->pci, budget->grabbing, &budget->pt); in ttpci_budget_init() 568 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 | 1211 memset(budget->grabbing + y * TS_WIDTH, 0x00, TS_WIDTH); in start_ts_capture() 1251 u8 *mem = (u8 *) (budget->grabbing); in vpeirq() 2511 av7110->grabbing = saa7146_vmalloc_build_pgtable(pdev, length, in av7110_attach() 2513 if (!av7110->grabbing) in av7110_attach() 2539 av7110->grabbing = saa7146_vmalloc_build_pgtable(pdev, length, in av7110_attach() 2541 if (!av7110->grabbing) in av7110_attach() 2745 if (av7110->grabbing) in av7110_attach() 2746 saa7146_vfree_destroy_pgtable(pdev, av7110->grabbing, &av7110->pt); in av7110_attach() 2778 saa7146_vfree_destroy_pgtable(saa->pci, av7110->grabbing, &av7110->pt); in av7110_detach()
|
D | av7110.h | 197 unsigned char *grabbing; member
|
/Linux-v4.19/drivers/media/pci/tw5864/ |
D | Kconfig | 7 multichannel video & audio grabbing and encoding (H.264, MJPEG,
|
/Linux-v4.19/Documentation/locking/ |
D | rt-mutex.txt | 61 (*) It also can be a transitional state when grabbing the lock 67 waiters. This can happen when grabbing the lock in the slow path.
|
D | rt-mutex-design.txt | 307 is used (when applicable) to keep the fast path of grabbing and releasing 376 with what we believe is the best. It walks the PI chain by only grabbing 494 The second case is only applicable for tasks that are grabbing a mutex 524 the grabbing of the wait_lock, the mutex may not have any waiters, thus the
|
D | ww-mutex-design.txt | 103 better to avoid grabbing a deadlock avoidance ticket). 324 prevention is obviously overkill, since with grabbing just one lock you can't
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | meye.rst | 21 MJPEG hardware grabbing is supported via a private API (see below). 91 The driver supports frame grabbing with the video4linux API,
|
D | philips.rst | 74 grabbing with a tool that uses mmap(), you might want to increase if.
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | msr.txt | 33 version: guest has to check version before and after grabbing 75 version: guest has to check version before and after grabbing 228 this field before and after grabbing time information and make
|
/Linux-v4.19/Documentation/power/ |
D | freezing-of-tasks.txt | 207 First of all, grabbing the 'system_transition_mutex' lock to mutually exclude a piece of code 213 However, if that is not feasible, and grabbing 'system_transition_mutex' is deemed necessary,
|
/Linux-v4.19/Documentation/arm/ |
D | vlocks.txt | 195 grabbing most of this text out of the relevant mail thread and writing
|
/Linux-v4.19/Documentation/nvdimm/ |
D | btt.txt | 174 read is complete. Every writer thread, after grabbing a free block, checks the
|
/Linux-v4.19/scripts/ |
D | spelling.txt | 583 grabing||grabbing
|
/Linux-v4.19/Documentation/powerpc/ |
D | hvcs.txt | 423 2. To provide network security when grabbing the console it is
|
/Linux-v4.19/Documentation/filesystems/ |
D | porting | 133 watch for ->i_mutex-grabbing code that might be used by your ->setattr().
|
/Linux-v4.19/Documentation/kernel-hacking/ |
D | locking.rst | 494 grabbing the lock. This is safe, as no-one else can access it until we
|
/Linux-v4.19/Documentation/driver-api/ |
D | pinctl.rst | 1178 The result of grabbing this mapping from the device with something like
|
/Linux-v4.19/Documentation/block/ |
D | biodoc.txt | 1043 still imposed by the block layer, grabbing the lock before
|