Home
last modified time | relevance | path

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

12345678910>>...201

/openbmc/linux/Documentation/process/
H A 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 …]
H A 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
/openbmc/linux/drivers/net/ethernet/chelsio/
H A 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 …]
/openbmc/linux/drivers/clk/sunxi-ng/
H A 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()
/openbmc/linux/drivers/gpu/drm/gma500/
H A 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 …]
/openbmc/linux/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A 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';
H A 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';
H A 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';
/openbmc/linux/samples/kobject/
H A 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()
/openbmc/linux/arch/sparc/kernel/
H A 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. */
/openbmc/qemu/contrib/ivshmem-client/
H A Divshmem-client.h36 * all connected clients through the unix socket. When our ivshmem
40 * This structure is also used to store the information of our own
53 * Typedef of callback function used when our IvshmemClient receives a
64 * This structure stores all information related to our client: the name
66 * server, our own client information, and a pointer the notification
75 IvshmemClientPeer local; /**< our own infos */
89 * our IvshmemClient receives a notification from a peer
144 * that file descriptors that are not related to our client are
/openbmc/u-boot/include/configs/
H A Dbur_am335x_common.h56 * Our DDR memory always starts at 0x80000000 and U-Boot shall have
64 * and we place the initial stack pointer in our SRAM.
71 * Our platforms make use of SPL to initalize the hardware (primarily
75 * under common/spl/. Given our generally common memory map, we set a
80 * We limit our size to the ROM-defined downloaded image area, and use the
83 * have our BSS be placed 1MiB after this, to allow for the default
H A Dti_armv7_common.h25 * Our DDR memory always starts at 0x80000000 and U-Boot shall have
64 * initial stack pointer in our SRAM. Otherwise, we can define
112 * Our platforms make use of SPL to initalize the hardware (primarily
114 * SPL framework found under common/spl/. Given our generally common memory
127 * CONFIG_SPL_TEXT_BASE and we limit our size to the ROM-defined
131 * with older SPLs). We have our BSS be placed 2MiB after this, to allow for
/openbmc/openbmc-test-automation/bin/
H A Dvalidate_plug_ins.py13 # to override python's choice of a module from its own dir. We want to have that ability in our en…
15 # save the value from sys.path[0], delete it, import our modules and then restore sys.path to its o…
71 …Handle signals. Without a function to catch a SIGTERM or SIGINT, our program would terminate imme…
72 with return code 143 and without calling our exit_function.
75 …# Our convention is to set up exit_function with atexit.registr() so there is no need to explicitl…
/openbmc/linux/fs/btrfs/
H A Ddelalloc-space.c48 * This is the simplest case, we haven't completed our operation and we know
74 * to checksum our outstanding data.
77 * our reservation. We use btrfs_calculate_inode_block_rsv_size() to
79 * metadata for this inode. We call this and then adjust our reservation as
88 * a completely clean inode, with a num_bytes < our maximum allowed extent size
99 * We must call this once we are done, as we hold our reservation for the
100 * duration of our operation, and then assume set_delalloc will update the
360 * Now we need to update our outstanding extents and csum bytes _first_ in btrfs_delalloc_reserve_metadata()
373 /* Now we can safely add our space to our block rsv */ in btrfs_delalloc_reserve_metadata()
415 * Release our outstanding_extents for an inode.
[all …]
/openbmc/linux/drivers/scsi/csiostor/
H A 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
/openbmc/linux/drivers/crypto/chelsio/
H A 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
/openbmc/linux/arch/x86/math-emu/
H A 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 …]
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A 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
/openbmc/sdbusplus/test/exception/
H A Dsdbus_error.cpp88 // Build our first SdBusError in TEST()
96 // Move our SdBusError to a new one in TEST()
108 // Ensure our new object has the same data but moved in TEST()
114 // Move our SdBusError using the operator=() in TEST()
127 // Ensure our new object has the same data but moved in TEST()
152 // The SdBusError should have moved our error so it should be freeable in TEST()
/openbmc/linux/Documentation/driver-api/usb/
H A 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 */
/openbmc/linux/drivers/usb/
H A 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 …]
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A 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()
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 …]
/openbmc/linux/drivers/usb/misc/
H A 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()
/openbmc/linux/arch/powerpc/kernel/
H A 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 */

12345678910>>...201