Searched refs:wd (Results 26 - 50 of 61) sorted by relevance

123

/linux-master/drivers/base/power/
H A Dmain.c501 #define DECLARE_DPM_WATCHDOG_ON_STACK(wd) \
502 struct dpm_watchdog wd
514 struct dpm_watchdog *wd = from_timer(wd, t, timer); local
516 dev_emerg(wd->dev, "**** DPM device timeout ****\n");
517 show_stack(wd->tsk, NULL, KERN_EMERG);
519 dev_driver_string(wd->dev), dev_name(wd->dev));
524 * @wd: Watchdog. Must be allocated on the stack.
527 static void dpm_watchdog_set(struct dpm_watchdog *wd, struc argument
544 dpm_watchdog_clear(struct dpm_watchdog *wd) argument
[all...]
/linux-master/kernel/time/
H A Dtick-broadcast.c107 static void tick_oneshot_wakeup_handler(struct clock_event_device *wd) argument
938 struct clock_event_device *dev, *wd; local
944 wd = tick_get_oneshot_wakeup_device(cpu);
945 if (!wd)
951 clockevents_switch_state(wd, CLOCK_EVT_STATE_ONESHOT);
952 clockevents_program_event(wd, dev->next_event, 1);
956 if (clockevent_get_state(wd) != CLOCK_EVT_STATE_ONESHOT)
H A Dtimer_list.c238 const struct clock_event_device *wd = tick_get_wakeup_device(cpu); local
240 SEQ_printf(m, "Wakeup Device: %s\n", wd ? wd->name : "<NULL>");
/linux-master/drivers/platform/mellanox/
H A Dnvsw-sn2201.c144 struct platform_device *wd; member in struct:nvsw_sn2201
1015 nvsw_sn2201->wd =
1019 if (IS_ERR(nvsw_sn2201->wd)) {
1020 err = PTR_ERR(nvsw_sn2201->wd);
1043 if (nvsw_sn2201->wd)
1044 platform_device_unregister(nvsw_sn2201->wd);
1062 if (nvsw_sn2201->wd)
1063 platform_device_unregister(nvsw_sn2201->wd);
/linux-master/samples/cgroup/
H A Dmemcg_event_listener.c209 if (events->inotify_wd != event->wd) {
210 warnx("Unknown inotify event %d, should be %d", event->wd,
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.h400 static inline struct brcmf_cfg80211_info *wdev_to_cfg(struct wireless_dev *wd) argument
402 return wiphy_to_cfg(wd->wiphy);
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.c31 u32 wd[4]; member in struct:qlcnic_ms_reg_ctrl
1304 ms->wd[0] = QLCNIC_MS_WRTDATA_LO;
1306 ms->wd[1] = QLCNIC_MS_WRTDATA_HI;
1308 ms->wd[2] = QLCNIC_MS_WRTDATA_ULO;
1309 ms->wd[3] = QLCNIC_MS_WRTDATA_UHI;
1313 ms->wd[0] = QLCNIC_MS_WRTDATA_ULO;
1315 ms->wd[1] = QLCNIC_MS_WRTDATA_UHI;
1317 ms->wd[2] = QLCNIC_MS_WRTDATA_LO;
1318 ms->wd[3] = QLCNIC_MS_WRTDATA_HI;
1372 qlcnic_ind_wr(adapter, ms.wd[
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Dstv0367.c610 int wd = 100; local
618 while ((!SYR_var) && (wd > 0)) {
620 wd -= 2;
641 int wd = 0; local
648 wd = 10;
652 wd = 55;
656 wd = 30;
663 dprintk("%s: CPAMPMin=%d wd=%d\n", __func__, CPAMPMin, wd);
666 while ((CPAMPvalue < CPAMPMin) && (wd >
688 short int wd, tempo; local
[all...]
/linux-master/arch/mips/sgi-ip22/
H A Dip22-platform.c13 #include <asm/sgi/wd.h>
/linux-master/fs/notify/
H A Dfdinfo.c87 seq_printf(m, "inotify wd:%x ino:%lx sdev:%x mask:%x ignored_mask:0 ",
88 inode_mark->wd, inode->i_ino, inode->i_sb->s_dev,
/linux-master/arch/mips/kernel/
H A Dunaligned.c463 unsigned int wd, preempted; local
478 wd = insn.msa_mi10_format.wd;
479 fpr = &current->thread.fpu.fpr[wd];
511 write_msa_wr(wd, fpr, df);
529 read_msa_wr(wd, fpr, df);
/linux-master/net/sched/
H A Dsch_api.c610 struct qdisc_watchdog *wd = container_of(timer, struct qdisc_watchdog, local
614 __netif_schedule(qdisc_root(wd->qdisc));
620 void qdisc_watchdog_init_clockid(struct qdisc_watchdog *wd, struct Qdisc *qdisc, argument
623 hrtimer_init(&wd->timer, clockid, HRTIMER_MODE_ABS_PINNED);
624 wd->timer.function = qdisc_watchdog;
625 wd->qdisc = qdisc;
629 void qdisc_watchdog_init(struct qdisc_watchdog *wd, struct Qdisc *qdisc) argument
631 qdisc_watchdog_init_clockid(wd, qdisc, CLOCK_MONOTONIC);
635 void qdisc_watchdog_schedule_range_ns(struct qdisc_watchdog *wd, u64 expires, argument
642 &qdisc_root_sleeping(wd
665 qdisc_watchdog_cancel(struct qdisc_watchdog *wd) argument
[all...]
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_misc.c194 unsigned int wd; local
277 wd = minfo->fbcon.var.xres_virtual * minfo->curr.final_bppShift / 64;
285 wd <<= 1;
288 hw->CRTCEXT[0] |= (wd & 0x300) >> 4;
329 hw->CRTC[19] = wd /* & 0xFF */;
/linux-master/drivers/video/fbdev/
H A Dasiliantfb.c183 unsigned wd = (p->var.xres_virtual * ((p->var.bits_per_pixel+7)/8)) / 8; local
209 write_cr(0x13, wd & 0xff);
210 write_cr(0x41, (wd & 0xf00) >> 8);
H A Dtdfxfb.c554 u32 wd; local
579 wd = (hdispend >> 3) - 1;
580 hd = wd;
660 reg.crt[0x13] = wd;
/linux-master/sound/core/
H A Dsound_kunit.c14 #define DEFINE_FORMAT(fmt, pbits, wd, endianness, signd, silence_arr) { \
16 .width = wd, .le = endianness, .sd = signd, .silence = silence_arr, \
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_sd7220.c648 * @wd: Write Data - value to set in register
657 u32 wd, u32 mask)
711 wd = (wd & mask) | (transval & ~mask);
712 transval = loc | (wd & EPB_DATA_MASK);
656 qib_sd7220_reg_mod(struct qib_devdata *dd, int sdnum, u32 loc, u32 wd, u32 mask) argument
/linux-master/drivers/slimbus/
H A Dqcom-ctrl.c115 struct work_struct wd; member in struct:qcom_slim_ctrl
258 queue_work(ctrl->rxwq, &ctrl->wd);
445 wd);
539 INIT_WORK(&ctrl->wd, qcom_slim_rxwq);
/linux-master/arch/arm/mach-omap1/
H A Ddevices.c15 #include <linux/platform_data/omap-wd-timer.h>
/linux-master/tools/perf/
H A Dbuiltin-daemon.c1021 int fd, wd = -1; local
1036 wd = inotify_add_watch(fd, dir, IN_CLOSE_WRITE);
1037 if (wd >= 0) {
1041 wd = -1;
1050 return wd < 0 ? -1 : fd;
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dmac_be.c1375 static int dle_buf_req_be(struct rtw89_dev *rtwdev, u16 buf_len, bool wd, u16 *pkt_id) argument
1380 reg = wd ? R_BE_WD_BUF_REQ : R_BE_PL_BUF_REQ;
1385 reg = wd ? R_BE_WD_BUF_STATUS : R_BE_PL_BUF_STATUS;
1400 struct rtw89_cpuio_ctrl *ctrl_para, bool wd)
1408 reg = wd ? R_BE_WD_CPUQ_OP_3 : R_BE_PL_CPUQ_OP_3;
1415 reg = wd ? R_BE_WD_CPUQ_OP_1 : R_BE_PL_CPUQ_OP_1;
1424 reg = wd ? R_BE_WD_CPUQ_OP_2 : R_BE_PL_CPUQ_OP_2;
1433 reg = wd ? R_BE_WD_CPUQ_OP_0 : R_BE_PL_CPUQ_OP_0;
1441 reg = wd ? R_BE_WD_CPUQ_OP_STATUS : R_BE_PL_CPUQ_OP_STATUS;
1446 rtw89_err(rtwdev, "[ERR]set cpuio wd timeou
1399 set_cpuio_be(struct rtw89_dev *rtwdev, struct rtw89_cpuio_ctrl *ctrl_para, bool wd) argument
[all...]
/linux-master/drivers/watchdog/
H A Domap_wdt.c42 #include <linux/platform_data/omap-wd-timer.h>
/linux-master/drivers/scsi/
H A Dsgiwd93.c29 #include <asm/sgi/wd.h>
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c1525 bool wd; local
1528 wd = ice_xmit_zc(tx_ring);
1530 wd = true;
1532 wd = ice_clean_tx_irq(tx_ring, budget);
1534 if (!wd)
/linux-master/tools/tracing/latency/
H A Dlatency-collector.c1451 int wd; local
1484 wd = inotify_add_watch(ifd, debug_maxlat, IN_MODIFY);
1485 if (wd < 0)

Completed in 722 milliseconds

123