Home
last modified time | relevance | path

Searched refs:routine (Results 1 – 25 of 117) sorted by relevance

12345

/linux/arch/m68k/ifpsp060/
H A Dfskeleton.S60 | routine. The operating system can do system dependent clean-up or
71 | is present. The routine below should point to the operating system handler
75 | The sample routine below simply clears the exception status bit and
90 | is present. The routine below should point to the operating system handler
94 | The sample routine below simply clears the exception status bit and
108 | is present. The routine below should point to the operating system handler
113 | The sample routine below simply clears the exception status bit and
127 | is present. The routine below should point to the operating system handler
132 | The sample routine below simply clears the exception status bit and
146 | is present. The routine below should point to the operating system handler
[all …]
H A Diskeleton.S88 | stack frame and branches to this routine.
123 | Integer Instruction stack frame and branches to this routine.
163 | then this routine simply re-enters the package through _isp_cas.
174 | then this routine simply re-enters the package through _isp_cas2.
183 | Entry point for the operating system`s routine to "lock" a page
184 | from being paged out. This routine is needed by the cas/cas2
186 | region. Note: the routine must lock two pages if the operand
252 | Entry point for the operating system`s routine to "unlock" a
254 | Note: the routine must unlock two pages if the operand spans
H A Dilsp.doc72 within the package will then enter the correct emulation code routine.
90 bsr.l _060LISP_TOP+0x18 # branch to multiply routine
105 bsr.l _060LISP_TOP+0x08 # branch to divide routine
112 routine must make sure that the value isn't lost while popping
122 bsr.l _060LSP_TOP_+0x48 # branch to "cmp2" routine
129 operand is a zero, then the library routine, as its last
H A Dfplsp.doc73 within the package will then enter the correct emulation code routine.
88 bsr.l _060FPLSP_TOP+0x1a8 # branch to fsin routine
100 bsr.l _060FPLSP_TOP+0x168 # branch to frem routine
112 floating-point Operand Error exception, then the library routine
/linux/Documentation/driver-api/memory-devices/
H A Dti-gpmc.rst29 generic timing routine was developed to achieve above requirements.
31 Generic routine provides a generic method to calculate gpmc timings
40 field as required by peripheral, educate generic timing routine to
45 Generic timing routine has been verified to work properly on
48 A word of caution: generic timing routine has been developed based
52 in mainline having custom timing routine) and by simulation.
176 mentioned above, refer timing routine for more details. To know what
/linux/arch/arm/kernel/
H A Dentry-ftrace.S117 sub r0, fp, #4 @ lr of instrumented routine (parent)
123 ldr r1, [sp, #S_PC] @ instrumented routine (func)
167 sub r0, fp, #4 @ &lr of instrumented routine (&parent)
173 ldr r1, [sp, #16] @ instrumented routine (func)
177 mcount_adjust_addr r1, lr @ instrumented routine (func)
260 mov ip, sp @ sp at exit of instrumented routine
H A Dentry-v7m.S55 @ routine called with r0 = struct pt_regs *
/linux/Documentation/scsi/
H A D53c700.rst73 In the detect routine, you need to allocate a struct
77 routine into the interrupt line and call NCR_700_detect with the host
82 In the release routine, you must free the NCR_700_Host_Parameters that
93 where host is the return from the relevant NCR_700_detect() routine.
95 You may also write your own interrupt handling routine which calls
H A DChangeLog.ips74 4.00.05 - Remove wish_block from init routine
93 3.60.01 - Remove bogus error check in passthru routine.
109 0.99.03 - Make interrupt routine handle all completed request on the
H A DChangeLog.megaraid_sas214 c). In driver's timeout routine, driver will report to
215 OS as reset. Also driver's queue routine will block the
218 d). in Driver's ISR routine, if driver get the FW state as
222 e). In driver's IOCTL routine, the application cmds will wait for the
232 3. In driver's timeout routine, driver will do three time reset if fw is in
264 2. Takeoff the debug print-out in aen_polling routine.
337 1. Add shutdown DCMD cmd to the shutdown routine to make FW shutdown proper.
416 1. Added the megasas_reset_timer routine to intercept cmd timeout and throttle io.
435 routine for max 3 minutes for all pending command completion. Now driver will
436 call completion routine every 5 seconds from the reset routine instead of
[all …]
H A Ddpti.rst63 - Fixed pointer bug in bus reset routine
79 - Add code to rescan routine that notifies scsi-core about new devices
/linux/arch/m68k/fpsp040/
H A Dget_op.S6 | Description: This routine is called by the unsupported format/data
10 | opclass handler routine. See 68881/2 User's Manual table 4-11
39 | routine. The number is normalized, put back on the stack and
47 | routine which converts the unnorm to a norm (called mk_norm)
48 | detects this and tags the number as a denorm. The routine
H A Dgen_except.S4 | gen_except --- FPSP routine to detect reportable exceptions
6 | This routine compares the exception enable byte of the
10 | Any routine which may report an exceptions must load
158 movel (%a0,%d1.w*4),%a0 |load routine address based
160 jmp (%a0) |jump to routine
324 | instruction in an emulation routine caused the exception
347 | instruction of an emulation routine.
/linux/Documentation/admin-guide/device-mapper/
H A Dkcopyd.rst30 completion callback routine, and a pointer to some context data for the copy::
39 When the copy completes, kcopyd will call the user's completion routine,
/linux/Documentation/leds/
H A Dledtrig-transient.rst26 routine for the default trigger gets called. During registration of an led
29 When the driver unregisters, deactivation routine for the currently active
46 as its default trigger, trigger activation routine will get called. During
52 Transient trigger activation routine doesn't change the LED state. It
54 deactivation routine, will cancel any timer that is active before it cleans
/linux/Documentation/sound/designs/
H A Dcompress-offload.rst104 This routine returns the list of audio formats supported. Querying the
109 For each codec, this routine returns a list of
119 settings, this routine returns the minimum buffer size handled by the
126 This routine sets the configuration chosen for a specific codec. The
224 This routine sets the encoder delay and encoder padding. This can be used by
229 This routine tells DSP that metadata and write operation sent after this would
/linux/Documentation/spi/
H A Dspi-lm70llp.rst57 The bitbanger routine in this driver (lm70_txrx) is called back from
75 So: the getmiso inline routine in this driver takes this fact into account,
/linux/arch/mips/kernel/
H A Dscall32-o32.S104 lw t2, (t1) # syscall routine
189 lw t2, sys_call_table(t1) # syscall routine
/linux/arch/arm/lib/
H A Ddelay-loop.S46 @ Delay routine
/linux/Documentation/pcmcia/
H A Ddriver.rst20 Once added, the driver probe routine will be invoked for any unclaimed
/linux/Documentation/driver-api/rapidio/
H A Drapidio.rst107 an enumeration and/or discovery routine may be called automatically or
156 initialization routine. In this case an enumerating module shall be loaded
160 routine depending on the configured role of a master port: host or agent.
217 initialization routine calls rio_init_mports() to perform enumeration or
249 process from module initialization routine.
267 table entry contains a pointer to a switch-specific initialization routine that
316 method's module initialization routine calls rio_register_scan() to attach
/linux/Documentation/driver-api/mei/
H A Dmei-client-bus.rst123 And the driver's simplified probe routine would look like that:
137 In the probe routine the driver first enable the MEI device and then registers
/linux/Documentation/arch/s390/
H A Dcds.rst76 generic interrupt routine. This function is called by the interrupt entry
77 routine whenever an I/O interrupt is presented to the system. The do_IRQ()
78 routine determines the interrupt status and calls the device specific
152 ccw to retrieve device characteristics in its online routine.
158 ccw_device_start() routine allows to specify whether it expects the CDS layer
196 device driver I/O requests must be issued using this routine. A device driver
198 routine provides all interfaces required to drive arbitrary devices.
423 provides the ccw_device_resume() routine.
/linux/Documentation/misc-devices/
H A Disl29003.rst36 it, so the detection routine will just try to read from the configured I2C
/linux/Documentation/crypto/
H A Ddescore-readme.rst71 the key setting routine. also, i have no interest in re-implementing
122 the des routine here is buried inside a loop to do the
145 as in crypt above, the des routine is buried in a loop. it's
342 call this before using any other routine with ``Quick`` in its name.
354 is called with m, the routine will act like standard des
365 provide a routine that converts 128 6-bit bytes (specified in
383 Small|Quick determines whether you use the normal routine

12345