Searched refs:or (Results 1 - 25 of 152) sorted by relevance

1234567

/drivers/scsi/osd/
H A Dosd_initiator.c13 * This program is free software; you can redistribute it and/or modify
16 * Redistribution and use in source and binary forms, with or without
24 * documentation and/or other materials provided with the distribution.
26 * contributors may be used to endorse or promote products derived
72 static const char *_osd_ver_desc(struct osd_request *or) argument
74 return osd_req_is_ver1(or) ? "OSD1" : "OSD2";
82 struct osd_request *or; local
101 or = osd_start_request(od, GFP_KERNEL);
102 if (!or)
106 osd_req_get_attributes(or,
218 _osd_req_cdb_len(struct osd_request *or) argument
223 _osd_req_alist_elem_size(struct osd_request *or, unsigned len) argument
230 _osd_req_alist_elem_encode(struct osd_request *or, void *attr_last, const struct osd_attr *oa) argument
250 _osd_req_alist_elem_decode(struct osd_request *or, void *cur_p, struct osd_attr *oa, unsigned max_bytes) argument
298 _osd_req_alist_size(struct osd_request *or, void *list_head) argument
305 _osd_req_sizeof_alist_header(struct osd_request *or) argument
312 _osd_req_set_alist_type(struct osd_request *or, void *list, int list_type) argument
328 _osd_req_is_alist_type(struct osd_request *or, void *list, int list_type) argument
346 _osd_req_encode_olist(struct osd_request *or, struct osd_obj_id_list *list) argument
360 osd_req_encode_offset(struct osd_request *or, u64 offset, unsigned *padding) argument
370 _osd_req_sec_params(struct osd_request *or) argument
402 struct osd_request *or; local
409 _osd_request_free(struct osd_request *or) argument
416 struct osd_request *or; local
456 osd_end_request(struct osd_request *or) argument
478 _set_error_resid(struct osd_request *or, struct request *req, int error) argument
490 osd_execute_request(struct osd_request *or) argument
501 struct osd_request *or = req->end_io_data; local
520 osd_execute_request_async(struct osd_request *or, osd_req_done_fn *done, void *private) argument
536 _osd_realloc_seg(struct osd_request *or, struct _osd_req_data_segment *seg, unsigned max_bytes) argument
557 _alloc_cdb_cont(struct osd_request *or, unsigned total_bytes) argument
563 _alloc_set_attr_list(struct osd_request *or, const struct osd_attr *oa, unsigned nelem, unsigned add_bytes) argument
575 _alloc_get_attr_desc(struct osd_request *or, unsigned max_bytes) argument
581 _alloc_get_attr_list(struct osd_request *or) argument
591 _osdv1_req_encode_common(struct osd_request *or, __be16 act, const struct osd_obj_id *obj, u64 offset, u64 len) argument
616 _osdv2_req_encode_common(struct osd_request *or, __be16 act, const struct osd_obj_id *obj, u64 offset, u64 len) argument
633 _osd_req_encode_common(struct osd_request *or, __be16 act, const struct osd_obj_id *obj, u64 offset, u64 len) argument
648 osd_req_format(struct osd_request *or, u64 tot_capacity) argument
655 osd_req_list_dev_partitions(struct osd_request *or, osd_id initial_id, struct osd_obj_id_list *list, unsigned nelem) argument
662 _osd_req_encode_flush(struct osd_request *or, enum osd_options_flush_scope_values op) argument
670 osd_req_flush_obsd(struct osd_request *or, enum osd_options_flush_scope_values op) argument
685 _osd_req_encode_partition(struct osd_request *or, __be16 act, osd_id partition) argument
696 osd_req_create_partition(struct osd_request *or, osd_id partition) argument
702 osd_req_remove_partition(struct osd_request *or, osd_id partition) argument
712 _osd_req_list_objects(struct osd_request *or, __be16 action, const struct osd_obj_id *obj, osd_id initial_id, struct osd_obj_id_list *list, unsigned nelem) argument
738 osd_req_list_partition_collections(struct osd_request *or, osd_id partition, osd_id initial_id, struct osd_obj_id_list *list, unsigned nelem) argument
752 osd_req_list_partition_objects(struct osd_request *or, osd_id partition, osd_id initial_id, struct osd_obj_id_list *list, unsigned nelem) argument
766 osd_req_flush_partition(struct osd_request *or, osd_id partition, enum osd_options_flush_scope_values op) argument
782 osd_req_list_collection_objects(struct osd_request *or, const struct osd_obj_id *obj, osd_id initial_id, struct osd_obj_id_list *list, unsigned nelem) argument
793 osd_req_flush_collection(struct osd_request *or, const struct osd_obj_id *obj, enum osd_options_flush_scope_values op) argument
807 osd_req_create_object(struct osd_request *or, struct osd_obj_id *obj) argument
813 osd_req_remove_object(struct osd_request *or, struct osd_obj_id *obj) argument
824 osd_req_write(struct osd_request *or, const struct osd_obj_id *obj, u64 offset, struct bio *bio, u64 len) argument
836 osd_req_write_kern(struct osd_request *or, const struct osd_obj_id *obj, u64 offset, void* buff, u64 len) argument
860 osd_req_flush_object(struct osd_request *or, const struct osd_obj_id *obj, enum osd_options_flush_scope_values op, u64 offset, u64 len) argument
875 osd_req_read(struct osd_request *or, const struct osd_obj_id *obj, u64 offset, struct bio *bio, u64 len) argument
887 osd_req_read_kern(struct osd_request *or, const struct osd_obj_id *obj, u64 offset, void* buff, u64 len) argument
901 _add_sg_continuation_descriptor(struct osd_request *or, const struct osd_sg_entry *sglist, unsigned numentries, u64 *len) argument
942 _osd_req_finalize_cdb_cont(struct osd_request *or, const u8 *cap_key) argument
990 osd_req_write_sg(struct osd_request *or, const struct osd_obj_id *obj, struct bio *bio, const struct osd_sg_entry *sglist, unsigned numentries) argument
1008 osd_req_read_sg(struct osd_request *or, const struct osd_obj_id *obj, struct bio *bio, const struct osd_sg_entry *sglist, unsigned numentries) argument
1043 _create_sg_bios(struct osd_request *or, void **buff, const struct osd_sg_entry *sglist, unsigned numentries) argument
1075 osd_req_write_sg_kern(struct osd_request *or, const struct osd_obj_id *obj, void **buff, const struct osd_sg_entry *sglist, unsigned numentries) argument
1090 osd_req_read_sg_kern(struct osd_request *or, const struct osd_obj_id *obj, void **buff, const struct osd_sg_entry *sglist, unsigned numentries) argument
1106 osd_req_get_attributes(struct osd_request *or, const struct osd_obj_id *obj) argument
1113 osd_req_set_attributes(struct osd_request *or, const struct osd_obj_id *obj) argument
1124 osd_req_add_set_attr_list(struct osd_request *or, const struct osd_attr *oa, unsigned nelem) argument
1172 _req_append_segment(struct osd_request *or, unsigned padding, struct _osd_req_data_segment *seg, struct _osd_req_data_segment *last_seg, struct _osd_io_info *io) argument
1205 _osd_req_finalize_set_attr_list(struct osd_request *or) argument
1229 osd_req_add_get_attr_list(struct osd_request *or, const struct osd_attr *oa, unsigned nelem) argument
1304 _osd_req_finalize_get_attr_list(struct osd_request *or) argument
1352 osd_req_decode_get_attr_list(struct osd_request *or, struct osd_attr *oa, int *nelem, void **iterator) argument
1423 osd_req_add_get_attr_page(struct osd_request *or, u32 page_id, void *attar_page, unsigned max_page_len, const struct osd_attr *set_one_attr) argument
1455 _osd_req_finalize_attr_page(struct osd_request *or) argument
1500 _osd_req_finalize_data_integrity(struct osd_request *or, bool has_in, bool has_out, struct bio *out_data_bio, u64 out_data_bytes, const u8 *cap_key) argument
1578 _init_blk_request(struct osd_request *or, bool has_in, bool has_out) argument
1624 osd_finalize_request(struct osd_request *or, u8 options, const void *cap, const u8 *cap_key) argument
1722 osd_req_decode_sense_full(struct osd_request *or, struct osd_sense_info *osi, bool silent, struct osd_obj_id *bad_obj_list __unused, int max_obj __unused, struct osd_attr *bad_attr_list, int max_attr) argument
[all...]
/drivers/usb/renesas_usbhs/
H A DKconfig13 It has nine or more configurable endpoints, and endpoint zero.
15 Say "y" to link the driver statically, or "m" to build a
/drivers/block/
H A Dosdblk.c8 This program is free software; you can redistribute it and/or modify
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
146 static int osd_sync_op(struct osd_request *or, int timeout, uint8_t *credential) argument
150 or->timeout = timeout;
151 ret = osd_finalize_request(or, 0, credential, NULL);
155 ret = osd_execute_request(or);
157 /* osd_req_decode_sense(or, ret); */
164 static int osd_async_op(struct osd_request *or, osd_req_done_fn *async_done, argument
169 ret = osd_finalize_request(or, 0, cred, NULL);
173 ret = osd_execute_request_async(or, async_don
179 extract_attr_from_req(struct osd_request *or, struct osd_attr *attr) argument
201 struct osd_request *or; local
234 osdblk_osd_complete(struct osd_request *or, void *private) argument
302 struct osd_request *or; local
[all...]
/drivers/gpu/drm/nouveau/
H A Dnouveau_backlight.c8 * distribute, sublicense, and/or sell copies of the Software, and to
13 * next paragraph) shall be included in all copies or substantial
101 int or = nv_encoder->or; local
105 val = nvif_rd32(device, NV50_PDISP_SOR_PWM_CTL(or));
116 int or = nv_encoder->or; local
120 nvif_wr32(device, NV50_PDISP_SOR_PWM_CTL(or),
137 int or = nv_encoder->or; local
155 int or = nv_encoder->or; local
[all...]
H A Dnouveau_encoder.h9 * distribute, sublicense, and/or sell copies of the Software, and to
14 * next paragraph) shall be included in all copies or substantial
43 int or; member in struct:nouveau_encoder
/drivers/input/gameport/
H A DKconfig9 or anything else that uses the gameport, say Y or M here and also to
27 Say Y here if you have an ISA or PnP gameport.
46 Say Y here if you have a SoundBlaster Live! or SoundBlaster
/drivers/input/joystick/iforce/
H A DKconfig8 Say Y here if you have an I-Force joystick or steering wheel
19 Say Y here if you have an I-Force joystick or steering wheel
26 Say Y here if you have an I-Force joystick or steering wheel
/drivers/usb/gadget/
H A DKconfig25 Linux can run in the host, or in the peripheral. In both cases
28 or are integrated with the CPU in a microcontroller. The more
30 or "UHCI", and are usually integrated into southbridges on PC
57 either create new failure modes or remove the one you're
71 either create new failure modes or remove the one you're
82 files may help when you're troubleshooting or bringing up a
84 here. If in doubt, or to conserve kernel memory, say "N".
93 troubleshooting or bringing up a driver on a new board.
94 Enable these files by choosing "Y" here. If in doubt, or
103 configured, perhaps to operate circuitry or t
[all...]
/drivers/net/hippi/
H A DKconfig10 1600Mbit/sec dual-simplex switched or point-to-point network. HIPPI
11 can run over copper (25m) or fiber (300m on multi-mode or 10km on
36 kernel code or by user space programs. Say Y here only if you have
/drivers/net/slip/
H A DKconfig9 Say Y if you intend to use SLIP or CSLIP (compressed SLIP) to
10 connect to your Internet service provider or to connect to some
11 other local Unix box or if you want to configure your Linux box as a
14 serial connections such as telephone lines or null modem cables;
73 networks that don't pass all control characters or are only seven
/drivers/scsi/aic7xxx/
H A Daic7xxx.seq8 * Redistribution and use in source and binary forms, with or without
20 * of any contributors may be used to endorse or promote products derived
63 * this list every time a request sense occurs or after completing a non-tagged
114 or SEQ_FLAGS2, SCB_DMA;
157 * either a selection or reselection occurs.
168 or SIMODE1, ENBUSFREE;
219 or SAVED_SCSIID, A;
222 or SAVED_SCSIID, TWIN_CHNLB;
246 * Our first message must be one of IDENTIFY, ABORT, or
261 or SEQ_FLAG
[all...]
H A Daic79xx.seq8 * Redistribution and use in source and binary forms, with or without
20 * of any contributors may be used to endorse or promote products derived
136 or SBLKCTL, DIAGLEDEN|DIAGLEDON;
166 or SCB_CONTROL, STATUS_RCVD;
181 * Case 2 implies either a pending or yet to occur save data
209 or QOFF_CTLSTA, HS_MAILBOX_ACT;
282 or INTCTL, SWTMINTEN|SWTIMER_START;
288 or INTCTL, SWTMINTMASK ret;
387 or SEQ_FLAGS2, PENDING_MK_MESSAGE;
419 * if select-outs are currently frozen or w
[all...]
/drivers/usb/gadget/legacy/
H A DKconfig22 sources bulk data; or it loops back a configurable number of
39 Say "y" to link the driver statically, or "m" to build a
72 Say "y" to link the driver statically, or "m" to build a
119 Say "y" to link the driver statically, or "m" to build a
173 Say "y" to link the driver statically, or "m" to build a
185 Say "y" to link the driver statically, or "m" to build a
198 implemented in kernel space (for instance Ethernet, serial or
201 If you say "y" or "m" here you will be able what kind of
204 Say "y" to link the driver statically, or "m" to build
239 As its storage repository it can use a regular file or
[all...]
/drivers/media/radio/
H A DKconfig53 you must connect the line out connector to a sound card or a
65 you must connect the line out connector to a sound card or a
137 It is one of the very few or perhaps the only consumer USB radio device
152 you must connect the line out connector to a sound card or a
153 set of speakers or headphones.
283 hex "RadioTrack i/o port (0x20f or 0x30f)"
287 Enter either 0x30f or 0x20f here. The card default is 0x30f, if you
306 hex "RadioTrack II i/o port (0x20c or 0x30c)"
310 Enter either 0x30c or 0x20c here. The card default is 0x30c, if you
325 hex "Aztech/Packard Bell I/O port (0x350 or
[all...]
/drivers/watchdog/
H A Drc32434_wdt.c13 * This program is free software; you can redistribute it and/or
16 * 2 of the License, or (at your option) any later version.
72 /* apply or and nand masks to data read from addr and write back */
73 #define SET_BITS(addr, or, nand) \
74 writel((readl(&addr) | or) & ~nand, &addr)
94 u32 or, nand; local
104 or = 1 << RC32434_ERR_WRE;
109 SET_BITS(wdt_reg->errcs, or, nand);
111 /* set the timeout (either default or based on module param) */
116 or
[all...]
/drivers/gpu/drm/nouveau/core/engine/disp/
H A Ddacnv50.c8 * and/or sell copies of the Software, and to permit persons to whom the
12 * all copies or substantial portions of the Software.
38 const u32 doff = outp->or * 0x800;
70 const u32 doff = outp->or * 0x800;
95 nv_debug(priv, "DAC%d sense: 0x%08x\n", outp->or, loadval);
H A Dsornv50.c8 * and/or sell copies of the Software, and to permit persons to whom the
12 * all copies or substantial portions of the Software.
41 const u32 soff = outp->or * 0x800;
/drivers/usb/gadget/udc/
H A DKconfig40 Say "y" to link the driver statically, or "m" to build a
51 Say "y" to link the driver statically, or "m" to build a
70 Say "y" to link the driver statically, or "m" to build a
84 Say "y" to link the driver statically, or "m" to build a
99 high speed or full speed USB device. This driver supppors
102 Say "y" to link the driver statically, or "m" to build a
123 Say "y" to link the driver statically, or "m" to build a
128 tristate "PXA 25x or IXP 4xx"
138 Say "y" to link the driver statically, or "m" to build a
160 Say "y" to link the driver statically, or "
[all...]
/drivers/isdn/mISDN/
H A DKconfig35 - dynamic IP exchange, if one or both peers have dynamic IPs
41 compatible with ISDNoIP (Agfeo) or TDMoIP. Protocol description is
/drivers/platform/chrome/
H A DKconfig25 If you have a supported Chromebook, choose Y or M here.
38 If you have a supported Chromebook, choose Y or M here.
/drivers/usb/musb/
H A DKconfig15 or the USB host role, or both.
148 depends on USB_MUSB_TUSB6010 = USB_MUSB_HDRC # both built-in or both modules
159 Do not choose this unless DMA support for your SOC or board
160 is unavailable (or unstable). When DMA is enabled at compile time,
/drivers/isdn/
H A DKconfig14 (with SLIP or PPP) faster than via a conventional telephone modem
15 (though still much slower than with DSL) or to make and accept
17 or PABX).
52 as well as ISDN supplementary services like call forwarding or
/drivers/sn/
H A DKconfig18 I/O controller or a PCI IOC3 serial card say Y.
/drivers/gpu/drm/
H A DKconfig48 /lib/firmware directory or one of the provided built-in
49 data sets. This may be necessary, if the graphics adapter or
87 Choose this option if you have a 3dfx Banshee or Voodoo3 (or later),
141 Choose this option if you have a Matrox G200, G400 or G450 graphics
150 Choose this option if you have a SiS 630 or compatible video
158 Choose this option if you have a Via unichrome or compatible video
/drivers/pci/pcie/
H A DKconfig11 on PCI Express Ports (Root or Switch).
41 hardware or configurations and enable it when known-safe.
43 ASPM can be disabled or enabled at runtime via

Completed in 569 milliseconds

1234567