Home
last modified time | relevance | path

Searched refs:form (Results 1 – 25 of 31) sorted by relevance

12

/drivers/media/dvb/dvb-core/
Ddvb_filter.c150 int form = -1;
202 form = -1;
208 form = -1;
214 form = VIDEO_MODE_PAL;
220 form = VIDEO_MODE_NTSC;
226 form = VIDEO_MODE_NTSC;
232 form = VIDEO_MODE_PAL;
238 form = VIDEO_MODE_NTSC;
253 vi->video_format = form;
/drivers/scsi/mpt2sas/
Dmpt2sas_config.c734 *mpi_reply, Mpi2SasDevicePage0_t *config_page, u32 form, u32 handle) in mpt2sas_config_get_sas_device_pg0() argument
752 mpi_request.PageAddress = cpu_to_le32(form | handle); in mpt2sas_config_get_sas_device_pg0()
774 *mpi_reply, Mpi2SasDevicePage1_t *config_page, u32 form, u32 handle) in mpt2sas_config_get_sas_device_pg1() argument
792 mpi_request.PageAddress = cpu_to_le32(form | handle); in mpt2sas_config_get_sas_device_pg1()
982 *mpi_reply, Mpi2ExpanderPage0_t *config_page, u32 form, u32 handle) in mpt2sas_config_get_expander_pg0() argument
1000 mpi_request.PageAddress = cpu_to_le32(form | handle); in mpt2sas_config_get_expander_pg0()
1065 *mpi_reply, Mpi2SasEnclosurePage0_t *config_page, u32 form, u32 handle) in mpt2sas_config_get_enclosure_pg0() argument
1083 mpi_request.PageAddress = cpu_to_le32(form | handle); in mpt2sas_config_get_enclosure_pg0()
1185 Mpi2ConfigReply_t *mpi_reply, Mpi2RaidVolPage1_t *config_page, u32 form, in mpt2sas_config_get_raid_volume_pg1() argument
1203 mpi_request.PageAddress = cpu_to_le32(form | handle); in mpt2sas_config_get_raid_volume_pg1()
[all …]
Dmpt2sas_base.h1088 *mpi_reply, Mpi2SasDevicePage0_t *config_page, u32 form, u32 handle);
1090 *mpi_reply, Mpi2SasDevicePage1_t *config_page, u32 form, u32 handle);
1104 *mpi_reply, Mpi2ExpanderPage0_t *config_page, u32 form, u32 handle);
1108 *mpi_reply, Mpi2SasEnclosurePage0_t *config_page, u32 form, u32 handle);
1114 *mpi_reply, Mpi2RaidVolPage1_t *config_page, u32 form, u32 handle);
1117 *mpi_reply, Mpi2RaidVolPage0_t *config_page, u32 form, u32 handle, u16 sz);
1119 *mpi_reply, Mpi2RaidPhysDiskPage0_t *config_page, u32 form,
Dmpt2sas_scsih.c345 u64 enclosure_logical_id, u16 slot, u8 form, in _scsih_is_boot_device() argument
350 switch (form) { in _scsih_is_boot_device()
/drivers/net/ethernet/sgi/
Dmeth.c643 desc->data.cat_buf[0].form.start_addr = catbuf >> 3; in meth_tx_1page_prepare()
644 desc->data.cat_buf[0].form.len = buffer_len - 1; in meth_tx_1page_prepare()
669 desc->data.cat_buf[0].form.start_addr = catbuf1 >> 3; in meth_tx_2page_prepare()
670 desc->data.cat_buf[0].form.len = buffer1_len - 1; in meth_tx_2page_prepare()
674 desc->data.cat_buf[1].form.start_addr = catbuf2 >> 3; in meth_tx_2page_prepare()
675 desc->data.cat_buf[1].form.len = buffer2_len - 1; in meth_tx_2page_prepare()
Dmeth.h67 } form; member
/drivers/staging/iio/
DTODO56 in anything like its current form.
/drivers/edac/
DKconfig43 tristate "Decode MCEs in human-readable form (only on AMD for now)"
48 occurring on your machine in human-readable form.
Di7core_edac.c1968 u8 form; member
/drivers/staging/iio/Documentation/
Ddevice.txt68 form this spec.
Dsysfs-bus-iio664 and hence the form in which it is read from user-space.
/drivers/staging/rtl8192e/
Dlicense138 Section 2) in object code or executable form under the terms of Sections
155 program in object code or executable form with such an offer, in
158 The source code for a work means the preferred form of the work for
164 normally distributed (in either source or binary form) with the major
/drivers/staging/rtl8192u/
Dcopying135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
155 The source code for a work means the preferred form of the work for
162 form) with the major components (compiler, kernel, and so on) of the
/drivers/staging/usbip/userspace/
DCOPYING135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
155 The source code for a work means the preferred form of the work for
162 form) with the major components (compiler, kernel, and so on) of the
DINSTALL150 type, such as `sun4', or a canonical name which has the form:
/drivers/message/fusion/
Dmptsas.c117 struct mptsas_devinfo *device_info, u32 form, u32 form_specific);
119 struct mptsas_enclosure *enclosure, u32 form, u32 form_specific);
1347 u32 form, u32 form_specific) in mptsas_sas_enclosure_pg0() argument
1364 cfg.pageAddr = form + form_specific; in mptsas_sas_enclosure_pg0()
2501 u32 form, u32 form_specific) in mptsas_sas_phy_pg0() argument
2523 cfg.pageAddr = form + form_specific; in mptsas_sas_phy_pg0()
2565 u32 form, u32 form_specific) in mptsas_sas_device_pg0() argument
2583 cfg.pageAddr = form + form_specific; in mptsas_sas_device_pg0()
2646 u32 form, u32 form_specific) in mptsas_sas_expander_pg0() argument
2666 cfg.pageAddr = form + form_specific; in mptsas_sas_expander_pg0()
[all …]
Dmptbase.c8189 u32 form; in mpt_iocstatus_info_config() local
8200 form = le32_to_cpu(pReq->PageAddress); in mpt_iocstatus_info_config()
8205 if ((form >> MPI_SAS_DEVICE_PGAD_FORM_SHIFT) == in mpt_iocstatus_info_config()
8210 if ((form & MPI_FC_DEVICE_PGAD_FORM_MASK) == in mpt_iocstatus_info_config()
8217 page_type, pReq->Header.PageNumber, pReq->Action, form); in mpt_iocstatus_info_config()
/drivers/staging/wlags49_h2/
DREADME.ubuntu156 code can be distributed in unmodified or modified form consistent with
/drivers/mtd/chips/
DKconfig54 are expected to be wired to the CPU in 'host-endian' form.
/drivers/ide/
DKconfig181 basic form of media-forensics.
471 The HPT366 chipset in its current form is bootable. One solution
/drivers/net/wan/
DKconfig351 access provider or to form a private wide area network. The one
/drivers/platform/x86/
DKconfig715 convert the device into ebook form.
/drivers/scsi/aic7xxx/
Daic7xxx.reg14 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
/drivers/usb/gadget/
DKconfig345 # Controllers available only in discrete form (and all PCI controllers)
/drivers/staging/speakup/
Dspkguide.txt1378 terms of this License, in the form shown in the Addendum below.
1491 electronic equivalent of covers if the Document is in electronic form.

12