Searched refs:enumerate (Results 1 - 84 of 84) sorted by relevance

/linux-4.1.27/tools/usb/usbip/src/
H A Dusbip_list.c172 struct udev_enumerate *enumerate; list_devices() local
188 enumerate = udev_enumerate_new(udev); list_devices()
193 udev_enumerate_add_match_subsystem(enumerate, "usb"); list_devices()
194 udev_enumerate_add_nomatch_sysattr(enumerate, "bDeviceClass", "09"); list_devices()
195 udev_enumerate_add_nomatch_sysattr(enumerate, "bInterfaceNumber", NULL); list_devices()
196 udev_enumerate_scan_devices(enumerate); list_devices()
198 devices = udev_enumerate_get_list_entry(enumerate); list_devices()
234 udev_enumerate_unref(enumerate);
/linux-4.1.27/tools/usb/usbip/libsrc/
H A Dusbip_host_driver.c118 struct udev_enumerate *enumerate; refresh_exported_devices() local
124 enumerate = udev_enumerate_new(udev_context); refresh_exported_devices()
125 udev_enumerate_add_match_subsystem(enumerate, "usb"); refresh_exported_devices()
126 udev_enumerate_scan_devices(enumerate); refresh_exported_devices()
128 devices = udev_enumerate_get_list_entry(enumerate); refresh_exported_devices()
/linux-4.1.27/include/uapi/scsi/
H A Dscsi_bsg_fc.h120 * nor does it need to enumerate the rport for further traffic
186 * not mandate that the driver must enumerate the destination in the
187 * transport. The driver is allowed to decide whether to enumerate it,
/linux-4.1.27/drivers/media/platform/davinci/
H A Dccdc_hw_device.h70 /* enumerate hw pix formats */
H A Dvpbe_display.c980 * vpbe_display_enum_output - enumerate outputs
1002 "Failed to enumerate outputs\n"); vpbe_display_enum_output()
1078 "Failed to enumerate dv timings info\n"); vpbe_display_enum_dv_timings()
H A Dvpbe.c122 * vpbe_enum_outputs - enumerate outputs
/linux-4.1.27/include/uapi/linux/usb/
H A Dgadgetfs.h7 * i/o requests. When ep0 is configured, the device can enumerate;
/linux-4.1.27/drivers/media/usb/pvrusb2/
H A Dpvrusb2-std.c310 /* These are special cases of combined standards that we should enumerate
385 /* Now enumerate individual pieces */ pvr2_std_create_enum()
H A Dpvrusb2-hdw.c1416 * device to re-enumerate.
/linux-4.1.27/arch/sparc/include/asm/
H A Delf_64.h92 /* Solaris decided to enumerate every single crypto instruction type
/linux-4.1.27/arch/powerpc/perf/req-gen/
H A Dperf.h32 * enumerate the request values as
/linux-4.1.27/include/linux/amba/
H A Dpl08x.h78 * requested, just enumerate all possible channels.
/linux-4.1.27/arch/x86/kernel/
H A Damd_nb.c290 pr_notice("Cannot enumerate AMD northbridges\n"); init_amd_nbs()
H A Diosf_mbi.c18 * enumerate the device using PCI.
/linux-4.1.27/drivers/uwb/i1480/dfu/
H A Di1480-dfu.h39 * i1480_{usb,pci}_probe() On enumerate/discovery
/linux-4.1.27/include/media/
H A Dv4l2-dv-timings.h53 /** v4l2_enum_dv_timings_cap() - Helper function to enumerate possible DV timings based on capabilities
H A Dv4l2-subdev.h296 enum_mbus_fmt: enumerate pixel formats, provided by a video data source
/linux-4.1.27/include/linux/
H A Drio.h456 * @enumerate: Callback to perform RapidIO fabric enumeration.
461 int (*enumerate)(struct rio_mport *mport, u32 flags); member in struct:rio_scan
H A Dedac.h711 * All old memory controllers enumerate memories per rank, but most
712 * of the recent drivers enumerate memories per DIMM, instead.
H A Ddevice.h66 * @dev_name: Used for subsystems to enumerate devices like ("foo%u", dev->id).
/linux-4.1.27/drivers/media/platform/xilinx/
H A Dxilinx-vip.c246 * function to enumerate mbus codes.
/linux-4.1.27/drivers/parisc/
H A Deisa.c366 /* FIXME : Don't enumerate the bus twice. */ eisa_probe()
/linux-4.1.27/drivers/parport/
H A Ddaisy.c192 someone enumerate through all IEEE1284.3 devices in the parport_daisy_fini()
/linux-4.1.27/drivers/cpufreq/
H A DKconfig.x8665 architectures like Z34xx and Z35xx which enumerate processor
/linux-4.1.27/drivers/usb/gadget/function/
H A Df_obex.c381 /* Avoid letting this gadget enumerate until the userspace obex_bind()
H A Df_uvc.c736 /* Avoid letting this gadget enumerate until the userspace server is uvc_function_bind()
/linux-4.1.27/sound/aoa/core/
H A Dgpio-feature.c71 * So what we have to do is enumerate all children get_gpio()
/linux-4.1.27/drivers/rapidio/
H A Drio-scan.c554 * rio_enum_peer- Recursively enumerate a RIO network through a master port
996 printk(KERN_INFO "RIO: enumerate master port %d, %s\n", mport->id, rio_enum_mport()
1166 .enumerate = rio_enum_mport,
H A Drio.c1790 rc = port->nscan->enumerate(port, 0); rio_mport_scan()
1849 port->nscan->enumerate(port, 0); rio_init_mports()
/linux-4.1.27/drivers/pci/hotplug/
H A Dacpiphp_glue.c665 * acpiphp_check_bridge - re-enumerate devices
769 /* bus re-enumerate */ hotplug_event()
820 * @bus: PCI bus to enumerate the slots for.
/linux-4.1.27/drivers/sfi/
H A Dsfi_core.c215 * 1. used to enumerate and verify the tables addressed by SYST/XSDT,
/linux-4.1.27/drivers/edac/
H A Dghes_edac.c480 pr_info("This EDAC driver relies on BIOS to enumerate memory and get error reports.\n"); ghes_edac_register()
/linux-4.1.27/arch/tile/kernel/
H A Dpci.c40 * enumerate the buses, and configure any attached devices.
H A Dpci_gx.c44 * enumerate the buses, and configure any attached devices.
/linux-4.1.27/drivers/acpi/
H A Dacpi_pnp.c368 * check those devices and enumerate them to the PNP bus directly.
H A Dvideo.c1265 * Call _DOD to enumerate all devices attached to display adapter
/linux-4.1.27/include/linux/regulator/
H A Ddriver.h129 /* enumerate supported voltages */
/linux-4.1.27/drivers/media/usb/cpia2/
H A Dcpia2_v4l.c280 * V4L2 input get/set/enumerate
308 * V4L2 format enumerate
/linux-4.1.27/drivers/dma/
H A Ds3c24xx-dma.c1315 "%s failed to enumerate memcpy channels - %d\n", s3c24xx_dma_probe()
1325 "%s failed to enumerate slave channels - %d\n", s3c24xx_dma_probe()
H A Damba-pl08x.c2190 "%s failed to enumerate memcpy channels - %d\n", pl08x_probe()
2200 "%s failed to enumerate slave channels - %d\n", pl08x_probe()
/linux-4.1.27/arch/mips/pci/
H A Dpcie-octeon.c687 * enumerate the bus.
1142 * Initialize a PCIe gen 2 port for use in host(RC) mode. It doesn't enumerate
1438 * Initialize a PCIe port for use in host(RC) mode. It doesn't enumerate the bus.
/linux-4.1.27/drivers/media/radio/si470x/
H A Dradio-si470x-common.c720 * si470x_vidioc_enum_freq_bands - enumerate supported bands
/linux-4.1.27/drivers/misc/mei/
H A Dhbm.c296 /* enumerate clients */ mei_hbm_enum_clients_req()
/linux-4.1.27/drivers/staging/media/davinci_vpfe/
H A Dvpfe_video.c781 /* enumerate from the subdev user has chosen through mc */ vpfe_enum_input()
970 * vpfe_enum_dv_timings() - enumerate dv_timings which are supported by
/linux-4.1.27/drivers/iommu/
H A Dfsl_pamu.c1031 * enumerate all PAMUs and allocate and setup PAMU tables fsl_pamu_probe()
/linux-4.1.27/drivers/media/usb/go7007/
H A Dgo7007-v4l2.c530 enumerate it, by the time the driver was written.
/linux-4.1.27/drivers/staging/ste_rmi4/
H A Dsynaptics_i2c_rmi4.c887 * the rmi4 Physical Device Table and enumerate any rmi4 functions that
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
H A Dconfig.c1260 CERROR("Net %s can't enumerate interfaces: %d\n", lnet_set_ip_niaddr()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
H A Dlustre_user.h112 * has only a single object we can still enumerate 2^64 objects.
/linux-4.1.27/drivers/tty/
H A Dehv_bytechan.c316 otherwise it won't work. However, we don't want to enumerate all the ehv_bc_console_init()
H A Dsynclink.c4369 /* enumerate user specified ISA adapters
/linux-4.1.27/drivers/pinctrl/
H A Dpinctrl-u300.c10 * pins, so we enumerate the pads we can mux rather than actual pins. The pads
/linux-4.1.27/net/irda/
H A Dirqueue.c176 * or enumerate the hashbin.
/linux-4.1.27/lib/
H A Dbch.c1183 /* enumerate all roots of g(X) */ compute_generator_polynomial()
/linux-4.1.27/drivers/i2c/
H A Di2c-core.c160 * acpi_i2c_register_devices - enumerate I2C slave devices behind adapter
183 dev_warn(&adap->dev, "failed to enumerate I2C slaves\n"); acpi_i2c_register_devices()
/linux-4.1.27/drivers/scsi/megaraid/
H A Dmegaraid_mbox.c841 // enumerate RAID and SCSI channels so that all devices on SCSI megaraid_init_mbox()
3223 * megaraid_mbox_enum_raid_scsi - enumerate the RAID and SCSI channels
/linux-4.1.27/drivers/usb/gadget/udc/
H A Domap_udc.c2471 /* Before this controller can enumerate, we need to pick an endpoint remove_proc_file()
3015 /* maybe the host would enumerate us if we nudged it */ omap_udc_resume()
H A Ddummy_hcd.c910 * can't enumerate without help from the driver we're binding. dummy_udc_start()
/linux-4.1.27/Documentation/cdrom/
H A Dcdrom-standard.tex955 \begin{enumerate}
1003 \end{enumerate}
/linux-4.1.27/drivers/media/usb/dvb-usb/
H A Dcxusb.c1096 printk(KERN_WARNING "Unable to enumerate dib7000p\n"); cxusb_dualdig4_rev2_frontend_attach()
/linux-4.1.27/arch/x86/kernel/acpi/
H A Dboot.c1142 * so if it is off, don't enumerate the io-apics with ACPI. acpi_parse_madt_ioapic_entries()
/linux-4.1.27/drivers/usb/storage/
H A Disd200.c1119 /* attempt to manually enumerate this device */ isd200_get_inquiry_data()
/linux-4.1.27/include/linux/usb/
H A Dgadget.h829 * means the driver will handle setup() requests needed to enumerate (and
/linux-4.1.27/drivers/usb/core/
H A Dhub.c969 * and will re-enumerate if there actually is a device attached.
977 * - some devices won't enumerate without a VBUS power cycle hub_port_logical_disconnect()
4823 "unable to enumerate USB device\n"); hub_port_connect()
/linux-4.1.27/drivers/media/pci/cx23885/
H A Dcx23885-dvb.c1448 printk(KERN_WARNING "Unable to enumerate dib7000p\n"); dvb_register()
/linux-4.1.27/drivers/scsi/
H A Dscsi_scan.c816 * to enumerate them correctly. scsi_add_lun()
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
H A Dsocklnd.c2599 CERROR("Can't enumerate interfaces: %d\n", n); ksocknal_enumerate_interfaces()
/linux-4.1.27/drivers/tty/serial/
H A Datmel_serial.c2620 * auto-enumerate it */ atmel_serial_probe()
/linux-4.1.27/drivers/usb/gadget/
H A Dcomposite.c878 * try to enumerate the device while we are changing the config list.
/linux-4.1.27/drivers/usb/gadget/legacy/
H A Dinode.c1826 /* triggers gadgetfs_bind(); then we can enumerate. */ dev_config()
/linux-4.1.27/drivers/usb/host/
H A Duhci-q.c893 * Also, some devices enumerate better without FSBR; the easiest way uhci_submit_control()
/linux-4.1.27/fs/nilfs2/
H A Dsegment.c508 * Callback functions that enumerate, mark, and collect dirty blocks
/linux-4.1.27/include/uapi/linux/
H A Dvideodev2.h1227 * @pad: the pad number for which to enumerate timings (used with
/linux-4.1.27/arch/powerpc/perf/
H A Dcore-book3s.c881 /* enumerate all possibilities and see if any will work */ power_check_constraints()
/linux-4.1.27/fs/btrfs/
H A Dbackref.c695 * enumerate all inline refs __add_inline_refs()
/linux-4.1.27/include/drm/
H A Ddrm_crtc.h518 * below allow the core DRM code to control connectors, enumerate available modes,
/linux-4.1.27/drivers/media/platform/omap3isp/
H A Dispccdc.c2170 * support the input format. Don't enumerate any pixel code. ccdc_enum_mbus_code()
/linux-4.1.27/drivers/spi/
H A Dspi.c1391 dev_warn(&master->dev, "failed to enumerate SPI slaves\n"); acpi_register_spi_devices()
/linux-4.1.27/drivers/staging/octeon-usb/
H A Docteon-hcd.h1061 * enumerate as a FS host, even if the connected device supports
/linux-4.1.27/drivers/regulator/
H A Dcore.c2325 * regulator_list_voltage - enumerate supported voltages
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_crtc.c2296 * drm_mode_getplane_res - enumerate all plane resources
/linux-4.1.27/arch/tile/include/hv/
H A Dhypervisor.h1299 * HV_FS_ISDIR set. However, if clients may wish to enumerate the
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8666 /* don't check link if we failed to enumerate functions */ ixgbe_probe()
/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dmcdi_pcol.h2604 * PHY in a sparse array (indexed by the enumerate). Each value is represented

Completed in 3422 milliseconds