Home
last modified time | relevance | path

Searched defs:wd (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v4.19/drivers/scsi/
Dwd719x.c49 static inline u8 wd719x_readb(struct wd719x *wd, u8 reg) in wd719x_readb()
54 static inline u32 wd719x_readl(struct wd719x *wd, u8 reg) in wd719x_readl()
59 static inline void wd719x_writeb(struct wd719x *wd, u8 reg, u8 val) in wd719x_writeb()
64 static inline void wd719x_writew(struct wd719x *wd, u8 reg, u16 val) in wd719x_writew()
69 static inline void wd719x_writel(struct wd719x *wd, u8 reg, u32 val) in wd719x_writel()
75 static inline int wd719x_wait_ready(struct wd719x *wd) in wd719x_wait_ready()
92 static inline int wd719x_wait_done(struct wd719x *wd, int timeout) in wd719x_wait_done()
118 static int wd719x_direct_cmd(struct wd719x *wd, u8 opcode, u8 dev, u8 lun, in wd719x_direct_cmd()
154 static void wd719x_destroy(struct wd719x *wd) in wd719x_destroy()
187 struct wd719x *wd = shost_priv(cmd->device->host); in wd719x_finish_cmd() local
[all …]
/Linux-v4.19/sound/soc/au1x/
Dpsc-i2s.c299 struct au1xpsc_audio_data *wd; in au1xpsc_i2s_drvprobe() local
352 struct au1xpsc_audio_data *wd = platform_get_drvdata(pdev); in au1xpsc_i2s_drvremove() local
367 struct au1xpsc_audio_data *wd = dev_get_drvdata(dev); in au1xpsc_i2s_drvsuspend() local
382 struct au1xpsc_audio_data *wd = dev_get_drvdata(dev); in au1xpsc_i2s_drvresume() local
Dpsc-ac97.c372 struct au1xpsc_audio_data *wd; in au1xpsc_ac97_drvprobe() local
431 struct au1xpsc_audio_data *wd = platform_get_drvdata(pdev); in au1xpsc_ac97_drvremove() local
449 struct au1xpsc_audio_data *wd = dev_get_drvdata(dev); in au1xpsc_ac97_drvsuspend() local
464 struct au1xpsc_audio_data *wd = dev_get_drvdata(dev); in au1xpsc_ac97_drvresume() local
/Linux-v4.19/drivers/watchdog/
Dintel-mid_wdt.c44 static int wdt_start(struct watchdog_device *wd) in wdt_start()
67 static int wdt_ping(struct watchdog_device *wd) in wdt_ping()
79 static int wdt_stop(struct watchdog_device *wd) in wdt_stop()
Dxen_wdt.c125 struct sched_watchdog wd = { .id = ~0 }; in xen_wdt_probe() local
/Linux-v4.19/fs/notify/inotify/
Dinotify.h8 int wd; member
16 int wd; member
Dinotify_user.c380 int wd) in inotify_idr_find_locked()
401 int wd) in inotify_idr_find()
423 int wd; in inotify_remove_from_idr() local
757 SYSCALL_DEFINE2(inotify_rm_watch, int, fd, __s32, wd) in SYSCALL_DEFINE2() argument
/Linux-v4.19/fs/hfsplus/
Dwrapper.c95 static int hfsplus_read_mdb(void *bufptr, struct hfsplus_wd *wd) in hfsplus_read_mdb()
163 struct hfsplus_wd wd; in hfsplus_read_wrapper() local
/Linux-v4.19/drivers/pinctrl/zte/
Dpinctrl-zx.h54 #define TOP_PIN(pin, off, bp, wd, coff, cbp, ...) { \ argument
69 #define AON_PIN(pin, off, bp, wd, coff, cbp, ...) { \ argument
/Linux-v4.19/drivers/acpi/arm64/
Dgtdt.c67 struct acpi_gtdt_watchdog *wd = platform_timer; in is_non_secure_watchdog() local
331 static int __init gtdt_import_sbsa_gwdt(struct acpi_gtdt_watchdog *wd, in gtdt_import_sbsa_gwdt()
/Linux-v4.19/drivers/base/power/
Dmain.c466 #define DECLARE_DPM_WATCHDOG_ON_STACK(wd) \ argument
479 struct dpm_watchdog *wd = from_timer(wd, t, timer); in dpm_watchdog_handler() local
492 static void dpm_watchdog_set(struct dpm_watchdog *wd, struct device *dev) in dpm_watchdog_set()
509 static void dpm_watchdog_clear(struct dpm_watchdog *wd) in dpm_watchdog_clear()
517 #define DECLARE_DPM_WATCHDOG_ON_STACK(wd) argument
/Linux-v4.19/drivers/hid/
Dhid-logitech-hidpp.c1518 struct hidpp_ff_work_data *wd = container_of(w, struct hidpp_ff_work_data, work); in hidpp_ff_work_handler() local
1586 struct hidpp_ff_work_data *wd = kzalloc(sizeof(*wd), GFP_KERNEL); in hidpp_ff_queue_work() local
2024 struct wtp_data *wd = hidpp->private_data; in wtp_populate_input() local
2052 static void wtp_touch_event(struct wtp_data *wd, in wtp_touch_event()
2080 struct wtp_data *wd = hidpp->private_data; in wtp_send_raw_xy_event() local
2098 struct wtp_data *wd = hidpp->private_data; in wtp_mouse_raw_xy_event() local
2138 struct wtp_data *wd = hidpp->private_data; in wtp_raw_event() local
2180 struct wtp_data *wd = hidpp->private_data; in wtp_get_config() local
2210 struct wtp_data *wd; in wtp_allocate() local
2225 struct wtp_data *wd = hidpp->private_data; in wtp_connect() local
/Linux-v4.19/include/uapi/linux/
Dinotify.h22 __s32 wd; /* watch descriptor */ member
/Linux-v4.19/net/sched/
Dsch_api.c589 struct qdisc_watchdog *wd = container_of(timer, struct qdisc_watchdog, in qdisc_watchdog() local
599 void qdisc_watchdog_init_clockid(struct qdisc_watchdog *wd, struct Qdisc *qdisc, in qdisc_watchdog_init_clockid()
608 void qdisc_watchdog_init(struct qdisc_watchdog *wd, struct Qdisc *qdisc) in qdisc_watchdog_init()
614 void qdisc_watchdog_schedule_ns(struct qdisc_watchdog *wd, u64 expires) in qdisc_watchdog_schedule_ns()
630 void qdisc_watchdog_cancel(struct qdisc_watchdog *wd) in qdisc_watchdog_cancel()
/Linux-v4.19/include/net/
Dpkt_sched.h80 static inline void qdisc_watchdog_schedule(struct qdisc_watchdog *wd, in qdisc_watchdog_schedule()
/Linux-v4.19/drivers/video/fbdev/matrox/
Dmatroxfb_misc.c193 unsigned int wd; in matroxfb_vgaHWinit() local
/Linux-v4.19/drivers/media/dvb-frontends/
Dstv0367.c638 int wd = 100; in stv0367ter_check_syr() local
669 int wd = 0; in stv0367ter_check_cpamp() local
716 short int wd, tempo; in stv0367ter_lock_algo() local
/Linux-v4.19/drivers/video/fbdev/
Dasiliantfb.c184 unsigned wd = (p->var.xres_virtual * ((p->var.bits_per_pixel+7)/8)) / 8; in asiliant_set_timing() local
Dtdfxfb.c554 u32 wd; in tdfxfb_set_par() local
/Linux-v4.19/drivers/slimbus/
Dqcom-ctrl.c115 struct work_struct wd; member
/Linux-v4.19/arch/mips/kernel/
Dunaligned.c897 unsigned int wd; in emulate_load_store_insn() local
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.h362 static inline struct brcmf_cfg80211_info *wdev_to_cfg(struct wireless_dev *wd) in wdev_to_cfg()
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_dbg.c319 uint16_t wd; in qla24xx_soft_reset() local
/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_sd7220.c657 u32 wd, u32 mask) in qib_sd7220_reg_mod()
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hw.c32 u32 wd[4]; member

12