Home
last modified time | relevance | path

Searched full:plug (Results 1 – 25 of 809) sorted by relevance

12345678910>>...33

/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
H A Dplug.json4 "name": "Create PLUG with default setting",
7 "plug"
15 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root plug",
18 "matchPattern": "qdisc plug 1: root refcnt",
27 "name": "Create PLUG with block setting",
30 "plug"
38 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root plug block",
41 "matchPattern": "qdisc plug 1: root refcnt",
50 "name": "Create PLUG with release setting",
53 "plug"
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dgen_plug_in.py4 This module provides functions which are useful for running plug-ins.
16 "This is a colon-separated list of plug-in directory paths. If one"
18 + " path info), it will be taken to be a native plug-in. In that case,"
19 + ' %(prog)s will search for the native plug-in in the "plug-ins"'
21 + " is found. Also, integrated plug-ins will automatically be appended"
22 + " to your plug_in_dir_paths list. An integrated plug-in is any plug-in"
36 Get plug-in base paths and return them as a list.
60 …Find and return the normalized directory path of the specified plug in. This is done by searching…
64 plug_in_name The unqualified name of the plug-in package.
80 Validate the plug in package and return the normalized plug-in directory path.
[all …]
H A Dgen_plug_in_utils.py4 This module provides functions which are useful to plug-in call point programs.
23 Return the plug-in package name (e.g. "OS_Console", "DB_Logging").
41 …Return an OrderedDict which is sorted by key and which contains all of the plug-in environment var…
72 …general Return general plug-in parms (e.g. those beginning with "AUTOBOOT"…
74 …custom Return custom plug-in parms (i.e. those beginning with the upper c…
75 name of the plug-in package, for example "OBMC_SAMPLE_PARM1").
76 plug_in_package_name The name of the plug-in package for which custom parms are to be
77 returned. The default is the current plug in package name.
122 …# Create a list of plug-in environment variables by pre-pending <all caps plug-in package name>_<a…
137 # Initialize unset plug-in vars.
[all …]
H A Dgen_robot_plug_in.py4 This module provides functions which are useful for running plug-ins from a robot program.
20 …Call the external validate_plug_ins.py program which validates the plug-in dir paths given to it. …
21 a list containing a normalized path for each plug-in selected.
24 plug_in_dir_paths A colon-separated list of plug-in directory paths.
34 "Validate plug ins call failed. See"
59 …Call the external process_plug_in_packages.py to process the plug-in packages. Return the followi…
62 failed_plug_in_name The failed plug in name (if any).
65 plug_in_packages_list A python list of plug-in directory paths.
66 … call_point The call point program to be called for each plug-in package (e.g.
70 … means that for each plug-in call point that runs, a 0x00000200 will not
[all …]
/openbmc/linux/sound/core/oss/
H A Dio.c2 * PCM I/O Plug-In Interface
28 #define pcm_write(plug,buf,count) snd_pcm_oss_write3(plug,buf,count,1) argument
29 #define pcm_writev(plug,vec,count) snd_pcm_oss_writev3(plug,vec,count) argument
30 #define pcm_read(plug,buf,count) snd_pcm_oss_read3(plug,buf,count,1) argument
31 #define pcm_readv(plug,vec,count) snd_pcm_oss_readv3(plug,vec,count) argument
47 return pcm_write(plugin->plug, src_channels->area.addr, frames); in io_playback_transfer()
59 return pcm_writev(plugin->plug, bufs, frames); in io_playback_transfer()
73 return pcm_read(plugin->plug, dst_channels->area.addr, frames); in io_capture_transfer()
85 return pcm_readv(plugin->plug, bufs, frames); in io_capture_transfer()
108 int snd_pcm_plugin_build_io(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_io() argument
[all …]
H A Dpcm_plugin.c2 * PCM Plug-In shared (kernel/library) code
35 #define snd_pcm_plug_first(plug) ((plug)->runtime->oss.plugin_first) argument
36 #define snd_pcm_plug_last(plug) ((plug)->runtime->oss.plugin_last) argument
108 int snd_pcm_plug_alloc(struct snd_pcm_substream *plug, snd_pcm_uframes_t frames) in snd_pcm_plug_alloc() argument
111 if (snd_BUG_ON(!snd_pcm_plug_first(plug))) in snd_pcm_plug_alloc()
113 if (snd_pcm_plug_stream(plug) == SNDRV_PCM_STREAM_PLAYBACK) { in snd_pcm_plug_alloc()
114 struct snd_pcm_plugin *plugin = snd_pcm_plug_first(plug); in snd_pcm_plug_alloc()
126 struct snd_pcm_plugin *plugin = snd_pcm_plug_last(plug); in snd_pcm_plug_alloc()
150 int snd_pcm_plugin_build(struct snd_pcm_substream *plug, in snd_pcm_plugin_build() argument
160 if (snd_BUG_ON(!plug)) in snd_pcm_plugin_build()
[all …]
H A Dpcm_plugin.h12 #define snd_pcm_plug_stream(plug) ((plug)->stream) argument
40 const char *name; /* plug-in name */
61 struct snd_pcm_substream *plug; member
78 int snd_pcm_plug_alloc(struct snd_pcm_substream *plug, snd_pcm_uframes_t frames);
142 void *snd_pcm_plug_buf_alloc(struct snd_pcm_substream *plug, snd_pcm_uframes_t size);
143 void snd_pcm_plug_buf_unlock(struct snd_pcm_substream *plug, void *ptr);
/openbmc/openbmc-test-automation/bin/
H A Dprocess_plug_in_packages.py29 description="%(prog)s will process the plug-in packages passed to it."
30 + " A plug-in package is essentially a directory containing"
34 + " (described below). For each plug-in package passed,"
36 + " point program in the plug-in directory. If it is found,"
42 + " failed_plug_in_name: <failed plug-in value,"
68 + ' "cp_" prefix. For each plug-in package passed to this program,'
70 + " the plug-in directory."
79 + " equals 0x00000200, it means that for each plug-in call point that"
91 + "non-zero if the call point program from any plug-in directory "
93 + "the call point program from each and every plug-in directory "
[all …]
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_pnp.c29 /* Archtek SmartLink Modem 3334BT Plug & Play */
32 /* SXPro 144 External Data Fax Modem Plug & Play */
34 /* SXPro 288 External Data Fax Modem Plug & Play */
78 /* Fujitsu 33600 PnP-I2 R Plug & Play */
80 /* Fujitsu FMV-FX431 Plug & Play */
82 /* Fujitsu 33600 PnP-I4 R Plug & Play */
84 /* Fujitsu Fax Voice 33600 PNP-I5 R Plug & Play */
87 /* Archtek SmartLink Modem 3334BT Plug & Play */
92 /* Hayes Optima 288 V.34-V.FC + FAX + Voice Plug & Play */
106 /* Hayes Optima 288 V.34 + FAX + Voice, Plug & Play */
[all …]
/openbmc/linux/drivers/acpi/
H A Dacpi_pnp.c147 {"AAC000F"}, /* Archtek America Corp. Archtek SmartLink Modem 3334BT Plug & Play */
148 {"ADC0001"}, /* Anchor Datacomm BV. SXPro 144 External Data Fax Modem Plug & Play */
149 {"ADC0002"}, /* SXPro 288 External Data Fax Modem Plug & Play */
166 {"FUJ0202"}, /* Fujitsu 33600 PnP-I2 R Plug & Play */
167 {"FUJ0205"}, /* Fujitsu FMV-FX431 Plug & Play */
168 {"FUJ0206"}, /* Fujitsu 33600 PnP-I4 R Plug & Play */
169 {"FUJ0209"}, /* Fujitsu Fax Voice 33600 PNP-I5 R Plug & Play */
170 {"GVC000F"}, /* Archtek SmartLink Modem 3334BT Plug & Play */
172 {"HAY0001"}, /* Hayes Optima 288 V.34-V.FC + FAX + Voice Plug & Play */
179 {"HAYF001"}, /* Hayes Optima 288 V.34 + FAX + Voice, Plug & Play */
[all …]
/openbmc/linux/Documentation/admin-guide/
H A Dpnp.rst2 Linux Plug and Play Documentation
12 Plug and Play provides a means of detecting and setting resources for legacy or
13 otherwise unconfigurable devices. The Linux Plug and Play Layer provides these
20 The Linux Plug and Play user interface provides a means to activate PnP devices
21 for legacy and user level drivers that do not support Linux Plug and Play. The
112 The Unified Plug and Play Layer
115 All Plug and Play drivers, protocols, and services meet at a central location
116 called the Plug and Play Layer. This layer is responsible for the exchange of
121 The following functions are available from the Plug and Play Layer:
133 use this function to remove a PnP protocol from the Plug and Play Layer
[all …]
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dyosemite4-phosphor-multi-gpio-monitor.json159 "slot-hot-plug@1.service",
160 "slot-plug-in@1.service"
175 "slot-hot-plug@2.service",
176 "slot-plug-in@2.service"
191 "slot-hot-plug@3.service",
192 "slot-plug-in@3.service"
207 "slot-hot-plug@4.service",
208 "slot-plug-in@4.service"
223 "slot-hot-plug@5.service",
224 "slot-plug
[all...]
/openbmc/qemu/docs/
H A Dpcie_pci_bridge.txt10 But due to its strict limitations - no support of hot-plug,
17 see 'PCIE-PCI bridge hot-plug' section),
18 and supports devices hot-plug into the bridge itself
21 Hot-plug of legacy PCI devices into the bridge
22 is provided by bridge's built-in Standard hot-plug Controller.
25 PCIE-PCI bridge hot-plug
27 Guest OSes require extra efforts to enable PCIE-PCI bridge hot-plug.
102 Windows 7 and older versions don't support hot-plug devices into the PCIE-PCI bridge.
103 To enable device hot-plug into the bridge on Linux there're 3 ways:
107 which allows the bridge to notify the OS about hot-plug event without having
/openbmc/qemu/include/hw/
H A Dhotplug.h29 * @plug_handler: a device performing plug/uplug action
40 * hardware (un)plug functions.
43 * @pre_plug: pre plug callback called at start of device.realize(true)
44 * @plug: plug callback called at end of device.realize(true).
59 hotplug_fn plug; member
68 * Call #HotplugHandlerClass.plug callback of @plug_handler.
/openbmc/linux/include/uapi/linux/
H A Dvirtio_mem.h55 * order to (un)plug memory. A device cannot (un)plug memory belonging to
61 * from the device to the device driver to (un)plug blocks. The
62 * device driver should try to (un)plug blocks in order to reach the
63 * "requested_size". It is impossible to plug more memory than requested.
66 * be used to (un)plug memory. It is always at least as big as the
97 /* request to plug memory blocks */
129 struct virtio_mem_req_plug plug; member
147 * Request denied - e.g. trying to plug more than requested, applicable for
206 * Currently used size. Changes due to plug/unplug requests, but no
210 /* Requested size. New plug requests cannot exceed it. Can change. */
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_mem.h55 * order to (un)plug memory. A device cannot (un)plug memory belonging to
61 * from the device to the device driver to (un)plug blocks. The
62 * device driver should try to (un)plug blocks in order to reach the
63 * "requested_size". It is impossible to plug more memory than requested.
66 * be used to (un)plug memory. It is always at least as big as the
99 /* request to plug memory blocks */
131 struct virtio_mem_req_plug plug; member
149 * Request denied - e.g. trying to plug more than requested, applicable for
208 * Currently used size. Changes due to plug/unplug requests, but no
212 /* Requested size. New plug requests cannot exceed it. Can change. */
/openbmc/linux/drivers/usb/typec/
H A Dclass.c247 /* Bind the port alt mode to the partner/plug alt mode. */ in typec_altmode_set_partner()
251 /* Bind the partner/plug alt mode to the port alt mode. */ in typec_altmode_set_partner()
253 struct typec_plug *plug = to_typec_plug(adev->dev.parent); in typec_altmode_set_partner() local
255 partner->plug[plug->index] = altmode; in typec_altmode_set_partner()
274 struct typec_plug *plug = to_typec_plug(adev->dev.parent); in typec_altmode_put_partner() local
276 partner->plug[plug->index] = NULL; in typec_altmode_put_partner()
288 * If a partner or cable plug executes Enter/Exit Mode command successfully, the
317 * Returns handle to the port that a cable plug or partner with @alt is
565 /* Plug alt modes need a class to generate udev events. */ in typec_register_altmode()
624 struct typec_plug *plug; in number_of_alternate_modes_show() local
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ettercap/ettercap/
H A D0001-sslstrip-Enhance-the-libcurl-version-check-to-consid.patch13 TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ettercap/0.8.3.1-r0/git/plug-ins/sslstri…
20 plug-ins/sslstrip/sslstrip.c | 2 +-
23 diff --git a/plug-ins/sslstrip/sslstrip.c b/plug-ins/sslstrip/sslstrip.c
25 --- a/plug-ins/sslstrip/sslstrip.c
26 +++ b/plug-ins/sslstrip/sslstrip.c
/openbmc/linux/block/
H A Dblk-core.c888 * first place, directly accessing the plug instead of using in bio_poll()
892 blk_flush_plug(current->plug, false); in bio_poll()
1063 void blk_start_plug_nr_ios(struct blk_plug *plug, unsigned short nr_ios) in blk_start_plug_nr_ios() argument
1068 * If this is a nested plug, don't actually assign it. in blk_start_plug_nr_ios()
1070 if (tsk->plug) in blk_start_plug_nr_ios()
1073 plug->mq_list = NULL; in blk_start_plug_nr_ios()
1074 plug->cached_rq = NULL; in blk_start_plug_nr_ios()
1075 plug->nr_ios = min_t(unsigned short, nr_ios, BLK_MAX_REQUEST_COUNT); in blk_start_plug_nr_ios()
1076 plug->rq_count = 0; in blk_start_plug_nr_ios()
1077 plug->multiple_queues = false; in blk_start_plug_nr_ios()
[all …]
/openbmc/linux/mm/
H A Dswap.h11 void swap_readpage(struct page *page, bool do_poll, struct swap_iocb **plug);
12 void __swap_read_unplug(struct swap_iocb *plug);
13 static inline void swap_read_unplug(struct swap_iocb *plug) in swap_read_unplug() argument
15 if (unlikely(plug)) in swap_read_unplug()
16 __swap_read_unplug(plug); in swap_read_unplug()
50 struct swap_iocb **plug);
67 struct swap_iocb **plug) in swap_readpage() argument
/openbmc/linux/arch/powerpc/platforms/ps3/
H A Dinterrupt.c31 * @status: 256 bit status bitmap indexed by plug
33 * @mask: 256 bit mask bitmap indexed by plug
36 * The HV maintains per SMT thread mappings of HV outlet to HV plug on
38 * supplied bitmaps indexed by plug number. The addresses of the bitmaps
46 * implementation equates HV plug value to Linux virq value, constrains each
47 * interrupt to have a system wide unique plug number, and limits the range
48 * of the plug values to map into the first dword of the bitmaps. This
49 * gives a usable range of plug values of {NR_IRQS_LEGACY..63}. Note
240 * Sets up virq and connects the irq plug.
283 * Disconnects the irq plug and tears down virq.
[all …]
/openbmc/linux/sound/firewire/oxfw/
H A Doxfw-command.c24 buf[4] = dir; /* Plug Direction */ in avc_stream_set_format()
26 buf[6] = 0x00; /* PCR (Isochronous Plug) */ in avc_stream_set_format()
27 buf[7] = 0xff & pid; /* Plug ID */ in avc_stream_set_format()
68 buf[4] = dir; /* Plug Direction */ in avc_stream_get_format()
70 buf[6] = 0x00; /* PCR (Isochronous Plug) */ in avc_stream_get_format()
71 buf[7] = 0xff & pid; /* Plug ID */ in avc_stream_get_format()
133 buf[2] = 0x19; /* INPUT PLUG SIGNAL FORMAT */ in avc_general_inquiry_sig_fmt()
135 buf[2] = 0x18; /* OUTPUT PLUG SIGNAL FORMAT */ in avc_general_inquiry_sig_fmt()
136 buf[3] = 0xff & pid; /* plug id */ in avc_general_inquiry_sig_fmt()
/openbmc/qemu/tests/qtest/
H A Ddevice-plug-test.c2 * QEMU device plug/unplug handling
224 qtest_add_func("/device-plug/pci-unplug-request", in main()
226 qtest_add_func("/device-plug/pci-unplug-json-request", in main()
230 qtest_add_func("/device-plug/ccw-unplug", in main()
235 qtest_add_func("/device-plug/spapr-cpu-unplug-request", in main()
237 qtest_add_func("/device-plug/spapr-memory-unplug-request", in main()
239 qtest_add_func("/device-plug/spapr-phb-unplug-request", in main()
244 qtest_add_func("/device-plug/q35-pci-unplug-request", in main()
246 qtest_add_func("/device-plug/q35-pci-unplug-json-request", in main()
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/
H A Dphosphor-gpio-monitor_%.bbappend16 file://slot-hot-plug@.service \
31 file://slot-plug-in@.service \
32 file://slot-plug-in \
45 slot-hot-plug@.service \
56 slot-plug-in@.service \
69 …install -m 0644 ${UNPACKDIR}/slot-hot-plug@.service ${D}${systemd_system_unitdir}/slot-hot-plug@.s…
80 install -m 0644 ${UNPACKDIR}/slot-plug-in@.service ${D}${systemd_system_unitdir}/
93 install -m 0755 ${UNPACKDIR}/slot-plug-in ${D}${libexecdir}/${PN}/
/openbmc/linux/include/linux/usb/
H A Dtypec.h92 * @active_link_training: Active Cable Plug Link Training
132 * Description of an Alternate Mode which a connector, cable plug or partner
148 int typec_plug_set_num_altmodes(struct typec_plug *plug, int num_altmodes);
150 *typec_plug_register_altmode(struct typec_plug *plug,
172 * struct typec_plug_desc - USB Type-C Cable Plug Descriptor
173 * @index: SOP Prime for the plug connected to DFP and SOP Double Prime for the
174 * plug connected to UFP
176 * Represents USB Type-C Cable Plug.
184 * @type: The plug type from USB PD Cable VDO
304 void typec_unregister_plug(struct typec_plug *plug);

12345678910>>...33