| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | kernel-enforcement-statement.rst | 6 As developers of the Linux kernel, we have a keen interest in how our software 7 is used and how the license for our software is enforced. Compliance with the 9 sustainability of our software and community. 12 contributions made to our community, we share an interest in ensuring that 13 individual enforcement actions are conducted in a manner that benefits our 15 growth of our software ecosystem. In order to deter unhelpful enforcement 16 actions, we agree that it is in the best interests of our development 18 on behalf of ourselves and any successors to our copyright interests: 21 it is in the best interests of our development community to adopt the 22 following provisions of GPL-3.0 as additional permissions under our [all …]
|
| H A D | code-of-conduct.rst | 6 Our Pledge 10 contributors and maintainers pledge to making participation in our project and 11 our community a harassment-free experience for everyone, regardless of age, body 16 Our Standards 41 Our Responsibilities
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/ |
| H A D | Kconfig | 31 For general information about Chelsio and our products, visit 32 our website at <http://www.chelsio.com>. 34 For customer support, please visit our customer support page at 58 For general information about Chelsio and our products, visit 59 our website at <http://www.chelsio.com>. 61 For customer support, please visit our customer support page at 80 For general information about Chelsio and our products, visit 81 our website at <http://www.chelsio.com>. 83 For customer support, please visit our customer support page at 121 For general information about Chelsio and our products, visit [all …]
|
| /OK3568_Linux_fs/kernel/drivers/clk/sunxi-ng/ |
| H A D | ccu_phase.c | 29 /* Get our parent clock, it's the one that can adjust its rate */ in ccu_phase_get_phase() 39 /* Now, get our parent's parent (most likely some PLL) */ in ccu_phase_get_phase() 49 /* Get our parent clock divider */ in ccu_phase_get_phase() 65 /* Get our parent clock, it's the one that can adjust its rate */ in ccu_phase_set_phase() 75 /* Now, get our parent's parent (most likely some PLL) */ in ccu_phase_set_phase() 88 /* Get our parent divider */ in ccu_phase_set_phase() 95 * Since our parent clock is only a divider, and the in ccu_phase_set_phase() 101 * of period we want to outphase our clock from, and in ccu_phase_set_phase() 102 * the divider set by our parent clock. in ccu_phase_set_phase()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winallpriv.c | 41 * Reserve space in GCs and Pixmaps for our privates. 55 /* We need a new slot for our privates if the screen gen has changed */ in winAllocatePrivates() 73 /* Register our screen private */ in winAllocatePrivates() 82 /* Reserve Pixmap memory for our privates */ in winAllocatePrivates() 89 /* Reserve Window memory for our privates */ in winAllocatePrivates() 115 * our dev privates yet, so we can't really initialize in winInitCmapPrivates() 126 * Allocate memory for our colormap privates 145 /* Allocate memory for our private structure */ in winAllocateCmapPrivates() 155 /* Register our colourmap private */ in winAllocateCmapPrivates()
|
| H A D | winkeyhook.c | 69 /* Check if the Windows window property for our X window pointer is valid */ in winKeyboardMessageHookLL() 71 /* Get a pointer to our window privates */ in winKeyboardMessageHookLL() 74 /* Get pointers to our screen privates and screen info */ in winKeyboardMessageHookLL() 82 /* Pass keystrokes on to our main message loop */ in winKeyboardMessageHookLL() 101 * Pass message on to our main message loop. in winKeyboardMessageHookLL() 117 /* Send message to our main window that has the keyboard focus */ in winKeyboardMessageHookLL()
|
| H A D | winshadddnl.c | 134 /* Attach our clipper to our primary surface handle */ in winCreatePrimarySurfaceShadowDDNL() 188 * Install a DirectDraw clipper on our primary surface object 189 * that clips our blits to the unobscured client area of our display window. 213 /* Allocate memory for our shadow surface */ in winAllocateFBShadowDDNL() 239 /* Attach the clipper to our display window */ in winAllocateFBShadowDDNL() 369 /* Release our DC */ in winAllocateFBShadowDDNL() 459 /* Save the pointer to our surface memory */ in winAllocateFBShadowDDNL() 628 /* Our Blt should be clipped to the invalidated region */ in winShadowUpdateDDNL() 653 * Free our resources and private structures. 694 /* Kill our window */ in winCloseScreenShadowDDNL() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/ |
| H A D | power.c | 43 * @dev: our device 45 * Set up for power management tracking of our hardware. 79 * @dev: our DRM device 114 psb_gtt_restore(dev); /* Rebuild our GTT mappings */ in gma_resume_display() 122 * Perform the suspend processing on our PCI device state 149 * @dev: our PCI device 151 * Perform the resume processing on our PCI device state - rewrite 181 * @pdev: our PCI device 231 * @dev: our DRM device 243 * @dev: our DRM device [all …]
|
| H A D | gem.c | 42 * @dev: our device 59 /* Allocate our object - for now a direct gtt range which is not in psb_gem_create() 92 * @drm_file: our client file 93 * @dev: our device 120 * that off for now and for our simple uses 145 something from beneath our feet */ in psb_gem_fault()
|
| H A D | gtt.c | 49 * @dev: our DRM device 50 * @r: our GTT range 67 * @dev: our DRM device 68 * @r: our GTT range 71 * Take our preallocated GTT range and insert the GEM object into 98 /* Write our page entries into the GTT itself */ in psb_gtt_insert() 117 * @dev: our DRM device 118 * @r: our GTT range 145 * @dev: our DRM device 190 * Pin and build an in kernel list of the pages that back our GEM object. [all …]
|
| H A D | accel_2d.c | 32 * @dev_priv: our PSB DRM device 64 * @dev_priv: our DRM device 67 * Wait until there is room to load the FIFO with our data. If the 88 * @dev_priv: our DRM device 143 * @dev_priv: our DRM device 221 * @info: our framebuffer 284 * @info: our framebuffer 306 * @info: our framebuffer
|
| /OK3568_Linux_fs/kernel/samples/kobject/ |
| H A D | kset-example.c | 26 * This is our "object" that we will create a few of and register them with 49 * transpose back from a "default" kobject to our custom struct foo_obj and 88 /* Our custom sysfs_ops that we will associate with our ktype later on */ 95 * The release function for our object. This is REQUIRED by the kernel to 96 * have. We free the memory held in our object here. 184 * Our own ktype for our kobjects. Here we specify our sysfs ops, the 252 * Create three objects and register them with our kset in example_init()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | ifx6x60.c | 124 * @ifx_dev: our SPI device 149 * @ifx_dev: our SPI device 172 * @buf: our buffer 186 * @buf: our buffer 211 * @buf: our buffer 237 * @ifx_dev: our SPI device 260 * @t: timer in our SPI device 279 * @tty: our tty device 330 * @tty: our tty device 344 * ifx_spi_close - called when our tty closes [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
| H A D | Context.pm | 9 our @ISA = qw(Exporter); 11 our %EXPORT_TAGS = ( 'all' => [ qw( 14 our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } ); 16 our @EXPORT = qw( 20 our $VERSION = '0.01';
|
| H A D | Util.pm | 9 our @ISA = qw(Exporter); 11 our %EXPORT_TAGS = ( 'all' => [ qw( 14 our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } ); 16 our @EXPORT = qw( 21 our $VERSION = '0.01';
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | trampoline_32.S | 50 /* Our %wim is one behind CWP */ 74 /* Init our caches, etc. */ 104 /* Our %wim is one behind CWP */ 114 /* Get our CPU id out of bootbus */ 135 /* Init our caches, etc. */ 163 /* Our %wim is one behind CWP */ 173 /* Get our CPU id */ 191 /* Init our caches, etc. */
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | delalloc-space.c | 46 * This is the simplest case, we haven't completed our operation and we know 72 * to checksum our outstanding data. 75 * our reservation. We use btrfs_calculate_inode_block_rsv_size() to 77 * metadata for this inode. We call this and then adjust our reservation as 86 * a completely clean inode, with a num_bytes < our maximum allowed extent size 97 * We must call this once we are done, as we hold our reservation for the 98 * duration of our operation, and then assume set_delalloc will update the 339 * Now we need to update our outstanding extents and csum bytes _first_ in btrfs_delalloc_reserve_metadata() 351 /* Now we can safely add our space to our block rsv */ in btrfs_delalloc_reserve_metadata() 391 * btrfs_delalloc_release_extents - release our outstanding_extents [all …]
|
| /OK3568_Linux_fs/yocto/meta-clang/ |
| H A D | CODE_OF_CONDUCT.md | 3 ## Our Pledge 6 contributors and maintainers pledge to making participation in our project and 7 our community a harassment-free experience for everyone, regardless of age, body 12 ## Our Standards 34 ## Our Responsibilities
|
| /OK3568_Linux_fs/u-boot/include/configs/ |
| H A D | bur_am335x_common.h | 56 * Our DDR memory always starts at 0x80000000 and U-Boot shall have 64 * and we place the initial stack pointer in our SRAM. 77 * Our platforms make use of SPL to initalize the hardware (primarily 81 * under common/spl/. Given our generally common memory map, we set a 87 * We limit our size to the ROM-defined downloaded image area, and use the 90 * have our BSS be placed 1MiB after this, to allow for the default
|
| H A D | ti_armv7_common.h | 26 * Our DDR memory always starts at 0x80000000 and U-Boot shall have 65 * initial stack pointer in our SRAM. Otherwise, we can define 136 * Our platforms make use of SPL to initalize the hardware (primarily 138 * SPL framework found under common/spl/. Given our generally common memory 152 * CONFIG_SPL_TEXT_BASE and we limit our size to the ROM-defined 156 * with older SPLs). We have our BSS be placed 2MiB after this, to allow for
|
| /OK3568_Linux_fs/kernel/arch/x86/math-emu/ |
| H A D | wm_sqrt.S | 123 movl %edx,%esi /* Our first guess */ 131 * From our initial estimate, three iterations are enough to get us 363 * We need just find the square of our estimate, compare it 364 * with the argument, and deduce whether our estimate is 399 /* Our estimate is exactly the right answer */ 404 /* Our estimate is too small */ 409 /* Our estimate is too large, we need to decrement it */ 433 /* Put our estimate back to its original value */ 459 /* Our estimate is exactly the right answer */ 464 /* Our estimate is too small */ [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/usb/ |
| H A D | writing_usb_driver.rst | 164 the program tries to open the device for I/O. We increment our private 165 usage count and save a pointer to our internal structure in the file 170 /* increment our usage count for the module */ 173 /* save our object in the file's private structure */ 190 /* copy the data from user space into our urb */ 193 /* set up our urb */ 211 to call our own ``skel_write_bulk_callback`` function. This function is 214 do very much processing at that time. Our implementation of 251 this function we decrement our private usage count and wait for possible 254 /* decrement our usage count for the device */
|
| /OK3568_Linux_fs/kernel/drivers/usb/ |
| H A D | usb-skeleton.c | 36 /* our private defines. if this grows any larger, use your own .h file */ 46 /* Structure to hold all of our device specific stuff */ 51 struct usb_anchor submitted; /* in case we need to retract our submissions */ 110 /* increment our usage count for the device */ in skel_open() 113 /* save our object in the file's private structure */ in skel_open() 131 /* decrement the count on our device */ in skel_release() 353 /* free up our allocated buffer */ in skel_write_bulk_callback() 447 * release our reference to this urb, the USB core will eventually free in skel_write() 495 /* allocate memory for our device state and initialize it */ in skel_probe() 535 /* save our data pointer in this interface device */ in skel_probe() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/misc/ |
| H A D | usblcd.c | 94 /* increment our usage count for the device */ in lcd_open() 104 /* save our object in the file's private structure */ in lcd_open() 118 /* decrement the count on our device */ in lcd_release() 211 /* free up our allocated buffer */ in lcd_write_bulk_callback() 279 /* release our reference to this urb, in lcd_write() 325 /* allocate memory for our device state and initialize it */ in lcd_probe() 364 /* save our data pointer in this interface device */ in lcd_probe() 421 /* give back our minor */ in lcd_disconnect() 430 /* decrement our usage count */ in lcd_disconnect()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/winclipboard/ |
| H A D | thread.c | 176 /* Get our connection number */ in winClipboardProc() 187 /* Find max of our file descriptors */ in winClipboardProc() 361 /* Close our Windows window */ in winClipboardProc() 366 /* Close our X window */ in winClipboardProc() 376 /* Close our Win32 message handle */ in winClipboardProc() 396 /* Close our X display */ in winClipboardProc() 419 /* Setup our window class */ in winClipboardCreateMessagingWindow() 464 * winClipboardErrorHandler - Our application specific error handler 480 * winClipboardIOErrorHandler - Our application specific IO error handler
|