/openbmc/qemu/hw/ppc/ |
H A D | pnv.c | 273 char *name; in pnv_dt_icp() local 497 char *name; in pnv_dt_rtc() local 519 char *name; in pnv_dt_serial() local 553 char *name; in pnv_dt_ipmi_bt() local 1483 char *name; in pnv_chip_icp_realize() local
|
/openbmc/linux/drivers/platform/x86/ |
H A D | asus-laptop.c | 237 char *name; /* laptop name */ member 661 const char *name, const char *method) in asus_led_register() 1342 const char *name, int control_id, int type, in asus_rfkill_setup() 1431 const char *name, int controlid, int rfkill_type) in pega_rfkill_setup()
|
/openbmc/linux/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 1279 const char *name) in python_export_branch_type() 1776 #define SET_TABLE_HANDLER_(name, handler_name, table_name) do { \ argument 1782 #define SET_TABLE_HANDLER(name) \ argument 1914 char buf[PATH_MAX], name[19] = "perf_trace_context"; in python_start_script() local
|
/openbmc/linux/drivers/dma/ |
H A D | at_hdmac.c | 289 #define channel_readl(atchan, name) \ argument 292 #define channel_writel(atchan, name, val) \ argument 353 #define dma_readl(atdma, name) \ argument 355 #define dma_writel(atdma, name, val) \ argument
|
/openbmc/linux/include/kunit/ |
H A D | test.h | 129 const char *name; member 245 const char name[256]; member 281 const char *name; /* Read only after initialization! */ member 1506 #define KUNIT_ARRAY_PARAM(name, array, get_desc) \ argument
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | vmm.c | 502 u64 addr, u64 size, const char *name, bool ref, bool pfn, in nvkm_vmm_iter() 1085 struct lock_class_key *key, const char *name, in nvkm_vmm_ctor() 1199 struct lock_class_key *key, const char *name, in nvkm_vmm_new_() 1964 u32 argc, struct lock_class_key *key, const char *name, in nvkm_vmm_new()
|
/openbmc/linux/include/acpi/ |
H A D | acpi_bus.h | 165 char name[80]; member 396 const char *name; member 445 const char *name) in acpi_data_node_match() 596 const char *name; member
|
/openbmc/linux/drivers/mtd/ |
H A D | mtdcore.c | 129 #define MTD_DEVICE_ATTR_RO(name) \ argument 132 #define MTD_DEVICE_ATTR_RW(name) \ argument 1303 struct mtd_info *get_mtd_device_nm(const char *name) in get_mtd_device_nm() 2485 static struct backing_dev_info * __init mtd_bdi_init(const char *name) in mtd_bdi_init()
|
/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | auth_gss.c | 80 const char *name; member 917 const char *name, in gss_pipe_alloc() 946 const char *name; member 977 const char *name, in gss_pipe_get()
|
/openbmc/qemu/target/riscv/ |
H A D | cpu.h | 86 const char *name; member 824 const char *name; member 860 const char *name; member 872 const char *name; member
|
/openbmc/qemu/hw/scsi/ |
H A D | lsi53c895a.c | 1639 #define CASE_GET_REG24(name, addr) \ in lsi_reg_readb() argument 1644 #define CASE_GET_REG32(name, addr) \ in lsi_reg_readb() argument 1875 #define CASE_SET_REG24(name, addr) \ in lsi_reg_writeb() argument 1880 #define CASE_SET_REG32(name, addr) \ in lsi_reg_writeb() argument
|
/openbmc/linux/fs/gfs2/ |
H A D | glock.c | 91 struct lm_lockname *name; member 110 static wait_queue_head_t *glock_waitqueue(struct lm_lockname *name) in glock_waitqueue() 1138 static struct gfs2_glock *find_insert_glock(struct lm_lockname *name, in find_insert_glock() 1190 struct lm_lockname name = { .ln_number = number, in gfs2_glock_get() local
|
/openbmc/linux/drivers/isdn/hardware/mISDN/ |
H A D | w6692.c | 32 char *name; member 54 char name[MISDN_MAX_IDLEN]; member
|
H A D | hfcsusb.h | 126 const char *name; member 306 char name[MISDN_MAX_IDLEN]; member
|
H A D | mISDNinfineon.c | 69 const char *name; member 96 char name[MISDN_MAX_IDLEN]; member
|
/openbmc/linux/include/linux/mtd/ |
H A D | map.h | 192 const char *name; member 243 char *name; member
|
/openbmc/u-boot/tools/buildman/ |
H A D | builder.py | 1145 def _CalcConfig(delta, name, config): argument 1163 def _AddConfig(lines, name, config_plus, config_minus, config_change): argument
|
/openbmc/u-boot/include/dm/ |
H A D | device.h | 129 const char *name; member 238 char *name; member
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | power_supply.c | 30 char name[64]; member 444 static int __gb_power_supply_set_name(char *init_name, char *name, size_t len) in __gb_power_supply_set_name()
|
/openbmc/openbmc/poky/bitbake/lib/bb/parse/ |
H A D | ast.py | 426 def create_variant(name, orig_d, arg = None): argument 484 def extendfunc(name, d): argument
|
/openbmc/linux/tools/lib/bpf/ |
H A D | netlink.c | 266 static int libbpf_netlink_resolve_genl_family_id(const char *name, in libbpf_netlink_resolve_genl_family_id() 699 char name[256]; in tc_add_fd_and_name() local
|
/openbmc/linux/tools/testing/selftests/memfd/ |
H A D | memfd_test.c | 74 static int mfd_assert_new(const char *name, loff_t sz, unsigned int flags) in mfd_assert_new() 168 static void mfd_fail_new(const char *name, unsigned int flags) in mfd_fail_new()
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | ethtool_common.c | 21 const char *name; member 377 const char *name; in efx_ethtool_fill_self_tests() local
|
/openbmc/linux/drivers/thermal/ |
H A D | thermal_sysfs.c | 238 char name[THERMAL_NAME_LENGTH]; in policy_store() local 330 #define create_s32_tzp_attr(name) \ argument
|
/openbmc/linux/drivers/misc/ |
H A D | pci_endpoint_test.c | 122 const char *name; member 782 char name[24]; in pci_endpoint_test_probe() local
|