Home
last modified time | relevance | path

Searched refs:watcher (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/platform/x86/intel/pmt/
H A Ddiscovery.c71 struct watcher { struct
80 struct watcher watcher; member
88 struct watcher watcher; member
180 static struct watcher *get_watcher(struct feature *feature) in get_watcher()
184 return &feature->table.rmid.watcher; in get_watcher()
186 return &feature->table.watcher; in get_watcher()
196 return &feature->table.rmid.watcher.command; in get_command()
198 return &feature->table.watcher.command; in get_command()
219 struct watcher *watcher = get_watcher(feature); in min_watcher_period_ms_show() local
221 if (IS_ERR(watcher)) in min_watcher_period_ms_show()
[all …]
/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_timeline.c982 struct hwsp_watcher watcher[2] = {}; in live_hwsp_read() local
1009 for (i = 0; i < ARRAY_SIZE(watcher); i++) { in live_hwsp_read()
1010 err = setup_watcher(&watcher[i], gt, tl); in live_hwsp_read()
1021 err = create_watcher(&watcher[1], engine, SZ_512K); in live_hwsp_read()
1036 err = create_watcher(&watcher[0], engine, SZ_4K); in live_hwsp_read()
1071 &watcher[0].rq->fence, 0, in live_hwsp_read()
1080 switch_tl_lock(rq, watcher[0].rq); in live_hwsp_read()
1081 err = intel_timeline_read_hwsp(rq, watcher[0].rq, &hwsp); in live_hwsp_read()
1083 err = emit_read_hwsp(watcher[0].rq, /* before */ in live_hwsp_read()
1085 &watcher[0].addr); in live_hwsp_read()
[all …]
/linux/Documentation/ABI/testing/
H A Dsysfs-class-intel_pmt-features51 - Present if the feature supports the watcher API.
52 The watcher API provides a writable control interface that allows user
55 - Minimum supported time period for the watcher interface (milliseconds).
110 - Features supporting the watcher API include `min_watcher_period_ms`.
121 watcher Available: Yes
/linux/include/linux/
H A Dipmi.h287 int ipmi_smi_watcher_register(struct ipmi_smi_watcher *watcher);
288 int ipmi_smi_watcher_unregister(struct ipmi_smi_watcher *watcher);
/linux/net/bridge/netfilter/
H A Debtables.c96 par->target = w->u.watcher; in ebt_do_watcher()
98 w->u.watcher->target(skb, par); in ebt_do_watcher()
434 struct xt_target *watcher; in ebt_check_watcher() local
442 watcher = xt_request_find_target(NFPROTO_BRIDGE, w->u.name, 0); in ebt_check_watcher()
443 if (IS_ERR(watcher)) in ebt_check_watcher()
444 return PTR_ERR(watcher); in ebt_check_watcher()
446 if (watcher->family != NFPROTO_BRIDGE) { in ebt_check_watcher()
447 module_put(watcher->me); in ebt_check_watcher()
451 w->u.watcher = watcher; in ebt_check_watcher()
453 par->target = watcher; in ebt_check_watcher()
[all …]
H A DKconfig237 This option adds the log watcher, that you can use in any rule
246 This option enables the nflog watcher, which allows to LOG
251 This option adds the nflog watcher, that you can use in any rule
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pip.h316 static inline void cvmx_pip_config_watcher(uint64_t watcher,
327 cvmx_write_csr(CVMX_PIP_QOS_WATCHX(watcher), watcher_config.u64);
/linux/include/uapi/linux/netfilter_bridge/
H A Debtables.h141 struct xt_target *watcher; member
/linux/arch/mips/sibyte/common/
H A Dbus_watcher.c79 #error bus watcher being built for unknown Sibyte SOC! in check_bus_watcher()
/linux/drivers/char/ipmi/
H A Dipmi_msghandler.c734 int ipmi_smi_watcher_register(struct ipmi_smi_watcher *watcher) in ipmi_smi_watcher_register() argument
752 list_add(&watcher->link, &smi_watchers); in ipmi_smi_watcher_register()
791 watcher->new_smi(interfaces[i], devices[i]); in ipmi_smi_watcher_register()
802 int ipmi_smi_watcher_unregister(struct ipmi_smi_watcher *watcher) in ipmi_smi_watcher_unregister() argument
805 list_del(&watcher->link); in ipmi_smi_watcher_unregister()