/openbmc/linux/drivers/watchdog/ |
H A D | sc520_wdt.c | 273 static long fop_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in fop_ioctl() argument 284 switch (cmd) { in fop_ioctl()
|
H A D | w83877f_wdt.c | 239 static long fop_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in fop_ioctl() argument 250 switch (cmd) { in fop_ioctl()
|
H A D | alim1535_wdt.c | 176 static long ali_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ali_ioctl() argument 188 switch (cmd) { in ali_ioctl()
|
H A D | rdc321x_wdt.c | 140 static long rdc321x_wdt_ioctl(struct file *file, unsigned int cmd, in rdc321x_wdt_ioctl() argument 151 switch (cmd) { in rdc321x_wdt_ioctl()
|
H A D | rc32434_wdt.c | 188 static long rc32434_wdt_ioctl(struct file *file, unsigned int cmd, in rc32434_wdt_ioctl() argument 200 switch (cmd) { in rc32434_wdt_ioctl()
|
/openbmc/linux/include/media/drv-intf/ |
H A D | cx2341x.h | 79 typedef int (*cx2341x_mbox_func)(void *priv, u32 cmd, int in, int out, 88 struct v4l2_ext_controls *ctrls, unsigned int cmd);
|
/openbmc/linux/tools/testing/fault-injection/ |
H A D | failcmd.sh | 219 cmd="echo 1 > /proc/self/make-it-fail && exec $@" 220 bash -c "$cmd"
|
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | trans.c | 19 struct qlink_cmd *cmd = (void *)cmd_skb->data; in qtnf_trans_send_cmd_with_resp() local 32 cmd->seq_num = cpu_to_le16(ctl_node->seq_num); in qtnf_trans_send_cmd_with_resp()
|
/openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
H A D | gitver.bbclass | 19 def gitrev_run(cmd, path): 20 (output, error) = bb.process.run(cmd, cwd=path)
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/ |
H A D | parser_test.py | 53 print(process.pid / 1000, process.cmd, process.ppid, len(process.samples)) 57 self.assertEqual(tokens[1], str(process.cmd))
|
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | octeon_iq.h | 275 union octeon_instr_64B cmd; member 378 u32 force_db, void *cmd, void *buf,
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-vf610-mscm-ir.c | 67 unsigned long cmd, void *v) in vf610_mscm_ir_notifier() argument 69 switch (cmd) { in vf610_mscm_ir_notifier()
|
/openbmc/openbmc-test-automation/redfish/systems/ |
H A D | test_powersupply_readings.robot | 88 ${cmd} Catenate [x for x in ${records} 90 ${invalid_records}= Evaluate ${cmd}
|
/openbmc/linux/include/linux/ |
H A D | ccp.h | 68 int ccp_enqueue_cmd(struct ccp_cmd *cmd); 82 static inline int ccp_enqueue_cmd(struct ccp_cmd *cmd) in ccp_enqueue_cmd() argument
|
H A D | if_bridge.h | 69 unsigned int cmd, struct ifreq *ifr, 71 int br_ioctl_call(struct net *net, struct net_bridge *br, unsigned int cmd,
|
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/controllers/ |
H A D | fvp.py | 78 def run(self, cmd, timeout=None): argument 81 return super().run(cmd, timeout)
|
/openbmc/openbmc-test-automation/openpower/ |
H A D | test_nmi_interface.robot | 64 ${cmd}= Set Variable If 66 OS Execute Command ${cmd} print_out=1
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | git-make-shallow | 86 def check_output(cmd, input=None): argument 87 return subprocess.check_output(cmd, universal_newlines=True, input=input)
|
/openbmc/linux/include/xen/interface/ |
H A D | xen.h | 342 unsigned int cmd; member 743 uint32_t cmd; member
|
/openbmc/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_wed_wo.h | 15 u8 cmd; member 272 int mtk_wed_mcu_send_msg(struct mtk_wed_wo *wo, int id, int cmd,
|
/openbmc/linux/sound/soc/meson/ |
H A D | aiu-fifo.c | 58 int aiu_fifo_trigger(struct snd_pcm_substream *substream, int cmd, in aiu_fifo_trigger() argument 61 switch (cmd) { in aiu_fifo_trigger()
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | sch_offload.sh | 135 local cmd=$1; shift 136 $cmd $(printf %x: $parent) "$@"
|
/openbmc/linux/include/drm/ |
H A D | drm_fb_helper.h | 267 int drm_fb_helper_ioctl(struct fb_info *info, unsigned int cmd, 360 static inline int drm_fb_helper_ioctl(struct fb_info *info, unsigned int cmd, in drm_fb_helper_ioctl() argument
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | sdio_mcu.c | 40 int cmd, int *seq) in mt7663s_mcu_send_message() argument 45 mt7615_mcu_fill_msg(dev, skb, cmd, seq); in mt7663s_mcu_send_message()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | fcx.h | 239 u32 cmd:8; member 307 struct dcw *tccb_add_dcw(struct tccb *tccb, size_t tccb_size, u8 cmd, u8 flags,
|