/linux/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
|
/linux/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 81 For general information about Chelsio and our products, visit 82 our website at <http://www.chelsio.com>. 84 For customer support, please visit our customer support page at 122 For general information about Chelsio and our products, visit [all …]
|
/linux/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()
|
/linux/drivers/gpu/drm/gma500/ |
H A D | power.c | 42 * @dev: our device 44 * Set up for power management tracking of our hardware. 91 * @dev: our DRM device 122 /* Rebuild our GTT mappings */ in gma_resume_display() 132 * Perform the suspend processing on our PCI device state 152 * @pdev: our PCI device 154 * Perform the resume processing on our PCI device state - rewrite 172 * @_dev: our device 191 * @_dev: our device 208 * @dev: our DRM device [all …]
|
/linux/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';
|
H A D | Core.pm | 9 our @ISA = qw(Exporter); 11 our %EXPORT_TAGS = ( 'all' => [ qw( 14 our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } ); 16 our @EXPORT = qw( 22 our $VERSION = '0.01';
|
/linux/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()
|
/linux/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. */
|
/linux/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 …]
|
/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_shmem.c | 90 * Get the list of pages out of our struct file. They'll be pinned in shmem_sg_alloc_table() 125 * our own buffer, now let the real VM do its job and in shmem_sg_alloc_table() 137 * Our bo are always dirty and so we require in shmem_sg_alloc_table() 138 * kswapd to reclaim our pages (direct reclaim in shmem_sg_alloc_table() 139 * does not effectively begin pageout of our in shmem_sg_alloc_table() 143 * unreliable and fails to actually reclaim our in shmem_sg_alloc_table() 195 * We use ENOSPC in our driver to mean that we have run out of aperture in shmem_sg_alloc_table() 196 * space and so want to translate the error from shmemfs back to our in shmem_sg_alloc_table() 270 * We use ENOSPC in our driver to mean that we have run out of aperture in shmem_get_pages() 271 * space and so want to translate the error from shmemfs back to our in shmem_get_pages() [all …]
|
/linux/Documentation/driver-api/usb/ |
H A D | writing_usb_driver.rst | 167 the program tries to open the device for I/O. We increment our private 168 usage count and save a pointer to our internal structure in the file 173 /* increment our usage count for the device */ 176 /* save our object in the file's private structure */ 193 /* copy the data from user space into our urb */ 196 /* set up our urb */ 216 to call our own ``skel_write_bulk_callback`` function. This function is 219 do very much processing at that time. Our implementation of 256 this function we decrement our private usage count and wait for possible 259 /* decrement our usage count for the device */
|
/linux/drivers/scsi/csiostor/ |
H A D | Kconfig | 11 For general information about Chelsio and our products, visit 12 our website at <http://www.chelsio.com>. 14 For customer support, please visit our customer support page at
|
/linux/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 …]
|
/linux/drivers/infiniband/hw/cxgb4/ |
H A D | Kconfig | 12 For general information about Chelsio and our products, visit 13 our website at <http://www.chelsio.com>. 15 For customer support, please visit our customer support page at
|
/linux/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()
|
/linux/arch/powerpc/kernel/ |
H A D | rtas_entry.S | 91 * our original state after RTAS returns. 96 /* Setup our real return addr */ 140 ld r1,PACAR1(r13) /* Restore our SP */ 141 ld r4,PACASAVEDMSR(r13) /* Restore our MSR */ 170 addi r1,r1,SWITCH_FRAME_SIZE /* Unstack our frame */
|
/linux/arch/powerpc/kernel/trace/ |
H A D | ftrace_entry.S | 32 * Our job is to save the register state into a struct pt_regs (on the stack) 39 /* Create our stack frame + pt_regs */ 139 /* Save our real return address in nvr for return */ 145 * We want the ftrace location in the function, but our lr (in r11) 148 * stub, and adjust our lr by the branch offset. 157 * Override our nip to point past the branch in the original function. 236 /* Pop our stack frame */ 426 * Switch to our TOC to run inside the core kernel.
|
/linux/rust/kernel/ |
H A D | faux.rs | 44 // happens in our Drop implementation. in new() 64 // SAFETY: `self.0` is a valid registered faux_device via our type invariants. in drop() 70 // faux_device_destroy() is guaranteed to only be called once - which is guaranteed by our type not 75 // faux_device_destroy() is guaranteed to only be called once - which is guaranteed by our type not
|
/linux/drivers/gpu/drm/sun4i/ |
H A D | sun6i_drc.c | 35 dev_err(dev, "Couldn't get our reset line\n"); in sun6i_drc_bind() 41 dev_err(dev, "Couldn't deassert our reset line\n"); in sun6i_drc_bind() 47 dev_err(dev, "Couldn't get our bus clock\n"); in sun6i_drc_bind() 55 dev_err(dev, "Couldn't get our mod clock\n"); in sun6i_drc_bind()
|
/linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | cxgb4vf_main.c | 378 * Request all of our MSI-X resources. 416 * Free our MSI-X resources. 526 * firmware passes certain points in processing our TX in fwevtq_handler() 541 * really refers to one of our TX Ethernet Egress Queues which in fwevtq_handler() 601 * interrupt" queue which we'll set up with our MSI vector. The rest in setup_sge_queues() 615 * Allocate our ingress queue for asynchronous firmware messages. in setup_sge_queues() 726 * aren't hashed. We'll use our first ingress queue in setup_rss() 764 * adapter setup. Once we've done this, many of our adapter in adapter_up() 784 * Acquire our interrupt resources. We only support MSI-X and MSI. in adapter_up() 902 * Translate our basic statistics into the standard "ifconfig" statistics. [all …]
|
/linux/drivers/scsi/aic7xxx/ |
H A D | aic79xx.seq | 130 * long as one of our data FIFOs is active. 150 * still be data in our FIFOs draining to the host. Complete 309 * tag set by the host so that our SCB dma engine 322 /* Increment our position in the QINFIFO. */ 365 * our batching and round-robin selection scheme 502 * until we return to our idle loop), use a 570 * we are selecting with atn regardless of our packetized 573 * to our negotiation table entry for this selection will 624 * the point of selection until our idle 625 * loop determines that neither of our FIFOs [all …]
|
/linux/arch/mips/mm/ |
H A D | context.c | 58 /* Check if our ASID is of an older version and thus invalid */ in check_mmu_context() 106 * If we find one, then we can update our mm to use newmmid in check_update_reserved_mmid() 137 * If our current MMID was active during a rollover, we in get_new_mmid() 195 * The memory ordering here is subtle. If our active_mmids is non-zero in check_switch_mmu_context() 225 * Invalidate the local TLB if needed. Note that we must only clear our in check_switch_mmu_context() 241 * increase then we need to invalidate any TLB entries for our MMID in check_switch_mmu_context()
|
/linux/kernel/module/ |
H A D | stats.c | 130 * promote it to be processed to be added to our @modules linked list. These 132 * call and right before we allocate the our private memory for the module 136 * add_unformed_module() will add a module to our &modules list and 165 * which userspace passed to us and after our first check that the module 175 * * modcount: how many modules we've loaded in our kernel life time 184 * * failed_load_modules: how many modules failed once we've allocated our 185 * private space for our module using layout_and_allocate(). These failures 305 /* The beginning of our debug preamble */ in read_file_mod_stats() 371 /* End of our debug preamble header. */ in read_file_mod_stats() 373 /* Catch when we've gone beyond our expected preamble */ in read_file_mod_stats()
|