Home
last modified time | relevance | path

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

12345678910>>...12

/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.10/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()
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, ascq); in target_ua_allocate_lun()
[all …]
/kernel/linux/linux-6.6/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()
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, ascq); in target_ua_allocate_lun()
[all …]
/kernel/linux/linux-6.6/drivers/hid/
Dhid-apple.c406 struct apple_sc *asc = hid_get_drvdata(hid); in hidinput_apple_event() local
413 real_fnmode = (asc->quirks & APPLE_IS_NON_APPLE) ? 2 : 1; in hidinput_apple_event()
425 if (iso_layout > 0 || (iso_layout < 0 && (asc->quirks & APPLE_ISO_TILDE_QUIRK) && in hidinput_apple_event()
451 asc->fn_on = !!value; in hidinput_apple_event()
506 do_translate = !asc->fn_on; in hidinput_apple_event()
509 do_translate = asc->fn_on; in hidinput_apple_event()
516 do_translate = asc->fn_on; in hidinput_apple_event()
524 if (asc->quirks & APPLE_NUMLOCK_EMULATION && in hidinput_apple_event()
525 (test_bit(code, asc->pressed_numlock) || in hidinput_apple_event()
531 set_bit(code, asc->pressed_numlock); in hidinput_apple_event()
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/serial/
Dlantiq_asc.txt1 Lantiq SoC ASC serial controller
4 - 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";
Dst-asc.txt1 *st-asc(Serial Port)
4 - compatible : Should be "st,asc".
11 - st,force-m1 bool flat to force asc to be in Mode-1 recommended
15 compatible = "st,asc";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/serial/
Dlantiq_asc.txt1 Lantiq SoC ASC serial controller
4 - 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";
Dst-asc.txt1 *st-asc(Serial Port)
4 - compatible : Should be "st,asc".
11 - st,force-m1 bool flat to force asc to be in Mode-1 recommeded
15 compatible = "st,asc";
/kernel/linux/linux-5.10/drivers/hid/
Dhid-apple.c215 struct apple_sc *asc = hid_get_drvdata(hid); in hidinput_apple_event() local
223 asc->fn_on = !!value; in hidinput_apple_event()
251 do_translate = !asc->fn_on; in hidinput_apple_event()
254 do_translate = asc->fn_on; in hidinput_apple_event()
261 do_translate = asc->fn_on; in hidinput_apple_event()
271 if (asc->quirks & APPLE_NUMLOCK_EMULATION && in hidinput_apple_event()
272 (test_bit(usage->code, asc->pressed_numlock) || in hidinput_apple_event()
280 asc->pressed_numlock); in hidinput_apple_event()
283 asc->pressed_numlock); in hidinput_apple_event()
325 struct apple_sc *asc = hid_get_drvdata(hdev); in apple_event() local
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/mailbox/
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";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/pressure/
Dasc,dlhl60d.yaml4 $id: http://devicetree.org/schemas/iio/pressure/asc,dlhl60d.yaml#
21 - asc,dlhl60d
22 - asc,dlhl60g
47 compatible = "asc,dlhl60d";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/pressure/
Dasc,dlhl60d.yaml4 $id: http://devicetree.org/schemas/iio/pressure/asc,dlhl60d.yaml#
21 - asc,dlhl60d
22 - asc,dlhl60g
47 compatible = "asc,dlhl60d";
/kernel/linux/linux-5.10/drivers/scsi/
Dscsi_common.c28 "ASC IT8 ",
29 "ASC IT8 ",
130 * asc, ascq and additional_length (only for descriptor format).
158 sshdr->asc = sense_buffer[2]; in scsi_normalize_sense()
173 sshdr->asc = sense_buffer[12]; in scsi_normalize_sense()
228 * @asc: Additional sense code
232 void scsi_build_sense_buffer(int desc, u8 *buf, u8 key, u8 asc, u8 ascq) in scsi_build_sense_buffer() argument
237 buf[2] = asc; in scsi_build_sense_buffer()
244 buf[12] = asc; in scsi_build_sense_buffer()
/kernel/linux/linux-5.10/arch/m68k/mac/
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
35 * where the ASC hides ...
106 * current location of the Apple Sound Chip--ASC--in other Macs.) The in mac_init_asc()
157 * Does the job for simple ASC, calls other routines else.
217 * regular ASC: stop whining ..
248 /* set up the ASC registers */ in mac_quadra_start_bell()
281 * using the asc interrupt will give better results in the future in mac_quadra_ring_bell()
/kernel/linux/linux-6.6/arch/m68k/mac/
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
35 * where the ASC hides ...
106 * current location of the Apple Sound Chip--ASC--in other Macs.) The in mac_init_asc()
157 * Does the job for simple ASC, calls other routines else.
217 * regular ASC: stop whining ..
248 /* set up the ASC registers */ in mac_quadra_start_bell()
281 * using the asc interrupt will give better results in the future in mac_quadra_ring_bell()
/kernel/linux/linux-6.6/drivers/scsi/
Dscsi_common.c38 "ASC IT8 ",
39 "ASC IT8 ",
182 * asc, ascq and additional_length (only for descriptor format).
210 sshdr->asc = sense_buffer[2]; in scsi_normalize_sense()
224 sshdr->asc = sense_buffer[12]; in scsi_normalize_sense()
279 * @asc: Additional sense code
283 void scsi_build_sense_buffer(int desc, u8 *buf, u8 key, u8 asc, u8 ascq) in scsi_build_sense_buffer() argument
288 buf[2] = asc; in scsi_build_sense_buffer()
295 buf[12] = asc; in scsi_build_sense_buffer()
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-bus-iio-scd3010 calibration procedure (asc).
13 deactivate asc.
15 Upon reading current asc status is returned.
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
Dmpt3sas_trigger_diag.c297 * @asc: ?
302 mpt3sas_trigger_scsi(struct MPT3SAS_ADAPTER *ioc, u8 sense_key, u8 asc, in mpt3sas_trigger_scsi() argument
328 ioc_info(ioc, "%s: enter - sense_key = 0x%02x, asc = 0x%02x, ascq = 0x%02x\n", in mpt3sas_trigger_scsi()
329 __func__, sense_key, asc, ascq)); in mpt3sas_trigger_scsi()
343 if (!(scsi_trigger->ASC == 0xFF || scsi_trigger->ASC == asc)) in mpt3sas_trigger_scsi()
361 event_data.u.scsi.ASC = asc; in mpt3sas_trigger_scsi()
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
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()
/kernel/linux/linux-5.10/drivers/pinctrl/
Dpinctrl-xway.c120 MFP_XWAY(GPIO4, GPIO, STP, NONE, ASC),
122 MFP_XWAY(GPIO6, GPIO, STP, GPT, ASC),
125 MFP_XWAY(GPIO9, GPIO, ASC, SPI, EXIN),
126 MFP_XWAY(GPIO10, GPIO, ASC, SPI, NONE),
127 MFP_XWAY(GPIO11, GPIO, ASC, PCI, SPI),
128 MFP_XWAY(GPIO12, GPIO, ASC, NONE, NONE),
141 MFP_XWAY(GPIO25, GPIO, TDM, NONE, ASC),
143 MFP_XWAY(GPIO27, GPIO, TDM, NONE, ASC),
259 GRP_MUX("asc0", ASC, pins_asc0),
260 GRP_MUX("asc0 cts rts", ASC, pins_asc0_cts_rts),
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/
Dlantiq,pinctrl-xway.txt57 spi, asc, cgu, jtag, exin, stp, gpt, nmi, pci, ebu
69 spi, asc, cgu, jtag, exin, stp, gpt, nmi, pci, ebu, mdio, gphy
74 spi_cs3, spi_cs4, spi_cs5, spi_cs6, asc, stp, gpt1, gpt2, gpt3, clkout0,
78 spi, asc, cgu, jtag, exin, stp, gpt, mdio, ephy, dfe
89 spi, asc, cgu, jtag, exin, stp, gpt, nmi, pci, ebu, dfe
101 spi, asc, cgu, exin, stp, gpt, nmi, pci, ebu, mdio, dfe
/kernel/linux/linux-5.10/drivers/ide/
Dide-cd_verbose.c24 (sense->sense_key == NOT_READY && (sense->asc == 4 || in ide_cd_log_error()
25 sense->asc == 0x3a))) in ide_cd_log_error()
29 "asc: 0x%02x ascq: 0x%02x\n", in ide_cd_log_error()
31 sense->asc, sense->ascq); in ide_cd_log_error()
276 if (sense->asc == 0x40) { in ide_cd_log_error()
284 key |= (sense->asc << 8); in ide_cd_log_error()
303 if (sense->asc > 0x80) in ide_cd_log_error()
309 printk(KERN_ERR " %s -- (asc=0x%02x, ascq=0x%02x)\n", in ide_cd_log_error()
310 s, sense->asc, sense->ascq); in ide_cd_log_error()
/kernel/linux/linux-6.6/arch/mips/include/asm/dec/
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 */
/kernel/linux/linux-5.10/arch/mips/include/asm/dec/
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 */

12345678910>>...12