/drivers/media/dvb/dvb-core/ |
D | dvb_filter.c | 150 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/ |
D | mpt2sas_config.c | 734 *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 …]
|
D | mpt2sas_base.h | 1088 *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,
|
D | mpt2sas_scsih.c | 345 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/ |
D | meth.c | 643 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()
|
D | meth.h | 67 } form; member
|
/drivers/staging/iio/ |
D | TODO | 56 in anything like its current form.
|
/drivers/edac/ |
D | Kconfig | 43 tristate "Decode MCEs in human-readable form (only on AMD for now)" 48 occurring on your machine in human-readable form.
|
D | i7core_edac.c | 1968 u8 form; member
|
/drivers/staging/iio/Documentation/ |
D | device.txt | 68 form this spec.
|
D | sysfs-bus-iio | 664 and hence the form in which it is read from user-space.
|
/drivers/staging/rtl8192e/ |
D | license | 138 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/ |
D | copying | 135 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/ |
D | COPYING | 135 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
|
D | INSTALL | 150 type, such as `sun4', or a canonical name which has the form:
|
/drivers/message/fusion/ |
D | mptsas.c | 117 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 …]
|
D | mptbase.c | 8189 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/ |
D | README.ubuntu | 156 code can be distributed in unmodified or modified form consistent with
|
/drivers/mtd/chips/ |
D | Kconfig | 54 are expected to be wired to the CPU in 'host-endian' form.
|
/drivers/ide/ |
D | Kconfig | 181 basic form of media-forensics. 471 The HPT366 chipset in its current form is bootable. One solution
|
/drivers/net/wan/ |
D | Kconfig | 351 access provider or to form a private wide area network. The one
|
/drivers/platform/x86/ |
D | Kconfig | 715 convert the device into ebook form.
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.reg | 14 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
|
/drivers/usb/gadget/ |
D | Kconfig | 345 # Controllers available only in discrete form (and all PCI controllers)
|
/drivers/staging/speakup/ |
D | spkguide.txt | 1378 terms of this License, in the form shown in the Addendum below. 1491 electronic equivalent of covers if the Document is in electronic form.
|