Home
last modified time | relevance | path

Searched full:our (Results 1 – 25 of 3796) sorted by relevance

12345678910>>...152

/linux-6.12.1/Documentation/process/
Dkernel-enforcement-statement.rst6 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 …]
Dcode-of-conduct.rst6 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-6.12.1/drivers/net/ethernet/chelsio/
DKconfig31 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-6.12.1/drivers/clk/sunxi-ng/
Dccu_phase.c29 /* 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-6.12.1/drivers/gpu/drm/gma500/
Dpower.c42 * @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-6.12.1/Documentation/gpu/amdgpu/display/
Dindex.rst8 reason, our Display Core Driver is divided into two pieces:
23 repository has integration tests with our Internal Linux CI farm, and we run a
25 and APUs). Our CI also checks ARM64/32, PPC64/32, and x86_64/32 compilation
33 * Ensure that every patch compiles and the entire series pass our set of IGT
35 * Prepare a branch with those patches for our validation team. If there is an
44 seriously, and we never merge anything that fails our validation. Follows an
45 overview of our test set:
70 Notice that someone from our test team will always reply to the cover letter
85 If you want to learn more about our driver details, take a look at the below
Ddcn-overview.rst5 To equip our readers with the basic knowledge of how AMD Display Core Next
32 * **Display Output (DIO)**: Codify the output to the display connected to our
54 the SDP as the element from our Data Fabric that feeds the display pipe.
59 want to drive an 8k@60Hz with a DSC enabled, our DCN may require 4 DPP and 2
79 that HUBP accesses a surface using a specific format read from memory, and our
184 configuration parameters for multiple scenarios supported by our hardware.
204 based on a large number of parameters and ensure our hardware is able to feed
/linux-6.12.1/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
DContext.pm9 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';
DUtil.pm9 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';
DCore.pm9 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-6.12.1/samples/kobject/
Dkset-example.c26 * 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-6.12.1/arch/sparc/kernel/
Dtrampoline_32.S50 /* 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-6.12.1/fs/btrfs/
Ddelalloc-space.c46 * 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
359 * Now we need to update our outstanding extents and csum bytes _first_ in btrfs_delalloc_reserve_metadata()
372 /* Now we can safely add our space to our block rsv */ in btrfs_delalloc_reserve_metadata()
414 * Release our outstanding_extents for an inode.
[all …]
/linux-6.12.1/arch/x86/math-emu/
Dwm_sqrt.S123 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-6.12.1/Documentation/driver-api/usb/
Dwriting_usb_driver.rst167 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-6.12.1/drivers/scsi/csiostor/
DKconfig11 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-6.12.1/drivers/crypto/chelsio/
DKconfig14 For general information about Chelsio and our products, visit
15 our website at <http://www.chelsio.com>.
17 For customer support, please visit our customer support page at
/linux-6.12.1/drivers/infiniband/hw/cxgb4/
DKconfig12 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-6.12.1/drivers/usb/
Dusb-skeleton.c36 /* 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-6.12.1/drivers/gpu/drm/i915/gem/
Di915_gem_shmem.c90 * 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()
274 * We use ENOSPC in our driver to mean that we have run out of aperture in shmem_get_pages()
275 * space and so want to translate the error from shmemfs back to our in shmem_get_pages()
[all …]
/linux-6.12.1/drivers/usb/misc/
Dusblcd.c94 /* 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-6.12.1/arch/powerpc/kernel/
Drtas_entry.S91 * 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-6.12.1/crypto/
Dansi_cprng.c31 * Note: DT is our counter value
32 * I is our intermediate value
33 * V is our seed vector
113 * Next xor I with our secret vector V in _get_more_prng_bytes()
114 * encrypt that result to obtain our in _get_more_prng_bytes()
161 * Now update our DT value in _get_more_prng_bytes()
180 /* Our exported functions */
415 /* this primes our continuity test */ in fips_cprng_reset()
/linux-6.12.1/drivers/gpu/drm/sun4i/
Dsun6i_drc.c35 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-6.12.1/arch/mips/mm/
Dcontext.c58 /* 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()

12345678910>>...152