Home
last modified time | relevance | path

Searched refs:ssd (Results 1 – 16 of 16) sorted by relevance

/linux-4.1.27/drivers/media/i2c/smiapp/
Dsmiapp-core.c1617 struct smiapp_subdev *ssd = to_smiapp_subdev(subdev); in __smiapp_get_format() local
1624 if (fmt->pad == ssd->source_pad) in __smiapp_get_format()
1625 r = &ssd->crop[ssd->source_pad]; in __smiapp_get_format()
1627 r = &ssd->sink_fmt; in __smiapp_get_format()
1657 struct smiapp_subdev *ssd = to_smiapp_subdev(subdev); in smiapp_get_crop_compose() local
1663 crops[i] = &ssd->crop[i]; in smiapp_get_crop_compose()
1665 *comps = &ssd->compose; in smiapp_get_crop_compose()
1687 struct smiapp_subdev *ssd = to_smiapp_subdev(subdev); in smiapp_propagate() local
1697 if (ssd == sensor->scaler) { in smiapp_propagate()
1703 } else if (ssd == sensor->binner) { in smiapp_propagate()
[all …]
/linux-4.1.27/drivers/s390/cio/
Dcss.c222 static void ssd_from_pmcw(struct chsc_ssd_info *ssd, struct pmcw *pmcw) in ssd_from_pmcw() argument
227 memset(ssd, 0, sizeof(struct chsc_ssd_info)); in ssd_from_pmcw()
228 ssd->path_mask = pmcw->pim; in ssd_from_pmcw()
232 chp_id_init(&ssd->chpid[i]); in ssd_from_pmcw()
233 ssd->chpid[i].id = pmcw->chpid[i]; in ssd_from_pmcw()
238 static void ssd_register_chpids(struct chsc_ssd_info *ssd) in ssd_register_chpids() argument
245 if (ssd->path_mask & mask) in ssd_register_chpids()
246 if (!chp_is_registered(ssd->chpid[i])) in ssd_register_chpids()
247 chp_new(ssd->chpid[i]); in ssd_register_chpids()
Dchp.c580 int chp_ssd_get_mask(struct chsc_ssd_info *ssd, struct chp_link *link) in chp_ssd_get_mask() argument
587 if (!(ssd->path_mask & mask)) in chp_ssd_get_mask()
589 if (!chp_id_is_equal(&ssd->chpid[i], &link->chpid)) in chp_ssd_get_mask()
591 if ((ssd->fla_valid_mask & mask) && in chp_ssd_get_mask()
592 ((ssd->fla[i] & link->fla_mask) != link->fla)) in chp_ssd_get_mask()
Dchsc.c93 int chsc_get_ssd_info(struct subchannel_id schid, struct chsc_ssd_info *ssd) in chsc_get_ssd_info() argument
129 memset(ssd, 0, sizeof(struct chsc_ssd_info)); in chsc_get_ssd_info()
133 ssd->path_mask = ssd_area->path_mask; in chsc_get_ssd_info()
134 ssd->fla_valid_mask = ssd_area->fla_valid_mask; in chsc_get_ssd_info()
138 chp_id_init(&ssd->chpid[i]); in chsc_get_ssd_info()
139 ssd->chpid[i].id = ssd_area->chpid[i]; in chsc_get_ssd_info()
142 ssd->fla[i] = ssd_area->fla[i]; in chsc_get_ssd_info()
Dchsc.h120 struct chsc_ssd_info *ssd);
Ddevice.c221 struct chsc_ssd_info *ssd = &sch->ssd_info; in chpids_show() local
228 if (ssd->path_mask & mask) in chpids_show()
229 ret += sprintf(buf + ret, "%02x ", ssd->chpid[chp].id); in chpids_show()
/linux-4.1.27/Documentation/filesystems/
Dbtrfs.txt192 ssd
195 Options to control ssd allocation schemes. By default, BTRFS will
196 enable or disable ssd allocation heuristics depending on whether a
197 rotational or nonrotational disk is in use. The ssd and nossd options
202 implies ssd, enabling all other ssd heuristics as well.
/linux-4.1.27/arch/ia64/kernel/
Dparavirt.c430 __DEFINE_GET_AR(SSD, ssd)
513 __DEFINE_SET_AR(SSD, ssd)
711 IA64_NATIVE_PATCH_DEFINE_AR(ssd, ssd);
823 IA64_NATIVE_PATCH_BUNDLE_ELEM_AR(ssd, SSD),
Drelocate_kernel.S312 mov r4 = ar.ssd
Dminstate.h110 mov r10=ar.ssd; \
Dmca_asm.S525 mov temp4=ar.ssd
794 mov ar.ssd=temp4
Dentry.S836 mov.m ar.ssd=r0 // M2 clear ar.ssd
911 mov ar.ssd=r31
/linux-4.1.27/include/scsi/
Dosd_sense.h175 /*8*/ struct scsi_sense_descriptor ssd[0]; /* variable length, 1 or more */ member
/linux-4.1.27/drivers/scsi/osd/
Dosd_initiator.c1776 cur_descriptor = ssdb->ssd; in osd_req_decode_sense_full()
1779 struct scsi_sense_descriptor *ssd = cur_descriptor; in osd_req_decode_sense_full() local
1780 int cur_len = ssd->additional_length + 2; in osd_req_decode_sense_full()
1787 switch (ssd->descriptor_type) { in osd_req_decode_sense_full()
1890 if (ssd->descriptor_type <= scsi_sense_Reserved_last) in osd_req_decode_sense_full()
1893 ssd->descriptor_type); in osd_req_decode_sense_full()
1897 ssd->descriptor_type); in osd_req_decode_sense_full()
/linux-4.1.27/drivers/nfc/
Dpn533.c1230 u8 ssd; in pn533_target_type_a_is_valid() local
1240 ssd = PN533_TYPE_A_SENS_RES_SSD(type_a->sens_res); in pn533_target_type_a_is_valid()
1243 if ((ssd == PN533_TYPE_A_SENS_RES_SSD_JEWEL && in pn533_target_type_a_is_valid()
1245 (ssd != PN533_TYPE_A_SENS_RES_SSD_JEWEL && in pn533_target_type_a_is_valid()
1347 u8 ssd; in pn533_target_jewel_is_valid() local
1354 ssd = PN533_TYPE_A_SENS_RES_SSD(jewel->sens_res); in pn533_target_jewel_is_valid()
1357 if ((ssd == PN533_TYPE_A_SENS_RES_SSD_JEWEL && in pn533_target_jewel_is_valid()
1359 (ssd != PN533_TYPE_A_SENS_RES_SSD_JEWEL && in pn533_target_jewel_is_valid()
/linux-4.1.27/Documentation/device-mapper/
Dcache.txt295 /dev/mapper/ssd /dev/mapper/origin 512 1 writeback default 0'
297 /dev/mapper/ssd /dev/mapper/origin 1024 1 writeback \