Searched refs:grabbing (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/drivers/media/pci/ttpci/ |
D | budget-core.c | 84 memset(budget->grabbing, 0x00, budget->buffer_size); in start_ts_capture() 194 u8 *mem = (u8 *) (budget->grabbing); in vpeirq() 522 budget->grabbing = saa7146_vmalloc_build_pgtable(dev->pci, budget->buffer_size, &budget->pt); in ttpci_budget_init() 523 if (NULL == budget->grabbing) { in ttpci_budget_init() 542 saa7146_vfree_destroy_pgtable(dev->pci, budget->grabbing, &budget->pt); in ttpci_budget_init() 571 saa7146_vfree_destroy_pgtable(dev->pci, budget->grabbing, &budget->pt); in ttpci_budget_deinit()
|
D | budget.h | 44 unsigned char *grabbing; member
|
D | av7110.c | 1226 memset(budget->grabbing + y * TS_WIDTH, 0x00, TS_WIDTH); in start_ts_capture() 1266 u8 *mem = (u8 *) (budget->grabbing); in vpeirq() 2524 av7110->grabbing = saa7146_vmalloc_build_pgtable(pdev, length, in av7110_attach() 2526 if (!av7110->grabbing) in av7110_attach() 2552 av7110->grabbing = saa7146_vmalloc_build_pgtable(pdev, length, in av7110_attach() 2554 if (!av7110->grabbing) in av7110_attach() 2757 if (av7110->grabbing) in av7110_attach() 2758 saa7146_vfree_destroy_pgtable(pdev, av7110->grabbing, &av7110->pt); in av7110_attach() 2790 saa7146_vfree_destroy_pgtable(saa->pci, av7110->grabbing, &av7110->pt); in av7110_detach()
|
D | av7110.h | 193 unsigned char *grabbing; member
|
/linux-4.4.14/Documentation/video4linux/ |
D | meye.txt | 16 MJPEG hardware grabbing is supported via a private API (see below). 80 The driver supports frame grabbing with the video4linux API,
|
/linux-4.4.14/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 224 this field before and after grabbing time information and make
|
/linux-4.4.14/Documentation/locking/ |
D | ww-mutex-design.txt | 85 better to avoid grabbing a deadlock avoidance ticket). 300 prevention is obviously overkill, since with grabbing just one lock you can't
|
D | rt-mutex-design.txt | 329 is used (when applicable) to keep the fast path of grabbing and releasing 407 with what we believe is the best. It walks the PI chain by only grabbing 511 after the check for end of the PI chain and the grabbing of the 737 the grabbing of the wait_lock, the mutex may not have any waiters, thus the
|
/linux-4.4.14/Documentation/power/ |
D | freezing-of-tasks.txt | 206 First of all, grabbing the 'pm_mutex' lock to mutually exclude a piece of code 212 However, if that is not feasible, and grabbing 'pm_mutex' is deemed necessary,
|
/linux-4.4.14/Documentation/arm/ |
D | vlocks.txt | 195 grabbing most of this text out of the relevant mail thread and writing
|
/linux-4.4.14/drivers/media/usb/pwc/ |
D | philips.txt | 70 grabbing with a tool that uses mmap(), you might want to increase if.
|
/linux-4.4.14/Documentation/nvdimm/ |
D | btt.txt | 174 read is complete. Every writer thread, after grabbing a free block, checks the
|
/linux-4.4.14/scripts/ |
D | spelling.txt | 463 grabing||grabbing
|
/linux-4.4.14/Documentation/filesystems/ |
D | porting | 133 watch for ->i_mutex-grabbing code that might be used by your ->setattr().
|
/linux-4.4.14/Documentation/powerpc/ |
D | hvcs.txt | 423 2. To provide network security when grabbing the console it is
|
/linux-4.4.14/Documentation/ |
D | pinctrl.txt | 1159 The result of grabbing this mapping from the device with something like
|
/linux-4.4.14/Documentation/block/ |
D | biodoc.txt | 1058 still imposed by the block layer, grabbing the lock before
|