Searched refs:this (Results 276 - 300 of 529) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/watchdog/
H A Dsc1200wdt.c8 * The author(s) of this software shall not be held liable for damages
9 * of any nature resulting due to the use of this software. This
231 /* the API states this is given in secs */
291 static int sc1200wdt_notify_sys(struct notifier_block *this, argument
350 /* this driver only supports one card at a time */
H A Dwdrtas.c228 * the number of bytes passed to this function
380 /* only stop watchdog, if this was announced using 'V' before */
403 * wdrtas_temp_read gives the temperature to the users by copying this
459 static int wdrtas_reboot(struct notifier_block *this, argument
510 * this watchdog driver. It tolerates, if "get-sensor-state" and
H A Dit8712f_wdt.c14 * The author(s) of this software shall not be held liable for damages
15 * of any nature resulting due to the use of this software. This
88 "game port reads that this driver generates. You can also "
217 static int it8712f_wdt_notify(struct notifier_block *this, argument
H A Dmachzwd.c6 * any of this software. This material is provided "AS-IS" in
352 static int zf_notify_sys(struct notifier_block *this, unsigned long code, argument
H A Dsc520_wdt.c9 * any of this software. This material is provided "AS-IS" in
44 * because this particular WDT has a very short timeout (1.6
352 static int wdt_notify_sys(struct notifier_block *this, unsigned long code, argument
H A Dw83877f_wdt.c9 * any of this software. This material is provided "AS-IS" in
36 * because this particular WDT has a very short timeout (1.6
320 static int wdt_notify_sys(struct notifier_block *this, unsigned long code, argument
H A Dsbc60xxwdt.c8 * any of this software. This material is provided "AS-IS" in
39 * *) The driver will ping the watchdog by itself, because this
296 static int wdt_notify_sys(struct notifier_block *this, unsigned long code, argument
H A Deurotechwdt.c16 * warranty for any of this software. This material is provided
67 * You must set these - there is no sane way to probe for this board.
345 * @this: our notifier block
355 static int eurwdt_notify_sys(struct notifier_block *this, unsigned long code, argument
397 * Unload the watchdog. You cannot do this with any file handles open.
H A Dat91rm9200_wdt.c54 static int at91rm9200_restart(struct notifier_block *this, argument
/linux-master/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S38 /* this must be the first byte of the loader! */
76 * load address of this image is not at an arbitrary address,
94 # a0: address where this code has been loaded
/linux-master/arch/arm/lib/
H A Dbacktrace.S41 ldr r0, [sp], #4 @ by stmfd for this CPU
/linux-master/arch/powerpc/kernel/vdso/
H A Dsigtramp64.S303 # Do we really need to describe the frame at this point? ie. will
/linux-master/arch/arm/mach-pxa/
H A Dsleep.S62 @ set SDCLKx divide-by-2 bits (this is part of a workaround for Errata 50)
/linux-master/net/core/
H A Dfailover.c186 failover_event(struct notifier_block *this, unsigned long event, void *ptr) argument
/linux-master/tools/bpf/bpftool/
H A Dmain.c97 * than libbpf's when we adopted this scheme. The patch number remains at 0
462 * Let's reset errno to make sure this does not interfere with the
/linux-master/tools/testing/selftests/bpf/
H A Dtest_flow_dissector.sh15 echo $msg please run this as root >&2
20 # this is the case and run it with in_netns.sh if it is being run in the root
/linux-master/crypto/
H A Dalgboss.c221 static int cryptomgr_notify(struct notifier_block *this, unsigned long msg, argument
/linux-master/arch/xtensa/platforms/xtfpga/
H A Dsetup.c45 static int xtfpga_restart(struct notifier_block *this, argument
/linux-master/arch/arm/mm/
H A Dproc-v7m.S126 @ SVC to switch to handler mode. Notice that this requires sp to
/linux-master/arch/alpha/lib/
H A Dev6-copy_user.S50 subq $18, 32, $1 # .. .. E. .. : Is this going to be a small copy?
61 * We know we have at least one trip through this loop
124 * Based upon the usage context, it's worth the effort to unroll this loop
138 * addresses differ by more than 32 bytes. In this particular case, a
139 * sparsity of registers further bounds this to be a minimum of 8 bytes.
140 * But if this isn't met, then the output result will be incorrect.
142 * unroll this to be an 8x loop (which would enable us to use the wh64
/linux-master/drivers/net/ethernet/sun/
H A Dsunqe.c247 /* Reload multicast information, this will enable the receiver
416 struct qe_rxd *this; local
422 this = &rxbase[elem];
423 while (!((flags = this->rx_flags) & RXD_OWN)) {
457 this = &rxbase[elem];
671 * me a day or two to find this bug.
891 /* Stop this QE. */
/linux-master/tools/testing/selftests/amd-pstate/
H A Drun.sh278 echo $msg please run this as root >&2
/linux-master/include/linux/i3c/
H A Dmaster.h41 * @master: I3C master that instantiated this device. Will be used to do
101 * @work: work associated to this slot. The IBI handler will be called from
103 * @dev: the I3C device that has generated this IBI
104 * @len: length of the payload associated to this IBI
130 * @max_payload_len: maximum payload length for an IBI coming from this device.
131 * this value is specified when calling
133 * time. All messages IBIs exceeding this limit should be
135 * @num_slots: number of IBI slots reserved for this device
149 * Note that this structure is the generic view of the IBI management
169 * guarantee that the device will end up using this addres
[all...]
/linux-master/virt/kvm/
H A Deventfd.c69 * then notify all of the resampler irqfds using this GSI. We can't
138 * We know no new events will be scheduled at this point, so block
565 * so that we guarantee there will not be any more interrupts on this
566 * gsi once this deassign function returns.
767 ioeventfd_write(struct kvm_vcpu *vcpu, struct kvm_io_device *this, gpa_t addr, argument
770 struct _ioeventfd *p = to_ioeventfd(this);
784 ioeventfd_destructor(struct kvm_io_device *this) argument
786 struct _ioeventfd *p = to_ioeventfd(this);
848 /* The datamatch feature is optional, otherwise this is a wildcard */
/linux-master/arch/arm/kernel/
H A Dasm-offsets.c36 #error Sorry, your compiler targets APCS-26 but this kernel requires APCS-32

Completed in 278 milliseconds

<<11121314151617181920>>