Home
last modified time | relevance | path

Searched full:asc (Results 1 – 25 of 146) sorted by relevance

123456

/linux/drivers/media/v4l2-core/
H A 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 in v4l2_async_find_match()
259 struct v4l2_async_connection *asc; v4l2_async_nf_can_complete() local
344 v4l2_async_match_notify(struct v4l2_async_notifier * notifier,struct v4l2_device * v4l2_dev,struct v4l2_subdev * sd,struct v4l2_async_connection * asc) v4l2_async_match_notify() argument
434 struct v4l2_async_connection *asc; v4l2_async_nf_try_all_subdevs() local
461 v4l2_async_unbind_subdev_one(struct v4l2_async_notifier * notifier,struct v4l2_async_connection * asc) v4l2_async_unbind_subdev_one() argument
476 struct v4l2_async_connection *asc, *asc_tmp; v4l2_async_nf_unbind_all_subdevs() local
497 struct v4l2_async_connection *asc; v4l2_async_nf_has_async_match_entry() local
528 struct v4l2_async_connection *asc; v4l2_async_nf_has_async_match() local
590 struct v4l2_async_connection *asc; __v4l2_async_nf_register() local
660 struct v4l2_async_connection *asc, *tmp; __v4l2_async_nf_cleanup() local
692 __v4l2_async_nf_add_connection(struct v4l2_async_notifier * notifier,struct v4l2_async_connection * asc) __v4l2_async_nf_add_connection() argument
706 struct v4l2_async_connection *asc; __v4l2_async_nf_add_fwnode() local
727 struct v4l2_async_connection *asc; __v4l2_async_nf_add_fwnode_remote() local
748 struct v4l2_async_connection *asc; __v4l2_async_nf_add_i2c() local
797 struct v4l2_async_connection *asc; __v4l2_async_register_subdev() local
869 struct v4l2_async_connection *asc, *asc_tmp; v4l2_async_unregister_subdev() local
936 struct v4l2_async_connection *asc; pending_subdevs_show() local
[all...]
/linux/drivers/target/
H A 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()
119 * the 29h ASC family, see spc4r17 Table D.1 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()
149 pr_debug("Allocated UNIT ATTENTION, mapped LUN: %llu, 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, asc in target_ua_allocate_lun()
193 core_scsi3_ua_for_check_condition(struct se_cmd * cmd,u8 * key,u8 * asc,u8 * ascq) core_scsi3_ua_for_check_condition() argument
268 core_scsi3_ua_clear_for_request_sense(struct se_cmd * cmd,u8 * asc,u8 * ascq) core_scsi3_ua_clear_for_request_sense() argument
[all...]
H A Dtarget_core_transport.c3312 u8 asc; member
3323 .asc = 0x25 /* LOGICAL UNIT NOT SUPPORTED */
3327 .asc = 0x20, /* INVALID COMMAND OPERATION CODE */
3331 .asc = 0x20, /* INVALID COMMAND OPERATION CODE */
3335 .asc = 0x24, /* INVALID FIELD IN CDB */
3339 .asc = 0x29, /* BUS DEVICE RESET FUNCTION OCCURRED */
3344 .asc = 0x0c, /* WRITE ERROR */
3349 .asc = 0x24, /* INVALID FIELD IN CDB */
3353 .asc = 0x26, /* INVALID FIELD IN PARAMETER LIST */
3357 .asc
3503 u8 key, asc, ascq; translate_sense_reason() local
[all...]
/linux/drivers/hid/
H A Dhid-apple.c422 struct apple_sc *asc = hid_get_drvdata(hid); in hidinput_apple_event() local
429 if (asc->quirks & APPLE_DISABLE_FKEYS) in hidinput_apple_event()
431 else if (asc->quirks & APPLE_IS_NON_APPLE) in hidinput_apple_event()
446 if (iso_layout > 0 || (iso_layout < 0 && (asc->quirks & APPLE_ISO_TILDE_QUIRK) && in hidinput_apple_event()
472 asc->fn_on = !!value; in hidinput_apple_event()
539 do_translate = !asc->fn_on; in hidinput_apple_event()
542 do_translate = asc->fn_on; in hidinput_apple_event()
554 do_translate = asc->fn_on; in hidinput_apple_event()
557 do_translate = asc->fn_on; in hidinput_apple_event()
565 if (asc in hidinput_apple_event()
593 struct apple_sc *asc = hid_get_drvdata(hdev); apple_event() local
618 struct apple_sc *asc = hid_get_drvdata(hdev); apple_fetch_battery() local
643 struct apple_sc *asc = timer_container_of(asc, t, battery_timer); apple_battery_timer_tick() local
659 struct apple_sc *asc = hid_get_drvdata(hdev); apple_report_fixup() local
720 struct apple_sc *asc = hid_get_drvdata(hdev); apple_input_mapping() local
741 struct apple_sc *asc = hid_get_drvdata(hdev); apple_input_mapped() local
758 struct apple_sc *asc = hid_get_drvdata(hdev); apple_input_configured() local
823 struct apple_sc *asc = hid_get_drvdata(hdev); apple_backlight_init() local
937 struct apple_sc *asc; apple_probe() local
991 struct apple_sc *asc = hid_get_drvdata(hdev); apple_remove() local
[all...]
/linux/Documentation/devicetree/bindings/mailbox/
H A Dapple,mailbox.yaml26 ASC mailboxes are the most common variant found on the M1 used
31 - apple,t8103-asc-mailbox
32 - apple,t8112-asc-mailbox
33 - apple,t6000-asc-mailbox
34 - const: apple,asc-mailbox-v4
82 compatible = "apple,t8103-asc-mailbox", "apple,asc-mailbox-v4";
/linux/Documentation/devicetree/bindings/serial/
H A Dlantiq,asc.yaml4 $id: http://devicetree.org/schemas/serial/lantiq,asc.yaml#
7 title: Lantiq SoC ASC serial controller
18 const: lantiq,asc
37 - const: asc
51 compatible = "lantiq,asc";
H A Dst,asc.yaml4 $id: http://devicetree.org/schemas/serial/st,asc.yaml#
17 const: st,asc
33 description: When set, force asc to be in Mode-1. This is recommended for
50 compatible = "st,asc";
/linux/Documentation/devicetree/bindings/iio/pressure/
H A Dasc,dlhl60d.yaml4 $id: http://devicetree.org/schemas/iio/pressure/asc,dlhl60d.yaml#
21 - asc,dlhl60d
22 - asc,dlhl60g
47 compatible = "asc,dlhl60d";
/linux/drivers/scsi/
H A 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()
219 .asc = SCMD_FAILURE_ASC_ANY, in scsi_lib_test_total_allowed()
263 .asc = 0x28, in scsi_lib_test_mixed_total()
268 .asc = 0x29, in scsi_lib_test_mixed_total()
H A 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()
556 if (sshdr.asc in scsi_check_sense()
[all...]
H A 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/arch/m68k/mac/
H A Dmacboing.c8 * rewrote some functions, added support for Enhanced ASC (Quadras)
9 * after the NetBSD asc.c console bell patch by Colin Wood/Frederick Bruck
28 * where the ASC hides ...
99 * current location of the Apple Sound Chip--ASC--in other Macs.) The in mac_init_asc()
150 * Does the job for simple ASC, calls other routines else.
210 * regular ASC: stop whining ..
241 /* set up the ASC registers */ in mac_quadra_start_bell()
274 * using the asc interrupt will give better results in the future in mac_quadra_ring_bell()
/linux/drivers/media/platform/renesas/rcar-vin/
H A Drcar-core.c240 struct v4l2_async_connection *asc) in rvin_group_notify_unbind() argument
253 if (!group->vin[i] || group->vin[i]->parallel.asc != asc) in rvin_group_notify_unbind()
263 if (group->remotes[i].asc != asc) in rvin_group_notify_unbind()
278 struct v4l2_async_connection *asc) in rvin_group_notify_bound() argument
288 if (!pvin || pvin->parallel.asc != asc) in rvin_group_notify_bound()
303 if (vin->group->remotes[i].asc != asc) in rvin_group_notify_bound()
328 struct v4l2_async_connection *asc; rvin_group_parse_of() local
368 struct v4l2_async_connection *asc; rvin_parallel_parse_of() local
[all...]
/linux/drivers/scsi/device_handler/
H A 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()
H A 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 in rdac_check_sense()
[all...]
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_trigger_diag.c331 * @asc: ?
336 mpt3sas_trigger_scsi(struct MPT3SAS_ADAPTER *ioc, u8 sense_key, u8 asc, in mpt3sas_trigger_scsi() argument
362 ioc_info(ioc, "%s: enter - sense_key = 0x%02x, asc = 0x%02x, ascq = 0x%02x\n", in mpt3sas_trigger_scsi()
363 __func__, sense_key, asc, ascq)); in mpt3sas_trigger_scsi()
377 if (!(scsi_trigger->ASC == 0xFF || scsi_trigger->ASC == asc)) in mpt3sas_trigger_scsi()
395 event_data.u.scsi.ASC = asc; in mpt3sas_trigger_scsi()
/linux/arch/mips/include/asm/dec/
H A Dinterrupts.h31 #define DEC_IRQ_ASC 4 /* ASC (NCR53C94) SCSI */
50 #define DEC_IRQ_ASC_MERR 21 /* ASC memory read error */
51 #define DEC_IRQ_ASC_ERR 22 /* ASC page overrun */
52 #define DEC_IRQ_ASC_DMA 23 /* ASC buffer pointer loaded */
H A Dioasic_ints.h33 #define IO_INR_ASC_DMA 19 /* ASC buffer pointer loaded */
34 #define IO_INR_ASC_ERR 18 /* ASC page overrun */
35 #define IO_INR_ASC_MERR 17 /* ASC memory read error */
/linux/drivers/pinctrl/
H A Dpinctrl-xway.c120 MFP_XWAY(GPIO5, GPIO, MII, ASC, GPT),
121 MFP_XWAY(GPIO6, GPIO, MII, ASC, EXIN),
193 GRP_MUX("asc", ASC, ase_pins_asc),
217 static const char * const ase_asc_grps[] = {"asc"};
227 {"asc", ARRAY_AND_SIZE(ase_asc_grps)},
247 MFP_XWAY(GPIO4, GPIO, STP, DFE, ASC),
249 MFP_XWAY(GPIO6, GPIO, STP, GPT, ASC),
252 MFP_XWAY(GPIO9, GPIO, ASC, SPI, MII),
253 MFP_XWAY(GPIO10, GPIO, ASC, SP
[all...]
H A Dpinctrl-falcon.c122 MFP_FALCON(GPIO32, ASC, GPIO, NONE, NONE),
123 MFP_FALCON(GPIO33, ASC, GPIO, NONE, NONE),
134 MFP_FALCON(GPIO44, SLIC, GPIO, PCM, ASC),
135 MFP_FALCON(GPIO45, SLIC, GPIO, PCM, ASC),
189 GRP_MUX("asc0", ASC, pins_asc0),
197 GRP_MUX("asc1", ASC, pins_asc1),
216 {"asc", ARRAY_AND_SIZE(ltq_asc_grps)},
/linux/drivers/ata/
H A Dlibata-zpodd.c107 unsigned int ret, asc, ascq, add_len; in zpready() local
125 /* has asc and ascq */ in zpready()
129 asc = sense_buf[12]; in zpready()
134 return asc == 0x3a; in zpready()
137 return asc == 0x3a && ascq == 0x01; in zpready()
/linux/include/trace/events/
H A Dscsi.h283 __field( u8, asc )
306 __entry->asc = sshdr.asc;
310 __entry->asc = 0;
318 "sense=(key=%#x asc=%#x ascq=%#x)",
329 __entry->sense_key, __entry->asc, __entry->ascq)
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dlantiq,pinctrl-xway.txt47 spi_cs3, spi_cs4, spi_cs5, spi_cs6, asc, stp, gpt1, gpt2, gpt3, clkout0,
51 spi, asc, cgu, jtag, exin, stp, gpt, mdio, ephy, dfe
62 spi, asc, cgu, jtag, exin, stp, gpt, nmi, pci, ebu, dfe
74 spi, asc, cgu, exin, stp, gpt, nmi, pci, ebu, mdio, dfe
/linux/drivers/media/platform/amlogic/c3/isp/
H A Dc3-isp-dev.c95 struct v4l2_async_connection *asc) in c3_isp_notify_bound() argument
121 struct v4l2_async_connection *asc; in c3_isp_async_nf_register() local
132 asc = v4l2_async_nf_add_fwnode_remote(&isp->notifier, ep, in c3_isp_async_nf_register()
136 if (IS_ERR(asc)) in c3_isp_async_nf_register()
137 return PTR_ERR(asc); in c3_isp_async_nf_register()
/linux/include/media/
H A Dv4l2-async.h93 * @destroy: the asc is about to be freed
98 struct v4l2_async_connection *asc);
102 struct v4l2_async_connection *asc);
103 void (*destroy)(struct v4l2_async_connection *asc);
191 * Allocate a fwnode-matched asc of size asc_struct_size, and add it to the

123456