/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | nic_common.h | 241 const unsigned long *mask, u8 *names);
|
/kernel/linux/linux-5.10/drivers/video/fbdev/via/ |
H A D | via-gpio.c | 234 viafb_gpio_config.gpio_chip.names = viafb_gpio_config.gpio_names; in viafb_gpio_probe()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | control.h | 184 unsigned int items, const char *const names[]);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | nic_common.h | 243 const unsigned long *mask, u8 *names);
|
/kernel/linux/linux-6.6/drivers/video/fbdev/via/ |
H A D | via-gpio.c | 230 viafb_gpio_config.gpio_chip.names = viafb_gpio_config.gpio_names; in viafb_gpio_probe()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-104-idi-48.c | 170 config.names = idi48_names; in idi_48_probe()
|
H A D | gpio-amd-fch.c | 160 priv->gc.names = priv->pdata->gpio_names; in amd_fch_gpio_probe()
|
H A D | gpio-vx855.c | 224 c->names = vx855gpio_names; in vx855gpio_gpio_setup()
|
/kernel/liteos_m/arch/arm/cortex-m3/keil/ |
H A D | los_dispatch.S | 15 ; 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
H A D | los_atomic.S | 14 ; 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
/third_party/gn/src/gn/ |
H A D | label.cc | 17 // We print user visible label names with no trailing slash after the 247 Implicit names
|
/third_party/node/lib/internal/source_map/ |
H A D | source_map.js | 17 // * Neither the name of Google Inc. nor the names of its 50 * * Neither the name of Google Inc. nor the names of its 287 name = map.names?.[nameIndex];
|
/third_party/python/Tools/freeze/test/ |
H A D | freeze.py | 84 def ignore_non_src(src, names):
|
/third_party/python/Modules/ |
H A D | _elementtree.c | 3053 PyObject *names; member 3081 /* look the 'raw' name up in the names dictionary */ in makeuniversal() 3086 value = PyDict_GetItemWithError(self->names, key); in makeuniversal() 3129 /* add to names dictionary */ in makeuniversal() 3130 if (PyDict_SetItem(self->names, key, value) < 0) { in makeuniversal() 3602 self->target = self->entity = self->names = NULL; in xmlparser_new() 3641 self->names = PyDict_New(); in _elementtree_XMLParser___init___impl() 3642 if (!self->names) { in _elementtree_XMLParser___init___impl() 3650 Py_CLEAR(self->names); in _elementtree_XMLParser___init___impl() 3666 Py_CLEAR(self->names); in _elementtree_XMLParser___init___impl() [all...] |
/third_party/python/Lib/test/ |
H A D | test_ast.py | 367 ast.Import(names=[ast.alias(name='builtins', lineno=1, col_offset=0)], lineno=1, col_offset=0), 368 ast.Import(names=[ast.alias(name='traceback', lineno=0, col_offset=0)], lineno=0, col_offset=1) 392 self.assertEqual(len(im.names), 1) 393 alias = im.names[0] 402 alias = im.names[0] 411 alias = im.names[0] 420 alias = im.names[0] 1240 names=[ast.alias(name='sleep')], 1250 names=[ast.alias(name='sleep', 1492 self.stmt(ast.Import([]), "empty names o [all...] |
/kernel/linux/linux-5.10/drivers/net/caif/ |
H A D | caif_virtio.c | 651 const char *names = "output"; in cfv_probe() local 678 err = virtio_find_vqs(vdev, 1, &cfv->vq_tx, &vq_cbs, &names, NULL); in cfv_probe()
|
/kernel/linux/linux-5.10/tools/usb/ |
H A D | ffs-test.c | 590 static const char *const names[] = { in ep0_consume() local 614 printf("Event %s\n", names[event->type]); in ep0_consume()
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | adp5588-keys.c | 209 kpad->gc.names = gpio_data->names; in adp5588_gpio_add()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | tmp401.c | 688 static const char * const names[] = { in tmp401_probe() local 728 dev_info(dev, "Detected TI %s chip\n", names[data->kind]); in tmp401_probe()
|
/kernel/linux/linux-5.10/net/vmw_vsock/ |
H A D | virtio_transport.c | 553 static const char * const names[] = { in virtio_vsock_probe() local 581 vsock->vqs, callbacks, names, in virtio_vsock_probe()
|
/kernel/linux/linux-5.10/sound/soc/intel/catpt/ |
H A D | loader.c | 583 static const char *const names[] = { in catpt_load_images() local 594 ret = catpt_load_image(cdev, chan, names[cdev->spec->core_id - 1], in catpt_load_images()
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | cpcap-battery.c | 732 const char * const names[CPCAP_BATTERY_IIO_NR] = { in cpcap_battery_init_iio() local 739 names[i]); in cpcap_battery_init_iio()
|
H A D | cpcap-charger.c | 778 const char * const names[CPCAP_CHARGER_IIO_NR] = { in cpcap_charger_init_iio() local 785 names[i]); in cpcap_charger_init_iio()
|
/kernel/linux/linux-6.6/drivers/net/caif/ |
H A D | caif_virtio.c | 651 const char *names = "output"; in cfv_probe() local 678 err = virtio_find_vqs(vdev, 1, &cfv->vq_tx, &vq_cbs, &names, NULL); in cfv_probe()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | audit.h | 304 extern void audit_seccomp_actions_logged(const char *names, 627 static inline void audit_seccomp_actions_logged(const char *names, in audit_seccomp_actions_logged() argument
|