/openbmc/linux/net/netlabel/ |
H A D | netlabel_calipso.c | 334 .cmd = NLBL_CALIPSO_C_ADD, 341 .cmd = NLBL_CALIPSO_C_REMOVE, 348 .cmd = NLBL_CALIPSO_C_LIST, 355 .cmd = NLBL_CALIPSO_C_LISTALL,
|
H A D | netlabel_unlabeled.c | 1063 static int netlbl_unlabel_staticlist_gen(u32 cmd, in netlbl_unlabel_staticlist_gen() argument 1079 NLM_F_MULTI, cmd); in netlbl_unlabel_staticlist_gen() 1311 .cmd = NLBL_UNLABEL_C_STATICADD, 1318 .cmd = NLBL_UNLABEL_C_STATICREMOVE, 1325 .cmd = NLBL_UNLABEL_C_STATICLIST, 1332 .cmd = NLBL_UNLABEL_C_STATICADDDEF, 1339 .cmd = NLBL_UNLABEL_C_STATICREMOVEDEF, 1346 .cmd = NLBL_UNLABEL_C_STATICLISTDEF, 1353 .cmd = NLBL_UNLABEL_C_ACCEPT, 1360 .cmd = NLBL_UNLABEL_C_LIST,
|
/openbmc/linux/net/ethtool/ |
H A D | cabletest.c | 19 static int ethnl_cable_test_started(struct phy_device *phydev, u8 cmd) in ethnl_cable_test_started() argument 29 ehdr = ethnl_bcastmsg_put(skb, cmd); in ethnl_cable_test_started() 103 int ethnl_cable_test_alloc(struct phy_device *phydev, u8 cmd) in ethnl_cable_test_alloc() argument 114 phydev->ehdr = ethnl_bcastmsg_put(phydev->skb, cmd); in ethnl_cable_test_alloc()
|
/openbmc/linux/drivers/pmdomain/tegra/ |
H A D | powergate-bpmp.c | 39 request.cmd = CMD_PG_SET_STATE; in tegra_bpmp_powergate_set_state() 66 request.cmd = CMD_PG_GET_STATE; in tegra_bpmp_powergate_get_state() 95 request.cmd = CMD_PG_GET_MAX_ID; in tegra_bpmp_powergate_get_max_id() 124 request.cmd = CMD_PG_GET_NAME; in tegra_bpmp_powergate_get_name()
|
/openbmc/linux/drivers/clk/at91/ |
H A D | clk-generated.c | 48 gck->layout->cmd | enable, in clk_generated_set() 50 gck->layout->cmd | in clk_generated_set() 79 gck->layout->cmd | AT91_PMC_PCR_GCKEN, in clk_generated_disable() 80 gck->layout->cmd); in clk_generated_disable()
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/ |
H A D | functions | 21 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 23 echo "!$cmd" >> $file 27 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 29 echo "!$cmd" > $file
|
/openbmc/linux/drivers/char/hw_random/ |
H A D | jh7110-trng.c | 141 static int starfive_trng_cmd(struct starfive_trng *trng, u32 cmd, bool wait) in starfive_trng_cmd() argument 149 switch (cmd) { in starfive_trng_cmd() 153 writel(cmd, trng->base + STARFIVE_CTRL); in starfive_trng_cmd() 161 writel(cmd, trng->base + STARFIVE_CTRL); in starfive_trng_cmd()
|
/openbmc/linux/drivers/net/wireless/silabs/wfx/ |
H A D | hif_rx.c | 24 int cmd = hif->id; in wfx_hif_generic_confirm() local 30 dev_warn(wdev->dev, "unexpected confirmation: 0x%.2x\n", cmd); in wfx_hif_generic_confirm() 34 if (cmd != wdev->hif_cmd.buf_send->id) { in wfx_hif_generic_confirm() 36 cmd, wdev->hif_cmd.buf_send->id); in wfx_hif_generic_confirm()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | selftest_engine_cs.c | 57 u32 cmd; in write_timestamp() local 64 cmd = MI_STORE_REGISTER_MEM | MI_USE_GGTT; in write_timestamp() 66 cmd++; in write_timestamp() 67 *cs++ = cmd; in write_timestamp()
|
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | base.c | 99 u8 cmd; in scmi_base_vendor_id_get() local 107 cmd = BASE_DISCOVER_SUB_VENDOR; in scmi_base_vendor_id_get() 111 cmd = BASE_DISCOVER_VENDOR; in scmi_base_vendor_id_get() 116 ret = ph->xops->xfer_get_init(ph, cmd, 0, size, &t); in scmi_base_vendor_id_get()
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | authentication.c | 203 static int cap_ioctl(struct gb_cap *cap, unsigned int cmd, in cap_ioctl() argument 212 switch (cmd) { in cap_ioctl() 261 static long cap_ioctl_unlocked(struct file *file, unsigned int cmd, in cap_ioctl_unlocked() argument 282 ret = cap_ioctl(cap, cmd, (void __user *)arg); in cap_ioctl_unlocked()
|
/openbmc/linux/drivers/hwmon/ |
H A D | sch56xx-common.c | 96 static int sch56xx_send_cmd(u16 addr, u8 cmd, u16 reg, u8 v) in sch56xx_send_cmd() argument 119 outb(cmd, addr + 4); /* VREG Access Type read:0x02 write:0x03 */ in sch56xx_send_cmd() 124 if (cmd == SCH56XX_CMD_WRITE) in sch56xx_send_cmd() 185 if (cmd == SCH56XX_CMD_READ) in sch56xx_send_cmd()
|
/openbmc/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt6795-sony-xperia-m5.dts | 140 mediatek,hs200-cmd-int-delay = <1>; 141 mediatek,hs400-cmd-int-delay = <1>; 168 pins-cmd-dat { 194 pins-cmd-dat {
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-raydium-rm68200.c | 115 static void rm68200_dcs_write_cmd(struct rm68200 *ctx, u8 cmd, u8 value) in rm68200_dcs_write_cmd() argument 120 err = mipi_dsi_dcs_write(dsi, cmd, &value, 1); in rm68200_dcs_write_cmd() 136 #define dcs_write_cmd_seq(ctx, cmd, seq...) \ argument 142 rm68200_dcs_write_cmd(ctx, cmd + i, d[i]); \
|
/openbmc/linux/drivers/iio/chemical/ |
H A D | sps30_serial.c | 133 static int sps30_serial_prep_frame(unsigned char *buf, unsigned char cmd, in sps30_serial_prep_frame() argument 142 num += sps30_serial_put_byte(buf + num, cmd); in sps30_serial_prep_frame() 190 static int sps30_serial_command(struct sps30_state *state, unsigned char cmd, in sps30_serial_command() argument 197 size = sps30_serial_prep_frame(buf, cmd, arg, arg_size); in sps30_serial_command()
|
/openbmc/phosphor-host-ipmid/include/ipmid/ |
H A D | message.hpp | 47 uint8_t lun, Cmd cmd, int channel, int userId, uint32_t sessionId, in Context() 50 bus(bus), netFn(netFn), lun(lun), cmd(cmd), channel(channel), in Context() 59 Cmd cmd; member
|
/openbmc/qemu/hw/misc/ |
H A D | applesmc.c | 107 uint8_t cmd; member 131 s->cmd = val; in applesmc_io_cmd_write() 167 switch (s->cmd) { in applesmc_io_data_write() 209 switch (s->cmd) { in applesmc_io_data_read()
|
/openbmc/linux/drivers/bluetooth/ |
H A D | btmtk.c | 119 u8 cmd[64]; in btmtk_setup_firmware_79xx() local 148 cmd[0] = 0; /* 0 means legacy dl mode. */ in btmtk_setup_firmware_79xx() 149 memcpy(cmd + 1, in btmtk_setup_firmware_79xx() 160 wmt_params.data = &cmd; in btmtk_setup_firmware_79xx()
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | ptest-cargo.bbclass | 24 cmd = f"{cargo} build --tests --message-format json {cargo_build_flags}" 25 bb.note(f"Building tests with cargo ({cmd})") 28 …proc = subprocess.Popen(cmd, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT… 39 bb.fatal(f"Unable to compile test with cargo, '{cmd}' failed")
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | am33xx-restart.c | 19 void am33xx_restart(enum reboot_mode mode, const char *cmd) in am33xx_restart() argument
|
H A D | omap4-restart.c | 19 void omap44xx_restart(enum reboot_mode mode, const char *cmd) in omap44xx_restart() argument
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ppc4xx.h | 11 extern void __noreturn ppc4xx_reset_system(char *cmd);
|
/openbmc/qemu/stubs/ |
H A D | qmp-command-available.c | 4 bool qmp_command_available(const QmpCommand *cmd, Error **errp) in qmp_command_available() argument
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_buildsys_python.py | 359 def run_command(cls, cmd, **popenargs): argument 363 return subprocess.check_output(cmd, **popenargs).decode('utf-8') 365 logger.error('Unable to run `{}`: {}', ' '.join(cmd), exc) 368 logger.error('Unable to run `{}`: {}', ' '.join(cmd), exc.output) 457 cmd = ['python3', setupscript] 469 … arg_info = self.run_command(cmd + ['--' + arg], cwd=os.path.dirname(setupscript)) 479 … arg_info = self.run_command(cmd + ['--' + arg], cwd=os.path.dirname(setupscript)) 491 cmd = ['python3', setupscript] 492 cmd.extend('--' + self.setuparg_map.get(f, f.lower()) for f in fields) 494 info_lines = self.run_command(cmd, cwd=os.path.dirname(setupscript)).splitlines()
|
/openbmc/u-boot/board/samsung/common/ |
H A D | misc.c | 263 cmd_tbl_t *cmd; in mode_leave_menu() local 278 cmd = find_cmd(mode_name[mode][1]); in mode_leave_menu() 279 if (cmd) { in mode_leave_menu()
|