Home
last modified time | relevance | path

Searched refs:one (Results 1 – 25 of 226) sorted by relevance

12345678910

/drivers/tty/serial/
A Dsc16is7xx.c439 mutex_lock(&one->efr_lock); in sc16is7xx_efr_lock()
486 one->config.ier_val |= bit; in sc16is7xx_ier_set()
603 mutex_lock(&one->efr_lock); in sc16is7xx_set_baud()
638 rxlen = sizeof(one->buf); in sc16is7xx_handle_rx()
687 ch = one->buf[i]; in sc16is7xx_handle_rx()
774 one->old_mctrl = status; in sc16is7xx_update_mlines()
920 config = one->config; in sc16is7xx_reg_proc()
921 memset(&one->config, 0, sizeof(one->config)); in sc16is7xx_reg_proc()
956 if (one->port.state) { in sc16is7xx_ms_proc()
1020 return one->old_mctrl; in sc16is7xx_get_mctrl()
[all …]
A Dmax310x.c316 struct max310x_one *one = to_max310x_port(port); in max310x_port_read() local
319 regmap_read(one->regmap, reg, &val); in max310x_port_read()
328 regmap_write(one->regmap, reg, val); in max310x_port_write()
672 max310x_batch_read(port, one->rx_buf, rxlen); in max310x_handle_rx()
692 one->rx_buf[rxlen-1], flag); in max310x_handle_rx()
788 schedule_work(&one->tx_work); in max310x_start_tx()
849 max310x_handle_tx(&one->port); in max310x_tx_proc()
874 (one->port.mctrl & TIOCM_LOOP) ? in max310x_md_proc()
882 schedule_work(&one->md_work); in max310x_set_mctrl()
1010 one->port.rs485.delay_rts_after_send; in max310x_rs_proc()
[all …]
/drivers/usb/dwc3/
A DKconfig66 Say 'Y' or 'M' here if you have one such device
75 IP inside, say 'Y' or 'M' if you have one such device.
99 Say 'Y' or 'M' here if you have one such device
110 Say 'Y' or 'M' if you have one such device.
119 Say 'Y' or 'M' if you have one such device.
128 Say 'Y' or 'M' if you have one such device.
141 Say 'Y' or 'M' if you have one such device.
151 Say 'Y' or 'M' if you have one such device.
160 Say 'Y' or 'M' if you have one such device.
170 Say 'Y' or 'M' here if you have one such device
[all …]
/drivers/scsi/arm/
A DKconfig11 Acorn system with one of these, say Y. If unsure, say N.
40 Acorn system with one of these, say Y. If unsure, say N.
47 system with one of these, say Y, otherwise say N.
54 you have one of these, say Y. If unsure, say N.
65 Acorn system with one of these, say Y. If unsure, say N.
73 system with one of these, say Y. If unsure, say N.
/drivers/accessibility/speakup/
A DDefaultKeyAssignments13 KeyPad-7 Say Previous Line (UP one line)
14 KeyPad-9 Say Next Line (down one line)
17 KeyPad-4 Say Previous Word (left one word)
19 KeyPad-6 Say Next Word (right one word)
23 KeyPad-1 Say Previous Character (left one letter)
24 KeyPad-3 Say Next Character (right one letter)
A DTODO9 Currently, speakup has one issue we know of.
12 gets garbled because a lock is not set. This bug happens regularly, but no one
/drivers/misc/lkdtm/
A Dusercopy.c137 unsigned char *one, *two; in do_usercopy_slab_size() local
142 one = kmalloc(size, GFP_KERNEL); in do_usercopy_slab_size()
144 if (!one || !two) { in do_usercopy_slab_size()
157 memset(one, 'A', size); in do_usercopy_slab_size()
161 test_kern_addr = one + 16; in do_usercopy_slab_size()
194 kfree(one); in do_usercopy_slab_size()
A Dheap.c32 char *one, *two; in lkdtm_VMALLOC_LINEAR_OVERFLOW() local
34 one = vzalloc(PAGE_SIZE); in lkdtm_VMALLOC_LINEAR_OVERFLOW()
35 OPTIMIZER_HIDE_VAR(one); in lkdtm_VMALLOC_LINEAR_OVERFLOW()
39 memset(one, 0xAA, PAGE_SIZE + __offset); in lkdtm_VMALLOC_LINEAR_OVERFLOW()
42 vfree(one); in lkdtm_VMALLOC_LINEAR_OVERFLOW()
/drivers/net/ethernet/freescale/fman/
A DKconfig29 one of the following three conditions:
34 3. Scatter Gather (SG) frames have more than one SG buffer in
35 the SG list and any one of the buffers, except the last
38 With any one of the above three conditions present, there is
/drivers/gpu/drm/amd/display/dc/dpp/dcn10/
A Ddcn10_dpp_dscl.c128 const long long one = dc_fixpt_one.value; in dpp1_dscl_get_dscl_mode() local
136 if (data->ratios.horz.value == one in dpp1_dscl_get_dscl_mode()
137 && data->ratios.vert.value == one in dpp1_dscl_get_dscl_mode()
138 && data->ratios.horz_c.value == one in dpp1_dscl_get_dscl_mode()
139 && data->ratios.vert_c.value == one in dpp1_dscl_get_dscl_mode()
149 if (data->ratios.horz.value == one && data->ratios.vert.value == one) in dpp1_dscl_get_dscl_mode()
151 if (data->ratios.horz_c.value == one && data->ratios.vert_c.value == one) in dpp1_dscl_get_dscl_mode()
/drivers/infiniband/ulp/rtrs/
A DREADME66 1. Client starts establishing connections belonging to a path of a session one
67 by one via attaching RTRS_MSG_CON_REQ messages to the rdma_connect requests.
70 to create a new one when necessary. The message also contains the protocol
75 one.
77 2. Server accepts the connection requests one by one and attaches
81 session) and the maximum size of one io, RTRS_MSG_NEW_RKEY_F flags is set
122 1. When processing a write request client selects one of the memory chunks
139 1. When processing a write request client selects one of the memory chunks
162 1. When processing a read request client selects one of the memory chunks
181 1. When processing a read request client selects one of the memory chunks
/drivers/thermal/
A DKconfig10 thermal management. Usually it's made up of one or more thermal
107 devices one step at a time.
139 devices one step at the time, taking into account the trip
274 It supports one critical trip point and one passive trip point. The
286 sensor. It supports one critical trip point and one
295 It supports one critical trip point and one passive trip point. The
326 It supports one critical trip point and one passive trip point. The
369 ADC (TS-ADC) found on Rockchip SoCs. It supports one critical
416 This will report PMIC junction over-temperature for one thermal trip
/drivers/md/
A DKconfig24 This driver lets you combine several hard disk partitions into one
25 logical block device. This can be used to simply append one
26 partition to another one or to combine several redundant hard disks
70 partitions by simply appending one to the other.
83 partitions into one logical device in such a fashion as to fill them
84 up evenly, one chunk here and one chunk there. This will increase
153 while a RAID-5 set distributes the parity across the drives in one
162 in one of the available parity distribution methods.
363 dm-clone produces a one-to-one copy of an existing, read-only source
414 in one of the available parity distribution methods.
[all …]
/drivers/usb/gadget/legacy/
A DKconfig20 # A gadget driver implements one or more USB functions using
71 this gadget connects to another OTG device, with this one using
73 one serve as the USB host instead (in the "B-Host" role).
113 without one.
124 This driver implements Ethernet style communication, in one of
224 The Function Filesystem (FunctionFS) lets one create USB
323 The MIDI Gadget acts as a USB Audio device, with one MIDI
324 input and one MIDI output. These MIDI jacks appear as
360 This driver provides two functions in one configuration:
384 and phonet in only one composite gadget driver.
[all …]
/drivers/misc/mchp_pci1xxxx/
A DKconfig9 PCI1XXXX is a PCIe GEN 3 switch with one of the endpoints having
10 multiple functions and one of the functions is a GPIO controller
/drivers/pinctrl/aspeed/
A Dpinmux-aspeed.h750 #define FUNC_DECL_2(func, one, two) FUNC_DECL_(func, #one, #two) argument
751 #define FUNC_DECL_3(func, one, two, three) FUNC_DECL_(func, #one, #two, #three) argument
/drivers/staging/most/
A DKconfig8 This driver needs at least one additional component to enable the
9 desired access from userspace (e.g. character devices) and one that
/drivers/net/mdio/
A DKconfig205 multiplexers which connect one of several child MDIO busses
238 BCM6368 based Broadcom SoCs. This multiplexer connects one of several
249 iProc based Broadcom SoCs. This multiplexer connects one of several
259 are controlled via GPIO lines. The multiplexer connects one of
271 bus multiplexer connects one of several child MDIO busses to
282 The multiplexer connects one of several child MDIO busses to a
283 parent bus. Child bus selection is under the control of one of
/drivers/media/radio/
A Dradio-rtrack2.c60 static void one(struct radio_isa_card *isa) in one() function
82 one(isa); in rtrack2_s_frequency()
/drivers/net/dsa/realtek/
A DKconfig12 Note that at least one interface driver must be enabled for the
14 anything without at least one subdriver enabled.
/drivers/usb/gadget/
A DKconfig22 USB is a host/device protocol, organized with one host (such as a
36 a USB peripheral device. Configure one hardware driver for your
39 you may configure more than one.)
59 either create new failure modes or remove the one you're
73 either create new failure modes or remove the one you're
278 grouping of several ethernet frames into one USB transfer and
374 The Function Filesystem (FunctionFS) lets one create USB
376 lets one create USB gadgets in user space. This allows creation
439 The MIDI Function acts as a USB Audio device, with one MIDI
440 input and one MIDI output. These MIDI jacks appear as
/drivers/clk/sunxi/
A DKconfig15 Device Tree backward compatibility issues, in case one would
16 still use a Device Tree with one clock provider by
/drivers/net/dsa/microchip/
A DKconfig38 only one step timestamping. LAN937x switch supports both one step and
/drivers/most/
A DKconfig8 This driver needs at least one additional component to enable the
9 desired access from userspace (e.g. character devices) and one that
/drivers/staging/most/Documentation/
A Ddriver_usage.txt19 consumer devices via optical or electrical physical layers directly to one
42 of this layer is designed to handle exactly one of the peripheral
59 interface the hardware supports there is one suitable module that handles
96 Depending on how an application is meant to interface the driver, one or
207 should travel to the host within one USB transaction need to be written to
215 allocated within one MOST frame, is calculated that fit into _one_ 512 byte
225 packets within one USB transaction. This renders

Completed in 560 milliseconds

12345678910