Home
last modified time | relevance | path

Searched refs:this (Results 476 - 500 of 1074) sorted by relevance

1...<<11121314151617181920>>...43

/kernel/linux/linux-6.6/arch/mips/sgi-ip22/
H A Dip22-reset.c3 * License. See the file "COPYING" in the main directory of this archive
29 * I'm not sure if this feature is a good idea, for now it's here just to
92 /* XXX fix this for fullhouse */ in blink_timeout()
166 static int panic_event(struct notifier_block *this, unsigned long event, in panic_event() argument
/kernel/linux/linux-6.6/arch/mips/sgi-ip32/
H A Dip32-reset.c3 * License. See the file "COPYING" in the main directory of this archive
112 static int panic_event(struct notifier_block *this, unsigned long event, in panic_event() argument
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dcdc_subset.c41 * this protocol. That includes both smart peripherals and quite a lot
45 * with this "cdc_subset" framing, that doesn't mean there may not be a
49 * framing to be used rather than this "cdc_subset" model.
67 * NOTE that the MS-Windows drivers for this chip use some funky and
68 * (naturally) undocumented 7-byte prefix to each packet, so this is a
155 * implements this interface. Product developers can reuse or modify that
234 #warning You need to configure some hardware for this driver
325 // that just enables this gadget option.
/kernel/linux/linux-5.10/drivers/parisc/
H A Dpower.c13 * notice, this list of conditions, and the following disclaimer,
16 * derived from this software without specific prior written permission.
18 * Alternatively, this software may be distributed under the terms of the
182 static int parisc_panic_event(struct notifier_block *this, in parisc_panic_event() argument
/kernel/linux/linux-5.10/scripts/atomic/
H A Dgen-atomic-instrumented.sh25 # An atomic RMW: if this parameter is not a constant, and this atomic is
26 # not just a 's'tore, this parameter is both read from and written to.
58 # We definitely need a preprocessor symbol for this atomic if it is an
65 # If this is a base variant, but a relaxed variant *may* exist, then we
146 * To use this functionality an arch's atomic.h file needs to define all
148 * this file at the end. This file provides atomic_read() that forwards to
/kernel/linux/linux-5.10/include/net/netfilter/
H A Dnf_conntrack_expect.h25 /* We expect this tuple, with the following mask */
31 struct nf_conntrack_expect *this);
121 /* Allocate space for an expectation: this is mandatory before calling
/kernel/linux/linux-5.10/drivers/watchdog/
H A Dindydog.c141 static int indydog_notify_sys(struct notifier_block *this, in indydog_notify_sys() argument
H A Dsbc_epx_c3.c145 static int epx_c3_notify_sys(struct notifier_block *this, unsigned long code, in epx_c3_notify_sys() argument
216 "Note that there is no way to probe for this device -- "
217 "so only use it if you are *sure* you are running on this specific "
/kernel/linux/linux-5.10/drivers/power/reset/
H A Darm-versatile-reboot.c72 static int versatile_reboot(struct notifier_block *this, unsigned long mode, in versatile_reboot() argument
H A Dkeystone-reset.c52 static int rsctrl_restart_handler(struct notifier_block *this, in rsctrl_restart_handler() argument
H A Dbrcmstb-reboot.c45 static int brcmstb_restart_handler(struct notifier_block *this, in brcmstb_restart_handler() argument
H A Dvexpress-poweroff.c40 static int vexpress_restart(struct notifier_block *this, unsigned long mode, in vexpress_restart() argument
/kernel/linux/linux-5.10/fs/hfs/
H A Dbtree.h57 u32 this;
134 __be32 next; /* (V) Number of the next node at this level */
135 __be32 prev; /* (V) Number of the prev node at this level */
137 u8 height; /* (F) The level of this node (leaves=1) */
138 __be16 num_recs; /* (V) The number of records in this node */
148 __be16 depth; /* (V) The number of levels in this B-tree */
/kernel/linux/linux-6.6/drivers/mfd/
H A Dacer-ec-a500.c115 static int a500_ec_restart_notify(struct notifier_block *this, in a500_ec_restart_notify() argument
/kernel/linux/linux-6.6/fs/hfs/
H A Dbtree.h57 u32 this;
134 __be32 next; /* (V) Number of the next node at this level */
135 __be32 prev; /* (V) Number of the prev node at this level */
137 u8 height; /* (F) The level of this node (leaves=1) */
138 __be16 num_recs; /* (V) The number of records in this node */
148 __be16 depth; /* (V) The number of levels in this B-tree */
/kernel/linux/linux-6.6/drivers/watchdog/
H A Dindydog.c141 static int indydog_notify_sys(struct notifier_block *this, in indydog_notify_sys() argument
H A Dsbc_epx_c3.c145 static int epx_c3_notify_sys(struct notifier_block *this, unsigned long code, in epx_c3_notify_sys() argument
216 "Note that there is no way to probe for this device -- "
217 "so only use it if you are *sure* you are running on this specific "
/kernel/linux/linux-6.6/include/net/netfilter/
H A Dnf_conntrack_expect.h25 /* We expect this tuple, with the following mask */
40 struct nf_conntrack_expect *this);
121 /* Allocate space for an expectation: this is mandatory before calling
/kernel/linux/linux-6.6/drivers/power/reset/
H A Dvexpress-poweroff.c40 static int vexpress_restart(struct notifier_block *this, unsigned long mode, in vexpress_restart() argument
H A Dkeystone-reset.c53 static int rsctrl_restart_handler(struct notifier_block *this, in rsctrl_restart_handler() argument
H A Darm-versatile-reboot.c72 static int versatile_reboot(struct notifier_block *this, unsigned long mode, in versatile_reboot() argument
H A Dbrcmstb-reboot.c35 static int brcmstb_restart_handler(struct notifier_block *this, in brcmstb_restart_handler() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/
H A Dprestera_router_hw.h81 struct prestera_nexthop_group *this;
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dcdc_subset.c41 * this protocol. That includes both smart peripherals and quite a lot
45 * with this "cdc_subset" framing, that doesn't mean there may not be a
49 * framing to be used rather than this "cdc_subset" model.
67 * NOTE that the MS-Windows drivers for this chip use some funky and
68 * (naturally) undocumented 7-byte prefix to each packet, so this is a
153 * implements this interface. Product developers can reuse or modify that
229 #warning You need to configure some hardware for this driver
320 // that just enables this gadget option.
/kernel/linux/linux-6.6/drivers/parisc/
H A Dpower.c13 * notice, this list of conditions, and the following disclaimer,
16 * derived from this software without specific prior written permission.
18 * Alternatively, this software may be distributed under the terms of the
184 * since this version spin_trylocks (instead of regular
187 static int parisc_panic_event(struct notifier_block *this, in parisc_panic_event() argument
203 /* this turns the system off via SeaBIOS */ in qemu_power_off()

Completed in 10 milliseconds

1...<<11121314151617181920>>...43