Home
last modified time | relevance | path

Searched defs:name (Results 826 – 850 of 8949) sorted by relevance

1...<<31323334353637383940>>...358

/openbmc/linux/sound/pci/lola/
H A Dlola_proc.c17 struct lola *chip, int nid, const char *name) in print_audio_widget()
29 const char *name) in print_pin_widget()
60 const char *name; in print_clock_widget() local
/openbmc/linux/sound/pci/ac97/
H A Dac97_proc.c94 char name[64]; in snd_ac97_proc_read_main() local
417 char name[32]; in snd_ac97_proc_init() local
453 char name[32]; in snd_ac97_bus_proc_init() local
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/
H A Dpxaregs.c34 char *name; member
1893 static void dumpmatching(char *name) in dumpmatching()
1906 static void setreg(char *name, u32 val) in setreg()
/openbmc/u-boot/drivers/misc/
H A Dfs_loader.c33 const char *name; member
113 const char *name, void *dbuf, in _request_firmware_prepare()
203 const char *name, in request_firmware_into_buf()
/openbmc/u-boot/board/ti/common/
H A Dboard_detect.h39 char name[TI_EEPROM_HDR_NAME_LEN]; member
69 char name[DRA7_EEPROM_HDR_NAME_LEN]; member
90 char name[TI_EEPROM_HDR_NAME_LEN + 1]; member
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dperforce.py244 def _revision_key(self, ud, d, name): argument
248 def _latest_revision(self, ud, d, name): argument
261 def sortable_revision(self, ud, d, name): argument
/openbmc/linux/drivers/scsi/
H A Dscsi_dh.c88 static struct scsi_device_handler *__scsi_dh_lookup(const char *name) in __scsi_dh_lookup()
103 static struct scsi_device_handler *scsi_dh_lookup(const char *name) in scsi_dh_lookup()
320 int scsi_dh_attach(struct request_queue *q, const char *name) in scsi_dh_attach()
/openbmc/linux/net/netfilter/
H A Dxt_RATEEST.c31 static unsigned int xt_rateest_hash(const char *name) in xt_rateest_hash()
47 const char *name) in __xt_rateest_lookup()
63 struct xt_rateest *xt_rateest_lookup(struct net *net, const char *name) in xt_rateest_lookup()
H A Dx_tables.c51 char name[XT_TABLE_MAXNAMELEN]; member
197 struct xt_match *xt_find_match(u8 af, const char *name, u8 revision) in xt_find_match()
228 xt_request_find_match(uint8_t nfproto, const char *name, uint8_t revision) in xt_request_find_match()
294 void __user *pname, const char *name, in xt_obj_to_user()
348 static int match_revfn(u8 af, const char *name, u8 revision, int *bestp) in match_revfn()
393 int xt_find_revision(u8 af, const char *name, u8 revision, int target, in xt_find_revision()
463 int xt_check_proc_name(const char *name, unsigned int size) in xt_check_proc_name()
758 char name[sizeof(m->u.user.name)]; in xt_compat_match_from_user() local
1138 char name[sizeof(t->u.user.name)]; in xt_compat_target_from_user() local
1235 const char *name) in xt_find_table_lock()
[all …]
/openbmc/linux/net/ieee802154/
H A Dnl-phy.c78 const char *name; in ieee802154_list_phy() local
165 const char *name; in ieee802154_add_iface() local
270 const char *name; in ieee802154_del_iface() local
/openbmc/linux/include/linux/
H A Drfkill.h249 rfkill_alloc(const char *name, in rfkill_alloc()
316 static inline enum rfkill_type rfkill_find_type(const char *name) in rfkill_find_type()
349 rfkill_set_led_trigger_name(struct rfkill *rfkill, const char *name) in rfkill_set_led_trigger_name()
H A Dirqchip.h36 #define IRQCHIP_DECLARE(name, compat, fn) \ argument
77 #define IRQCHIP_ACPI_DECLARE(name, subtable, validate, data, fn) \ argument
/openbmc/linux/kernel/module/
H A Dstats.c240 int try_add_failed_module(const char *name, enum fail_dup_mod_reason reason) in try_add_failed_module()
409 #define mod_debug_add_ulong(name) debugfs_create_ulong(#name, 0400, mod_debugfs_root, (unsigned lon… argument
410 #define mod_debug_add_atomic(name) debugfs_create_atomic_t(#name, 0400, mod_debugfs_root, &name) argument
H A Dmain.c205 const char *name, in section_objs()
234 const char *name, in any_section_objs()
271 int cmp_name(const void *name, const void *sym) in cmp_name()
363 struct module *find_module(const char *name) in find_module()
533 char name[MODULE_NAME_LEN + 1]; member
702 char name[MODULE_NAME_LEN]; in SYSCALL_DEFINE2() local
1111 const char *name, in resolve_symbol()
1167 const char *name) in resolve_symbol_wait()
1620 bool __weak module_init_section(const char *name) in module_init_section()
1625 bool __weak module_exit_section(const char *name) in module_exit_section()
[all …]
/openbmc/linux/drivers/clk/socfpga/
H A Dclk-periph-s10.c107 const char *name = clks->name; in s10_register_periph() local
143 const char *name = clks->name; in n5x_register_periph() local
178 const char *name = clks->name; in s10_register_cnt_periph() local
/openbmc/linux/drivers/clk/renesas/
H A Dclk-sh73a0.c40 const char *name; member
75 void __iomem *base, const char *name) in sh73a0_cpg_register_clock()
199 const char *name; in sh73a0_cpg_clocks_init() local
/openbmc/linux/include/linux/pinctrl/
H A Dconsumer.h105 const char *name) in pinctrl_lookup_state()
148 const char *name) in pinctrl_get_select()
179 const char *name) in devm_pinctrl_get_select()
/openbmc/qemu/tests/qtest/
H A Derst-test.c62 const char *name = reg2str(reg); in in_reg32() local
73 const char *name = reg2str(reg); in in_reg64() local
84 const char *name = reg2str(reg); in out_reg32() local
/openbmc/qemu/backends/
H A Dhostmem-memfd.c38 g_autofree char *name = NULL; in memfd_backend_memory_alloc() local
77 memfd_backend_set_hugetlbsize(Object *obj, Visitor *v, const char *name, in memfd_backend_set_hugetlbsize()
100 memfd_backend_get_hugetlbsize(Object *obj, Visitor *v, const char *name, in memfd_backend_get_hugetlbsize()
/openbmc/linux/drivers/clocksource/
H A Dtimer-of.h14 const char *name; member
21 const char *name; member
27 const char *name; member
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Dcustom_serial.json2 "name": "Custom serial connector", string
5 "name": "CustomSerialDevice1", string
/openbmc/qemu/scripts/oss-fuzz/
H A Doutput_reproducer.py61 def c_reproducer(name, args, trace): argument
97 def c_main(name, arch): argument
/openbmc/linux/include/trace/
H A Ddefine_custom_trace.h27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) argument
30 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) argument
/openbmc/linux/include/video/
H A Dmmp_disp.h95 const char *name; member
146 const char *name; member
174 const char *name; member
217 const char *name; member
295 const char *name; member
315 const char *name; member
324 const char *name; member
333 const char *name; member
341 const char *name; member
/openbmc/linux/security/apparmor/
H A Ddomain.c386 const char *name, const char **info) in find_attach()
499 static const char *next_name(int xtype, const char *name) in next_name()
513 const char **name) in x_table_lookup()
562 const char *name, u32 xindex, in x_to_label()
638 const char *info = NULL, *name = NULL, *target = NULL; in profile_transition() local
1011 const char *name, bool sibling) in build_change_hat()
1067 const char *name, *info = NULL; in change_hat() local
1288 static int change_profile_perms_wrapper(const char *op, const char *name, in change_profile_perms_wrapper()

1...<<31323334353637383940>>...358