/linux-4.4.14/drivers/media/i2c/smiapp/ |
D | smiapp-core.c | 1617 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.4.14/drivers/s390/cio/ |
D | css.c | 221 static void ssd_from_pmcw(struct chsc_ssd_info *ssd, struct pmcw *pmcw) in ssd_from_pmcw() argument 226 memset(ssd, 0, sizeof(struct chsc_ssd_info)); in ssd_from_pmcw() 227 ssd->path_mask = pmcw->pim; in ssd_from_pmcw() 231 chp_id_init(&ssd->chpid[i]); in ssd_from_pmcw() 232 ssd->chpid[i].id = pmcw->chpid[i]; in ssd_from_pmcw() 237 static void ssd_register_chpids(struct chsc_ssd_info *ssd) in ssd_register_chpids() argument 244 if (ssd->path_mask & mask) in ssd_register_chpids() 245 if (!chp_is_registered(ssd->chpid[i])) in ssd_register_chpids() 246 chp_new(ssd->chpid[i]); in ssd_register_chpids()
|
D | chp.c | 580 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()
|
D | chsc.c | 94 int chsc_get_ssd_info(struct subchannel_id schid, struct chsc_ssd_info *ssd) in chsc_get_ssd_info() argument 130 memset(ssd, 0, sizeof(struct chsc_ssd_info)); in chsc_get_ssd_info() 134 ssd->path_mask = ssd_area->path_mask; in chsc_get_ssd_info() 135 ssd->fla_valid_mask = ssd_area->fla_valid_mask; in chsc_get_ssd_info() 139 chp_id_init(&ssd->chpid[i]); in chsc_get_ssd_info() 140 ssd->chpid[i].id = ssd_area->chpid[i]; in chsc_get_ssd_info() 143 ssd->fla[i] = ssd_area->fla[i]; in chsc_get_ssd_info()
|
D | chsc.h | 134 struct chsc_ssd_info *ssd);
|
D | device.c | 221 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.4.14/Documentation/filesystems/ |
D | btrfs.txt | 192 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 non-rotational disk is in use. The ssd and nossd options 202 implies ssd, enabling all other ssd heuristics as well.
|
/linux-4.4.14/include/scsi/ |
D | osd_sense.h | 175 /*8*/ struct scsi_sense_descriptor ssd[0]; /* variable length, 1 or more */ member
|
/linux-4.4.14/drivers/scsi/osd/ |
D | osd_initiator.c | 1776 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.4.14/drivers/nfc/ |
D | pn533.c | 1230 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.4.14/arch/ia64/kernel/ |
D | relocate_kernel.S | 312 mov r4 = ar.ssd
|
D | minstate.h | 110 mov r10=ar.ssd; \
|
D | mca_asm.S | 525 mov temp4=ar.ssd 794 mov ar.ssd=temp4
|
D | entry.S | 825 mov.m ar.ssd=r0 // M2 clear ar.ssd 900 mov ar.ssd=r31
|
/linux-4.4.14/Documentation/device-mapper/ |
D | cache.txt | 306 /dev/mapper/ssd /dev/mapper/origin 512 1 writeback default 0' 308 /dev/mapper/ssd /dev/mapper/origin 1024 1 writeback \
|
/linux-4.4.14/fs/btrfs/ |
D | extent-tree.c | 6221 bool ssd = btrfs_test_opt(root, SSD); in fetch_cluster_info() local 6227 if (ssd) in fetch_cluster_info() 6231 if (!ssd) in fetch_cluster_info() 6233 } else if ((space_info->flags & BTRFS_BLOCK_GROUP_DATA) && ssd) { in fetch_cluster_info()
|