Home
last modified time | relevance | path

Searched refs:asc (Results 1 – 25 of 105) sorted by relevance

12345

/linux-6.12.1/drivers/media/v4l2-core/
Dv4l2-async.c31 struct v4l2_async_connection *asc) in v4l2_async_nf_call_bound() argument
36 return n->ops->bound(n, subdev, asc); in v4l2_async_nf_call_bound()
41 struct v4l2_async_connection *asc) in v4l2_async_nf_call_unbind() argument
46 n->ops->unbind(n, subdev, asc); in v4l2_async_nf_call_unbind()
58 struct v4l2_async_connection *asc) in v4l2_async_nf_call_destroy() argument
63 n->ops->destroy(asc); in v4l2_async_nf_call_destroy()
185 struct v4l2_async_connection *asc; in v4l2_async_find_match() local
187 list_for_each_entry(asc, &notifier->waiting_list, asc_entry) { in v4l2_async_find_match()
189 switch (asc->match.type) { in v4l2_async_find_match()
203 if (match(notifier, sd, &asc->match)) in v4l2_async_find_match()
[all …]
/linux-6.12.1/drivers/target/
Dtarget_core_ua.c77 u8 asc, in core_scsi3_ua_allocate() argument
89 ua->ua_asc = asc; in core_scsi3_ua_allocate()
97 if ((ua_p->ua_asc == asc) && (ua_p->ua_ascq == ascq)) { in core_scsi3_ua_allocate()
122 if ((asc == 0x29) && (ascq > ua_p->ua_ascq)) in core_scsi3_ua_allocate()
133 if ((asc == 0x29) || (ascq > ua_p->ua_asc)) in core_scsi3_ua_allocate()
151 asc, ascq); in core_scsi3_ua_allocate()
157 u32 unpacked_lun, u8 asc, u8 ascq) in target_ua_allocate_lun() argument
171 core_scsi3_ua_allocate(deve, asc, ascq); in target_ua_allocate_lun()
193 bool core_scsi3_ua_for_check_condition(struct se_cmd *cmd, u8 *key, u8 *asc, in core_scsi3_ua_for_check_condition() argument
217 *asc = 0x25; /* LOGICAL UNIT NOT SUPPORTED */ in core_scsi3_ua_for_check_condition()
[all …]
Dtarget_core_transport.c3309 u8 asc; member
3320 .asc = 0x25 /* LOGICAL UNIT NOT SUPPORTED */
3324 .asc = 0x20, /* INVALID COMMAND OPERATION CODE */
3328 .asc = 0x20, /* INVALID COMMAND OPERATION CODE */
3332 .asc = 0x24, /* INVALID FIELD IN CDB */
3336 .asc = 0x29, /* BUS DEVICE RESET FUNCTION OCCURRED */
3341 .asc = 0x0c, /* WRITE ERROR */
3346 .asc = 0x24, /* INVALID FIELD IN CDB */
3350 .asc = 0x26, /* INVALID FIELD IN PARAMETER LIST */
3354 .asc = 0x26,
[all …]
/linux-6.12.1/drivers/hid/
Dhid-apple.c415 struct apple_sc *asc = hid_get_drvdata(hid); in hidinput_apple_event() local
422 real_fnmode = (asc->quirks & APPLE_IS_NON_APPLE) ? 2 : 1; in hidinput_apple_event()
434 if (iso_layout > 0 || (iso_layout < 0 && (asc->quirks & APPLE_ISO_TILDE_QUIRK) && in hidinput_apple_event()
460 asc->fn_on = !!value; in hidinput_apple_event()
514 do_translate = !asc->fn_on; in hidinput_apple_event()
517 do_translate = asc->fn_on; in hidinput_apple_event()
524 do_translate = asc->fn_on; in hidinput_apple_event()
532 if (asc->quirks & APPLE_NUMLOCK_EMULATION && in hidinput_apple_event()
533 (test_bit(code, asc->pressed_numlock) || in hidinput_apple_event()
539 set_bit(code, asc->pressed_numlock); in hidinput_apple_event()
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/serial/
Dlantiq_asc.txt4 - compatible : Should be "lantiq,asc"
11 - clock-names: Should be "freq" and "asc"
16 compatible = "lantiq,asc";
23 clock-names = "freq", "asc";
27 compatible = "lantiq,asc";
/linux-6.12.1/drivers/scsi/
Dscsi_lib_test.c21 .asc = 0x1, in scsi_lib_test_multiple_sense()
27 .asc = 0x11, in scsi_lib_test_multiple_sense()
34 .asc = 0x11, in scsi_lib_test_multiple_sense()
41 .asc = 0x11, in scsi_lib_test_multiple_sense()
48 .asc = SCMD_FAILURE_ASC_ANY, in scsi_lib_test_multiple_sense()
54 .asc = 0x91, in scsi_lib_test_multiple_sense()
212 .asc = SCMD_FAILURE_ASC_ANY, in scsi_lib_test_total_allowed()
256 .asc = 0x28, in scsi_lib_test_mixed_total()
261 .asc = 0x29, in scsi_lib_test_mixed_total()
Dscsi_common.c211 sshdr->asc = sense_buffer[2]; in scsi_normalize_sense()
225 sshdr->asc = sense_buffer[12]; in scsi_normalize_sense()
284 void scsi_build_sense_buffer(int desc, u8 *buf, u8 key, u8 asc, u8 ascq) in scsi_build_sense_buffer() argument
289 buf[2] = asc; in scsi_build_sense_buffer()
296 buf[12] = asc; in scsi_build_sense_buffer()
Dscsi_error.c464 if (sshdr->asc == 0x3f && sshdr->ascq == 0x03) { in scsi_report_sense()
468 } else if (sshdr->asc == 0x3f && sshdr->ascq == 0x0e) { in scsi_report_sense()
475 } else if (sshdr->asc == 0x3f) in scsi_report_sense()
481 if (sshdr->asc == 0x38 && sshdr->ascq == 0x07) { in scsi_report_sense()
489 if (sshdr->asc == 0x29) { in scsi_report_sense()
500 if (sshdr->asc == 0x2a && sshdr->ascq == 0x01) { in scsi_report_sense()
504 } else if (sshdr->asc == 0x2a && sshdr->ascq == 0x06) { in scsi_report_sense()
508 } else if (sshdr->asc == 0x2a && sshdr->ascq == 0x09) { in scsi_report_sense()
512 } else if (sshdr->asc == 0x2a) in scsi_report_sense()
598 if (sshdr.asc == 0x10) /* DIF */ in scsi_check_sense()
[all …]
Dps3rom.c247 unsigned char *asc, unsigned char *ascq) in DEF_SCSI_QCMD()
253 *asc = (status >> 8) & 0xff; in DEF_SCSI_QCMD()
266 unsigned char sense_key, asc, ascq; in ps3rom_interrupt() local
313 if (decode_lv1_status(status, &sense_key, &asc, &ascq)) { in ps3rom_interrupt()
318 scsi_build_sense(cmd, 0, sense_key, asc, ascq); in ps3rom_interrupt()
Dsr_ioctl.c229 if (sshdr->asc == 0x04 && in sr_do_ioctl()
253 if (sshdr->asc == 0x20 && in sr_do_ioctl()
308 && sshdr.asc == 0x04 && sshdr.ascq == 0x01) in sr_drive_status()
326 && sshdr.asc == 0x04 && sshdr.ascq == 0x02) in sr_drive_status()
332 if (sshdr.sense_key == NOT_READY && sshdr.asc == 0x04) in sr_drive_status()
342 sshdr.asc == 0x3a) in sr_drive_status()
Dch.c127 unsigned char asc; member
135 .asc = 0x21,
140 .asc = 0x28,
145 .asc = 0x3B,
150 .asc = 0x3B,
155 .asc = 0x20,
171 sshdr->asc != 0) { in ch_find_errno()
174 ch_err[i].asc == sshdr->asc && in ch_find_errno()
195 .asc = SCMD_FAILURE_ASC_ANY, in ch_do_scsi()
Dconstants.c378 scsi_extd_sense_format(unsigned char asc, unsigned char ascq, const char **fmt) in scsi_extd_sense_format() argument
381 unsigned short code = ((asc << 8) | ascq); in scsi_extd_sense_format()
391 if (additional2[i].code1 == asc && in scsi_extd_sense_format()
Dscsi_logging.c241 unsigned char asc, unsigned char ascq) in scsi_format_extd_sense() argument
245 const char *extd_sense_str = scsi_extd_sense_format(asc, ascq, in scsi_format_extd_sense()
255 if (asc >= 0x80) in scsi_format_extd_sense()
258 "ASC=0x%x ", asc); in scsi_format_extd_sense()
337 sshdr->asc, sshdr->ascq); in scsi_log_print_sense_hdr()
/linux-6.12.1/drivers/scsi/device_handler/
Dscsi_dh_hp_sw.c50 if (sshdr->asc == 0x04 && sshdr->ascq == 2) { in tur_done()
64 HP_SW_NAME, sshdr->sense_key, sshdr->asc, in tur_done()
88 .asc = SCMD_FAILURE_ASC_ANY, in hp_sw_tur()
142 .asc = 0x04, in hp_sw_start_stop()
170 if (sshdr.asc == 0x04 && sshdr.ascq == 3) { in hp_sw_start_stop()
179 sshdr.sense_key, sshdr.asc, sshdr.ascq); in hp_sw_start_stop()
Dscsi_dh_rdac.c496 sense_hdr->sense_key, sense_hdr->asc, sense_hdr->ascq); in mode_select_handle_sense()
518 .asc = SCMD_FAILURE_ASC_ANY, in send_mode_select()
524 .asc = SCMD_FAILURE_ASC_ANY, in send_mode_select()
530 .asc = SCMD_FAILURE_ASC_ANY, in send_mode_select()
537 .asc = 0x04, in send_mode_select()
544 .asc = 0x91, in send_mode_select()
680 sense_hdr->sense_key, sense_hdr->asc, sense_hdr->ascq); in rdac_check_sense()
684 if (sense_hdr->asc == 0x04 && sense_hdr->ascq == 0x01) in rdac_check_sense()
690 if (sense_hdr->asc == 0x04 && sense_hdr->ascq == 0x81) in rdac_check_sense()
697 if (sense_hdr->asc == 0x04 && sense_hdr->ascq == 0xA1) in rdac_check_sense()
[all …]
Dscsi_dh_emc.c108 sshdr->asc, sshdr->ascq); in trespass_endio()
110 if (sshdr->sense_key == 0x05 && sshdr->asc == 0x04 && in trespass_endio()
120 } else if (sshdr->sense_key == 0x02 && sshdr->asc == 0x04 && in trespass_endio()
291 if (sense_hdr->asc == 0x04 && sense_hdr->ascq == 0x03) in clariion_check_sense()
308 if (sense_hdr->asc == 0x25 && sense_hdr->ascq == 0x01) in clariion_check_sense()
322 if (sense_hdr->asc == 0x29 && sense_hdr->ascq == 0x00) in clariion_check_sense()
Dscsi_dh_alua.c435 if (sense_hdr->asc == 0x04 && sense_hdr->ascq == 0x0a) { in alua_check_sense()
444 if (sense_hdr->asc == 0x04 && sense_hdr->ascq == 0x0a) { in alua_check_sense()
451 if (sense_hdr->asc == 0x29 && sense_hdr->ascq == 0x00) { in alua_check_sense()
460 if (sense_hdr->asc == 0x29 && sense_hdr->ascq == 0x04) in alua_check_sense()
465 if (sense_hdr->asc == 0x2a && sense_hdr->ascq == 0x01) in alua_check_sense()
470 if (sense_hdr->asc == 0x2a && sense_hdr->ascq == 0x06) { in alua_check_sense()
477 if (sense_hdr->asc == 0x2a && sense_hdr->ascq == 0x07) { in alua_check_sense()
484 if (sense_hdr->asc == 0x3f && sense_hdr->ascq == 0x03) in alua_check_sense()
489 if (sense_hdr->asc == 0x3f && sense_hdr->ascq == 0x0e) in alua_check_sense()
519 sense_hdr.asc == 0x04 && sense_hdr.ascq == 0x0a) in alua_tur()
[all …]
/linux-6.12.1/drivers/media/pci/intel/ipu6/
Dipu6-isys-mcd-phy.c576 struct v4l2_async_connection *asc; in ipu6_isys_mcd_phy_common_init() local
581 list_for_each_entry(asc, &isys->notifier.done_list, asc_entry) { in ipu6_isys_mcd_phy_common_init()
582 s_asd = container_of(asc, struct sensor_async_sd, asc); in ipu6_isys_mcd_phy_common_init()
631 struct v4l2_async_connection *asc; in ipu6_isys_mcd_phy_config() local
636 list_for_each_entry(asc, &isys->notifier.done_list, asc_entry) { in ipu6_isys_mcd_phy_config()
637 s_asd = container_of(asc, struct sensor_async_sd, asc); in ipu6_isys_mcd_phy_config()
/linux-6.12.1/drivers/media/platform/renesas/rcar-vin/
Drcar-core.c254 struct v4l2_async_connection *asc) in rvin_group_notify_unbind() argument
266 if (vin->group->remotes[i].asc != asc) in rvin_group_notify_unbind()
280 struct v4l2_async_connection *asc) in rvin_group_notify_bound() argument
288 if (vin->group->remotes[i].asc != asc) in rvin_group_notify_bound()
313 struct v4l2_async_connection *asc; in rvin_group_parse_of() local
329 asc = v4l2_async_nf_add_fwnode(&vin->group->notifier, fwnode, in rvin_group_parse_of()
331 if (IS_ERR(asc)) { in rvin_group_parse_of()
332 ret = PTR_ERR(asc); in rvin_group_parse_of()
336 vin->group->remotes[vep.base.id].asc = asc; in rvin_group_parse_of()
389 if (vin->group->remotes[id].asc) in rvin_group_notifier_init()
[all …]
/linux-6.12.1/include/media/
Dv4l2-async.h98 struct v4l2_async_connection *asc);
102 struct v4l2_async_connection *asc);
103 void (*destroy)(struct v4l2_async_connection *asc);
/linux-6.12.1/drivers/ata/
Dlibata-zpodd.c107 unsigned int ret, asc, ascq, add_len; in zpready() local
129 asc = sense_buf[12]; in zpready()
134 return asc == 0x3a; in zpready()
137 return asc == 0x3a && ascq == 0x01; in zpready()
/linux-6.12.1/drivers/media/platform/ti/omap3isp/
Disp.h230 struct v4l2_async_connection *asc; in v4l2_subdev_to_bus_cfg() local
232 asc = v4l2_async_connection_unique(sd); in v4l2_subdev_to_bus_cfg()
233 if (!asc) in v4l2_subdev_to_bus_cfg()
236 return &container_of(asc, struct isp_async_subdev, asd)->bus; in v4l2_subdev_to_bus_cfg()
/linux-6.12.1/include/scsi/
Dscsi_common.h66 u8 asc; member
85 extern void scsi_build_sense_buffer(int desc, u8 *buf, u8 key, u8 asc, u8 ascq);
/linux-6.12.1/arch/arm64/boot/dts/apple/
Dt600x-nvme.dtsi9 compatible = "apple,t6000-asc-mailbox", "apple,asc-mailbox-v4";
/linux-6.12.1/include/trace/events/
Dscsi.h274 __field( u8, asc )
297 __entry->asc = sshdr.asc;
301 __entry->asc = 0;
320 __entry->sense_key, __entry->asc, __entry->ascq)

12345