| /Linux-v5.4/drivers/scsi/ | 
| D | wd719x.c | 50 static inline u8 wd719x_readb(struct wd719x *wd, u8 reg)  in wd719x_readb()55 static inline u32 wd719x_readl(struct wd719x *wd, u8 reg)  in wd719x_readl()
 60 static inline void wd719x_writeb(struct wd719x *wd, u8 reg, u8 val)  in wd719x_writeb()
 65 static inline void wd719x_writew(struct wd719x *wd, u8 reg, u16 val)  in wd719x_writew()
 70 static inline void wd719x_writel(struct wd719x *wd, u8 reg, u32 val)  in wd719x_writel()
 76 static inline int wd719x_wait_ready(struct wd719x *wd)  in wd719x_wait_ready()
 93 static inline int wd719x_wait_done(struct wd719x *wd, int timeout)  in wd719x_wait_done()
 126 static int wd719x_direct_cmd(struct wd719x *wd, u8 opcode, u8 dev, u8 lun,  in wd719x_direct_cmd()
 164 static void wd719x_destroy(struct wd719x *wd)  in wd719x_destroy()
 192 	struct wd719x *wd = shost_priv(cmd->device->host);  in wd719x_finish_cmd()  local
 [all …]
 
 | 
| /Linux-v5.4/sound/soc/au1x/ | 
| D | psc-i2s.c | 296 	struct au1xpsc_audio_data *wd;  in au1xpsc_i2s_drvprobe()  local348 	struct au1xpsc_audio_data *wd = platform_get_drvdata(pdev);  in au1xpsc_i2s_drvremove()  local
 361 	struct au1xpsc_audio_data *wd = dev_get_drvdata(dev);  in au1xpsc_i2s_drvsuspend()  local
 376 	struct au1xpsc_audio_data *wd = dev_get_drvdata(dev);  in au1xpsc_i2s_drvresume()  local
 
 | 
| D | psc-ac97.c | 368 	struct au1xpsc_audio_data *wd;  in au1xpsc_ac97_drvprobe()  local426 	struct au1xpsc_audio_data *wd = platform_get_drvdata(pdev);  in au1xpsc_ac97_drvremove()  local
 444 	struct au1xpsc_audio_data *wd = dev_get_drvdata(dev);  in au1xpsc_ac97_drvsuspend()  local
 459 	struct au1xpsc_audio_data *wd = dev_get_drvdata(dev);  in au1xpsc_ac97_drvresume()  local
 
 | 
| /Linux-v5.4/drivers/watchdog/ | 
| D | intel-mid_wdt.c | 41 static int wdt_start(struct watchdog_device *wd)  in wdt_start()64 static int wdt_ping(struct watchdog_device *wd)  in wdt_ping()
 76 static int wdt_stop(struct watchdog_device *wd)  in wdt_stop()
 
 | 
| D | xen_wdt.c | 122 	struct sched_watchdog wd = { .id = ~0 };  in xen_wdt_probe()  local
 | 
| /Linux-v5.4/fs/notify/inotify/ | 
| D | inotify.h | 9 	int wd;  member17 	int wd;  member
 
 | 
| D | inotify_user.c | 378 								int wd)  in inotify_idr_find_locked()399 							 int wd)  in inotify_idr_find()
 421 	int wd;  in inotify_remove_from_idr()  local
 762 SYSCALL_DEFINE2(inotify_rm_watch, int, fd, __s32, wd)  in SYSCALL_DEFINE2()  argument
 
 | 
| /Linux-v5.4/fs/hfsplus/ | 
| D | wrapper.c | 95 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-v5.4/drivers/pinctrl/zte/ | 
| D | pinctrl-zx.h | 51 #define TOP_PIN(pin, off, bp, wd, coff, cbp, ...) {		\  argument66 #define AON_PIN(pin, off, bp, wd, coff, cbp, ...) {		\  argument
 
 | 
| /Linux-v5.4/drivers/acpi/arm64/ | 
| D | gtdt.c | 64 	struct acpi_gtdt_watchdog *wd = platform_timer;  in is_non_secure_watchdog()  local328 static int __init gtdt_import_sbsa_gwdt(struct acpi_gtdt_watchdog *wd,  in gtdt_import_sbsa_gwdt()
 
 | 
| /Linux-v5.4/drivers/base/power/ | 
| D | main.c | 474 #define DECLARE_DPM_WATCHDOG_ON_STACK(wd) \  argument487 	struct dpm_watchdog *wd = from_timer(wd, t, timer);  in dpm_watchdog_handler()  local
 500 static void dpm_watchdog_set(struct dpm_watchdog *wd, struct device *dev)  in dpm_watchdog_set()
 517 static void dpm_watchdog_clear(struct dpm_watchdog *wd)  in dpm_watchdog_clear()
 525 #define DECLARE_DPM_WATCHDOG_ON_STACK(wd)  argument
 
 | 
| /Linux-v5.4/include/uapi/linux/ | 
| D | inotify.h | 22 	__s32		wd;		/* watch descriptor */  member
 | 
| /Linux-v5.4/net/sched/ | 
| D | sch_api.c | 596 	struct qdisc_watchdog *wd = container_of(timer, struct qdisc_watchdog,  in qdisc_watchdog()  local606 void qdisc_watchdog_init_clockid(struct qdisc_watchdog *wd, struct Qdisc *qdisc,  in qdisc_watchdog_init_clockid()
 615 void qdisc_watchdog_init(struct qdisc_watchdog *wd, struct Qdisc *qdisc)  in qdisc_watchdog_init()
 621 void qdisc_watchdog_schedule_ns(struct qdisc_watchdog *wd, u64 expires)  in qdisc_watchdog_schedule_ns()
 637 void qdisc_watchdog_cancel(struct qdisc_watchdog *wd)  in qdisc_watchdog_cancel()
 
 | 
| /Linux-v5.4/drivers/hid/ | 
| D | hid-logitech-hidpp.c | 1749 	struct hidpp_ff_work_data *wd = container_of(w, struct hidpp_ff_work_data, work);  in hidpp_ff_work_handler()  local1817 	struct hidpp_ff_work_data *wd = kzalloc(sizeof(*wd), GFP_KERNEL);  in hidpp_ff_queue_work()  local
 2210 	struct wtp_data *wd = hidpp->private_data;  in wtp_populate_input()  local
 2239 	struct wtp_data *wd = hidpp->private_data;  in wtp_touch_event()  local
 2282 	struct wtp_data *wd = hidpp->private_data;  in wtp_mouse_raw_xy_event()  local
 2322 	struct wtp_data *wd = hidpp->private_data;  in wtp_raw_event()  local
 2364 	struct wtp_data *wd = hidpp->private_data;  in wtp_get_config()  local
 2394 	struct wtp_data *wd;  in wtp_allocate()  local
 2409 	struct wtp_data *wd = hidpp->private_data;  in wtp_connect()  local
 
 | 
| /Linux-v5.4/include/net/ | 
| D | pkt_sched.h | 80 static inline void qdisc_watchdog_schedule(struct qdisc_watchdog *wd,  in qdisc_watchdog_schedule()
 | 
| /Linux-v5.4/drivers/video/fbdev/matrox/ | 
| D | matroxfb_misc.c | 194 	unsigned int wd;  in matroxfb_vgaHWinit()  local
 | 
| /Linux-v5.4/drivers/media/dvb-frontends/ | 
| D | stv0367.c | 628 	int wd = 100;  in stv0367ter_check_syr()  local659 	int wd = 0;  in stv0367ter_check_cpamp()  local
 706 	short int wd, tempo;  in stv0367ter_lock_algo()  local
 
 | 
| /Linux-v5.4/drivers/video/fbdev/ | 
| D | asiliantfb.c | 184 	unsigned wd = (p->var.xres_virtual * ((p->var.bits_per_pixel+7)/8)) / 8;  in asiliant_set_timing()  local
 | 
| D | tdfxfb.c | 555 	u32 wd;  in tdfxfb_set_par()  local
 | 
| /Linux-v5.4/drivers/slimbus/ | 
| D | qcom-ctrl.c | 115 	struct work_struct	wd;  member
 | 
| /Linux-v5.4/arch/mips/kernel/ | 
| D | unaligned.c | 1238 		unsigned int wd, preempted;  in emulate_load_store_insn()  local
 | 
| /Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ | 
| D | cfg80211.h | 350 static inline struct brcmf_cfg80211_info *wdev_to_cfg(struct wireless_dev *wd)  in wdev_to_cfg()
 | 
| /Linux-v5.4/drivers/scsi/qla2xxx/ | 
| D | qla_dbg.c | 317 	uint16_t wd;  in qla24xx_soft_reset()  local
 | 
| /Linux-v5.4/drivers/infiniband/hw/qib/ | 
| D | qib_sd7220.c | 657 			      u32 wd, u32 mask)  in qib_sd7220_reg_mod()
 | 
| /Linux-v5.4/drivers/net/ethernet/qlogic/qlcnic/ | 
| D | qlcnic_hw.c | 32 	u32 wd[4];  member
 |