/kernel/linux/linux-5.10/include/linux/ |
H A D | ide.h | 729 ide_drive_t *devices[MAX_DRIVES + 1]; member 785 unsigned busy : 1; /* serializes devices on a port */ 1317 /* 4 devices on a single set of I/O ports */ 1600 ide_drive_t *peer = drive->hwif->devices[(drive->dn ^ 1) & 1]; in ide_get_pair_dev() 1616 for ((i) = 0; ((dev) = (port)->devices[i]) || (i) < MAX_DRIVES; (i)++) 1619 for ((i) = 0; ((dev) = (port)->devices[i]) || (i) < MAX_DRIVES; (i)++) \
|
/kernel/linux/linux-6.6/sound/drivers/ |
H A D | dummy.c | 71 MODULE_PARM_DESC(pcm_devs, "PCM devices # (0-4) for dummy driver."); 75 //MODULE_PARM_DESC(midi_devs, "MIDI devices # (0-2) for dummy driver."); 87 static struct platform_device *devices[SNDRV_CARDS]; variable 1138 for (i = 0; i < ARRAY_SIZE(devices); ++i) in snd_dummy_unregister_all() 1139 platform_device_unregister(devices[i]); in snd_dummy_unregister_all() 1171 devices[i] = device; in alsa_card_dummy_init()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | 6lowpan.c | 38 /* The devices list contains those devices that we are acting 1185 struct list_head devices; in disconnect_devices() local 1187 INIT_LIST_HEAD(&devices); in disconnect_devices() 1189 /* We make a separate list of devices because the unregister_netdev() in disconnect_devices() 1191 * devices list. in disconnect_devices() 1204 list_add_rcu(&new_dev->list, &devices); in disconnect_devices() 1209 list_for_each_entry_safe(entry, tmp, &devices, list) { in disconnect_devices()
|
/third_party/opencl-headers/src/ |
H A D | opencl_wrapper.cpp | 281 cl_int clGetDeviceIDs(cl_platform_id platform, cl_device_type device_type, cl_uint num_entries, cl_device_id *devices, in clGetDeviceIDs() argument 287 return func(platform, device_type, num_entries, devices, num_devices); in clGetDeviceIDs() 301 cl_context clCreateContext(const cl_context_properties *properties, cl_uint num_devices, const cl_device_id *devices, in clCreateContext() argument 308 return func(properties, num_devices, devices, pfn_notify, user_data, errcode_ret); in clCreateContext()
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
H A D | libOpenCL_autogen.cpp | 35 cl_device_id *devices, in clGetDeviceIDs() 38 return cl::GetDispatch().clGetDeviceIDs(platform, device_type, num_entries, devices, in clGetDeviceIDs() 54 const cl_device_id *devices, in clCreateContext() 62 return cl::GetDispatch().clCreateContext(properties, num_devices, devices, pfn_notify, in clCreateContext() 32 clGetDeviceIDs(cl_platform_id platform, cl_device_type device_type, cl_uint num_entries, cl_device_id *devices, cl_uint *num_devices) clGetDeviceIDs() argument 52 clCreateContext(const cl_context_properties *properties, cl_uint num_devices, const cl_device_id *devices, void(CL_CALLBACK *pfn_notify)(const char *errinfo, const void *private_info, size_t cb, void *user_data), void *user_data, cl_int *errcode_ret) clCreateContext() argument
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | cl_stubs.cpp | 61 cl_device_id *devices, in GetDeviceIDs() 64 return Platform::CastOrDefault(platform)->getDeviceIDs(device_type, num_entries, devices, in GetDeviceIDs() 132 const cl_device_id *devices, in CreateContext() 140 return Platform::CreateContext(properties, num_devices, devices, pfn_notify, user_data, in CreateContext() 58 GetDeviceIDs(cl_platform_id platform, DeviceType device_type, cl_uint num_entries, cl_device_id *devices, cl_uint *num_devices) GetDeviceIDs() argument 130 CreateContext(const cl_context_properties *properties, cl_uint num_devices, const cl_device_id *devices, void(CL_CALLBACK *pfn_notify)(const char *errinfo, const void *private_info, size_t cb, void *user_data), void *user_data, cl_int &errorCode) CreateContext() argument
|
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | ibmphp_pci.c | 32 * If adapter is bridged, then we assign 11 to it and devices behind it. 33 * We also assign the same irq numbers for multi function devices. 74 struct pci_func *newfunc; /* for multi devices */ in ibmphp_configure_card() 191 if (func->devices[i]) { in ibmphp_configure_card() 210 /* We need to do this in case bridge itself got configured properly, but devices behind it failed */ in ibmphp_configure_card() 262 if (func->devices[i]) { in ibmphp_configure_card() 303 err("Cannot find any valid devices on the card. Or unable to read from card.\n"); in ibmphp_configure_card() 359 if devices don't adhere 100% to the spec, so don't want to write in configure_device() 583 /* Configuring necessary info for the bridge so that we could see the devices in configure_bridge() 772 /* Now need to see how much space the devices behin in configure_bridge() [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | zoned.c | 25 /* Invalid allocation pointer value for missing devices */ 346 list_for_each_entry(device, &fs_devices->devices, dev_list) { in btrfs_get_dev_zone_info_all_devices() 347 /* We can skip reading of zone info for missing devices */ in btrfs_get_dev_zone_info_all_devices() 407 /* We reject devices with a zone size larger than 8GB */ in btrfs_get_dev_zone_info() 690 list_for_each_entry(device, &fs_info->fs_devices->devices, dev_list) { in btrfs_check_for_zoned_device() 711 * Host-Managed devices can't be used without the ZONED flag. With the in btrfs_check_zoned_mode() 712 * ZONED all devices can be used, using zone emulation if required. in btrfs_check_zoned_mode() 719 list_for_each_entry(device, &fs_info->fs_devices->devices, dev_list) { in btrfs_check_zoned_mode() 2324 list_for_each_entry(device, &fs_devices->devices, dev_list) { in btrfs_free_zone_cache() 2347 list_for_each_entry(device, &fs_devices->devices, dev_lis in btrfs_zoned_should_reclaim() [all...] |
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | ibmphp_pci.c | 32 * If adapter is bridged, then we assign 11 to it and devices behind it. 33 * We also assign the same irq numbers for multi function devices. 74 struct pci_func *newfunc; /* for multi devices */ in ibmphp_configure_card() 191 if (func->devices[i]) { in ibmphp_configure_card() 210 /* We need to do this in case bridge itself got configured properly, but devices behind it failed */ in ibmphp_configure_card() 262 if (func->devices[i]) { in ibmphp_configure_card() 302 err("Cannot find any valid devices on the card. Or unable to read from card.\n"); in ibmphp_configure_card() 358 if devices don't adhere 100% to the spec, so don't want to write in configure_device() 582 /* Configuring necessary info for the bridge so that we could see the devices in configure_bridge() 771 /* Now need to see how much space the devices behin in configure_bridge() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/mvsas/ |
H A D | mv_sas.c | 125 if (mvi->devices[dev_no].taskfileset == MVS_ID_NOT_MAPPED) in mvs_find_dev_by_reg_set() 128 if (mvi->devices[dev_no].taskfileset == reg_set) in mvs_find_dev_by_reg_set() 129 return &mvi->devices[dev_no]; in mvs_find_dev_by_reg_set() 1142 if (mvi->devices[dev].dev_type == SAS_PHY_UNUSED) { in mvs_alloc_dev() 1143 mvi->devices[dev].device_id = dev; in mvs_alloc_dev() 1144 return &mvi->devices[dev]; in mvs_alloc_dev() 1149 mv_printk("max support %d devices, ignore ..\n", in mvs_alloc_dev()
|
/third_party/backends/backend/ |
H A D | mustek_pp.c | 103 /* count of present devices */ 106 /* list of present devices */ 723 const char **devices = sanei_pa4s2_devices(); in sane_init() local 728 for (device_no = 0; devices[device_no] != NULL; device_no++) in sane_init() 730 DBG (3, "sane_init: trying ``%s''\n", devices[device_no]); in sane_init() 733 Mustek_pp_Drivers[driver_no].init(CAP_NOTHING, devices[device_no], in sane_init() 739 Mustek_pp_Drivers[driver_no].init(CAP_TA, devices[device_no], in sane_init() 744 free (devices); in sane_init() 987 * All open devices are closed first. Then all registered devices [all...] |
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_hub.c | 1069 /* ignore devices that are too deep */ in uhub_explore() 1474 * devices do not follow the USB specs to the letter. in uhub_attach() 1609 * Detach all devices on active ports. 1679 /* Sub-devices are not suspended here! */ in uhub_suspend() 1687 /* Sub-devices are not resumed here! */ in uhub_resume() 1855 * provides, only 6 are available for non-HIGH-speed devices. I have 2277 return (bus->devices[up->device_index]); in usb_bus_port_get_device() 2312 bus->devices[device_index] = udev; in usb_bus_port_set_device() 2320 DPRINTFN(2, "bus %p devices[%u] = %p\n", bus, device_index, udev); in usb_bus_port_set_device() 2351 if ((bus->devices in usb_needs_explore_sub() [all...] |
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | Makefile | 48 obj-$(CONFIG_SPARC32) += devices.o
|
/kernel/linux/linux-5.10/arch/sh/boards/mach-r2d/ |
H A D | setup.c | 166 .devices = SM501_USE_USB_HOST | SM501_USE_UART0,
|
/kernel/linux/linux-5.10/drivers/dio/ |
H A D | dio.c | 2 /* Code to support devices on the DIO and DIO-II bus 8 * Search the list of DIO devices and return the select code 182 printk(KERN_INFO "Scanning for DIO devices...\n"); in dio_init() 185 INIT_LIST_HEAD(&dio_bus.devices); in dio_init() 198 /* Register all devices */ in dio_init()
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-r2d/ |
H A D | setup.c | 166 .devices = SM501_USE_USB_HOST | SM501_USE_UART0,
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | Makefile | 47 obj-$(CONFIG_SPARC32) += devices.o
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | tqmx86.c | 86 .devices = tqmx86_i2c_devices,
|
/kernel/linux/linux-5.10/drivers/slimbus/ |
H A D | slimbus.h | 14 /* Standard values per SLIMbus spec needed by controllers and devices */ 74 /* Standard values per SLIMbus spec needed by controllers and devices */ 82 /* Standard values per SLIMbus spec needed by controllers and devices */ 358 * @devices: Slim device list 385 * channels on the bus, message-bandwidth requests made by SLIMbus devices. 410 struct list_head devices; member
|
/kernel/linux/linux-5.10/samples/pktgen/ |
H A D | functions.sh | 37 # * pg_thread() control the kernel threads and binding to devices 38 # * pg_set() control setup of individual devices 161 /sys/devices/system/node/node$node/cpulist`
|
/kernel/linux/linux-5.10/include/net/ |
H A D | udp_tunnel.h | 102 * devices such as VFs or other ports on the same device. 121 /* Notify network devices of offloadable types */ 209 struct list_head devices; member 234 * There must never be more than %UDP_TUNNEL_NIC_MAX_SHARING_DEVICES devices 243 * - none of the devices care about the socket family at present, so we don't
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | perf-completion.sh | 170 # aarch64 doesn't have /sys/bus/event_source/devices/cpu/events 172 cpu_evts=$(ls /sys/bus/event_source/devices/cpu/events)
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
H A D | cinergyT2-core.c | 245 .devices = {
|
H A D | nova-t-usb2.c | 222 .devices = {
|
H A D | vp7045.c | 222 .devices = {
|