Home
last modified time | relevance | path

Searched refs:status (Results 3726 - 3750 of 23260) sorted by relevance

1...<<141142143144145146147148149150>>...931

/kernel/linux/linux-6.6/drivers/mtd/chips/
H A Dcfi_cmdset_0020.c251 map_word status, status_OK; in do_read_onechip() local
281 * 'read' mode. Make sure that we switch to 'read status' in do_read_onechip()
289 status = map_read(map, cmd_addr); in do_read_onechip()
290 if (map_word_andequal(map, status, status_OK, status_OK)) in do_read_onechip()
296 /* make sure we're in 'read status' mode */ in do_read_onechip()
302 "suspended: status = 0x%lx\n", status.x[0]); in do_read_onechip()
330 status = map_read(map, cmd_addr); in do_read_onechip()
331 if (map_word_andequal(map, status, status_OK, status_OK)) { in do_read_onechip()
340 printk(KERN_ERR "waiting for chip to be ready timed out in read. WSM status in do_read_onechip()
425 map_word status, status_OK; do_write_buffer() local
736 map_word status, status_OK; do_erase_oneblock() local
1035 map_word status, status_OK; do_lock_oneblock() local
1181 map_word status, status_OK; do_unlock_oneblock() local
[all...]
/kernel/linux/linux-5.10/sound/pci/asihpi/
H A Dhpi6205.c128 #define check_before_bbm_copy(status, p_bbm_data, l_first_write, l_second_write)
795 /* GRANT phase. Set up the BBM status, tell the DSP about in outstream_host_buffer_allocate()
798 struct hpi_hostbuffer_status *status; in outstream_host_buffer_allocate() local
810 status = &interface->outstream_host_buffer_status[phm-> in outstream_host_buffer_allocate()
812 status->samples_processed = 0; in outstream_host_buffer_allocate()
813 status->stream_state = HPI_STATE_STOPPED; in outstream_host_buffer_allocate()
814 status->dsp_index = 0; in outstream_host_buffer_allocate()
815 status->host_index = status->dsp_index; in outstream_host_buffer_allocate()
816 status in outstream_host_buffer_allocate()
836 struct hpi_hostbuffer_status *status; outstream_host_buffer_get_info() local
886 outstream_get_space_available(struct hpi_hostbuffer_status *status) outstream_get_space_available() argument
897 struct hpi_hostbuffer_status *status; outstream_write() local
971 struct hpi_hostbuffer_status *status; outstream_get_info() local
1074 struct hpi_hostbuffer_status *status; instream_host_buffer_allocate() local
1113 struct hpi_hostbuffer_status *status; instream_host_buffer_get_info() local
1171 instream_get_bytes_available(struct hpi_hostbuffer_status *status) instream_get_bytes_available() argument
1181 struct hpi_hostbuffer_status *status; instream_read() local
1232 struct hpi_hostbuffer_status *status; instream_get_info() local
[all...]
/kernel/linux/linux-6.6/sound/pci/asihpi/
H A Dhpi6205.c128 #define check_before_bbm_copy(status, p_bbm_data, l_first_write, l_second_write)
795 /* GRANT phase. Set up the BBM status, tell the DSP about in outstream_host_buffer_allocate()
798 struct hpi_hostbuffer_status *status; in outstream_host_buffer_allocate() local
810 status = &interface->outstream_host_buffer_status[phm-> in outstream_host_buffer_allocate()
812 status->samples_processed = 0; in outstream_host_buffer_allocate()
813 status->stream_state = HPI_STATE_STOPPED; in outstream_host_buffer_allocate()
814 status->dsp_index = 0; in outstream_host_buffer_allocate()
815 status->host_index = status->dsp_index; in outstream_host_buffer_allocate()
816 status in outstream_host_buffer_allocate()
836 struct hpi_hostbuffer_status *status; outstream_host_buffer_get_info() local
886 outstream_get_space_available(struct hpi_hostbuffer_status *status) outstream_get_space_available() argument
897 struct hpi_hostbuffer_status *status; outstream_write() local
971 struct hpi_hostbuffer_status *status; outstream_get_info() local
1074 struct hpi_hostbuffer_status *status; instream_host_buffer_allocate() local
1113 struct hpi_hostbuffer_status *status; instream_host_buffer_get_info() local
1171 instream_get_bytes_available(struct hpi_hostbuffer_status *status) instream_get_bytes_available() argument
1181 struct hpi_hostbuffer_status *status; instream_read() local
1232 struct hpi_hostbuffer_status *status; instream_get_info() local
[all...]
/third_party/backends/backend/
H A Dmatsushita.c530 SANE_Status status; in matsushita_read_document_size() local
538 status = sanei_scsi_cmd2 (dev->sfd, cdb.data, cdb.len, in matsushita_read_document_size()
541 if (status != SANE_STATUS_GOOD || size != 0x10) in matsushita_read_document_size()
664 SANE_Status status; in matsushita_identify_scanner() local
672 status = sanei_scsi_cmd2 (dev->sfd, cdb.data, cdb.len, in matsushita_identify_scanner()
675 if (status) in matsushita_identify_scanner()
678 "matsushita_identify_scanner: inquiry failed with status %s\n", in matsushita_identify_scanner()
679 sane_strstatus (status)); in matsushita_identify_scanner()
693 status = sanei_scsi_cmd2 (dev->sfd, cdb.data, cdb.len, in matsushita_identify_scanner()
696 if (status) in matsushita_identify_scanner()
954 SANE_Status status; matsushita_check_next_page() local
1322 SANE_Status status; matsushita_wait_scanner() local
1357 SANE_Status status; matsushita_reset_window() local
1377 SANE_Status status; matsushita_set_window() local
1509 SANE_Status status; matsushita_fill_image() local
1780 SANE_Status status; sane_open() local
1853 SANE_Status status; sane_control_option() local
2237 SANE_Status status; sane_start() local
2349 SANE_Status status; sane_read() local
2414 SANE_Status status; sane_set_io_mode() local
[all...]
/kernel/linux/linux-5.10/drivers/mfd/
H A Dtwl-core.c601 int status, sid; in add_numbered_child() local
617 status = platform_device_add_data(pdev, pdata, pdata_len); in add_numbered_child()
618 if (status < 0) { in add_numbered_child()
630 status = platform_device_add_resources(pdev, r, irq1 ? 2 : 1); in add_numbered_child()
631 if (status < 0) { in add_numbered_child()
637 status = platform_device_add(pdev); in add_numbered_child()
638 if (status) in add_numbered_child()
648 return ERR_PTR(status); in add_numbered_child()
1039 int status; in twl_remove() local
1042 status in twl_remove()
1075 int status; twl_probe() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dusb.c186 int status = 0, i; in ath6kl_usb_alloc_pipe_resources() local
195 status = -ENOMEM; in ath6kl_usb_alloc_pipe_resources()
215 return status; in ath6kl_usb_alloc_pipe_resources()
309 int i, urbcount, status = 0; in ath6kl_usb_setup_pipe_resources() local
406 status = ath6kl_usb_alloc_pipe_resources(pipe, urbcount); in ath6kl_usb_setup_pipe_resources()
407 if (status != 0) in ath6kl_usb_setup_pipe_resources()
411 return status; in ath6kl_usb_setup_pipe_resources()
507 int status = 0; in ath6kl_usb_recv_complete() local
511 pipe->logical_pipe_num, urb->status, urb->actual_length, in ath6kl_usb_recv_complete()
514 if (urb->status ! in ath6kl_usb_recv_complete()
631 int status = 0; ath6kl_usb_create() local
711 int usb_status, status = 0; ath6kl_usb_send() local
798 int status = 0; ath6kl_usb_map_service_pipe() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_ecm.c82 * Include the status endpoint if we can, even though it's optional.
119 /* status endpoint is optional; this could be patched later */
222 /* NOTE: status endpoint might need to be removed */
271 /* NOTE: status endpoint might need to be removed */
339 /* NOTE: status endpoint might need to be removed */
381 int status; in ecm_do_notify() local
425 status = usb_ep_queue(ecm->notify, req, GFP_ATOMIC); in ecm_do_notify()
426 if (status < 0) { in ecm_do_notify()
428 DBG(cdev, "notify --> %d\n", status); in ecm_do_notify()
449 switch (req->status) { in ecm_notify_complete()
688 int status; ecm_bind() local
926 int status; ecm_alloc() local
[all...]
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Damba-pl010.c115 unsigned int status, ch, flag, rsr, max_count = 256; in pl010_rx_chars() local
117 status = readb(uap->port.membase + UART01x_FR); in pl010_rx_chars()
118 while (UART_RX_DATA(status) && max_count--) { in pl010_rx_chars()
160 status = readb(uap->port.membase + UART01x_FR); in pl010_rx_chars()
201 unsigned int status, delta; in pl010_modem_status() local
205 status = readb(uap->port.membase + UART01x_FR) & UART01x_FR_MODEM_ANY; in pl010_modem_status()
207 delta = status ^ uap->old_status; in pl010_modem_status()
208 uap->old_status = status; in pl010_modem_status()
214 uart_handle_dcd_change(&uap->port, status & UART01x_FR_DCD); in pl010_modem_status()
220 uart_handle_cts_change(&uap->port, status in pl010_modem_status()
228 unsigned int status, pass_counter = AMBA_ISR_PASS_LIMIT; pl010_int() local
261 unsigned int status = readb(uap->port.membase + UART01x_FR); pl010_tx_empty() local
270 unsigned int status; pl010_get_mctrl() local
565 unsigned int status; pl010_console_putchar() local
578 unsigned int status, old_cr; pl010_console_write() local
[all...]
/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dvfio_ap_ops.c70 * Checks the IRQ bit for the status of this APQN using ap_tapq.
79 struct ap_queue_status status; in vfio_ap_wait_for_irqclear() local
83 status = ap_tapq(apqn, NULL); in vfio_ap_wait_for_irqclear()
84 switch (status.response_code) { in vfio_ap_wait_for_irqclear()
87 if (!status.irq_enabled) in vfio_ap_wait_for_irqclear()
98 status.response_code, apqn); in vfio_ap_wait_for_irqclear()
104 __func__, status.response_code, apqn); in vfio_ap_wait_for_irqclear()
151 struct ap_queue_status status; in vfio_ap_irq_disable() local
155 status = ap_aqic(q->apqn, aqic_gisa, NULL); in vfio_ap_irq_disable()
156 switch (status in vfio_ap_irq_disable()
206 struct ap_queue_status status = {}; vfio_ap_irq_enable() local
278 uint64_t status; handle_pqap() local
1136 struct ap_queue_status status; vfio_ap_mdev_reset_queue() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_ecm.c71 * Include the status endpoint if we can, even though it's optional.
108 /* status endpoint is optional; this could be patched later */
211 /* NOTE: status endpoint might need to be removed */
260 /* NOTE: status endpoint might need to be removed */
328 /* NOTE: status endpoint might need to be removed */
370 int status; in ecm_do_notify() local
414 status = usb_ep_queue(ecm->notify, req, GFP_ATOMIC); in ecm_do_notify()
415 if (status < 0) { in ecm_do_notify()
417 DBG(cdev, "notify --> %d\n", status); in ecm_do_notify()
438 switch (req->status) { in ecm_notify_complete()
677 int status = 0; ecm_bind() local
929 int status; ecm_alloc() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Dusb.c187 int status = 0, i; in ath6kl_usb_alloc_pipe_resources() local
196 status = -ENOMEM; in ath6kl_usb_alloc_pipe_resources()
216 return status; in ath6kl_usb_alloc_pipe_resources()
310 int i, urbcount, status = 0; in ath6kl_usb_setup_pipe_resources() local
407 status = ath6kl_usb_alloc_pipe_resources(pipe, urbcount); in ath6kl_usb_setup_pipe_resources()
408 if (status != 0) in ath6kl_usb_setup_pipe_resources()
412 return status; in ath6kl_usb_setup_pipe_resources()
508 int status = 0; in ath6kl_usb_recv_complete() local
512 pipe->logical_pipe_num, urb->status, urb->actual_length, in ath6kl_usb_recv_complete()
515 if (urb->status ! in ath6kl_usb_recv_complete()
633 int status = 0; ath6kl_usb_create() local
719 int usb_status, status = 0; ath6kl_usb_send() local
806 int status = 0; ath6kl_usb_map_service_pipe() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/nci/
H A Dnci_dev.c407 int status; in FIXTURE_SETUP() local
447 pthread_join(thread_t, (void **)&status); in FIXTURE_SETUP()
448 ASSERT_EQ(status, 0); in FIXTURE_SETUP()
500 int status; in FIXTURE_TEARDOWN() local
517 pthread_join(thread_t, (void **)&status); in FIXTURE_TEARDOWN()
518 ASSERT_EQ(status, 0); in FIXTURE_TEARDOWN()
588 int status; in start_polling() local
601 pthread_join(thread_t, (void **)&status); in start_polling()
602 return status; in start_polling()
608 int status; in stop_polling() local
627 int status; TEST_F() local
819 int status; disconnect_tag() local
842 int status; TEST_F() local
863 int status; TEST_F() local
[all...]
/applications/standard/calendardata/calendarmanager/napi/src/
H A Dcalendar_manager_napi.cpp54 ctxt->status = (nativteCalendar != nullptr) ? napi_ok : napi_generic_failure; in CreateCalendar()
60 ctxt->status = napi_get_reference_value(env, ctxt->ref, &result); in CreateCalendar()
62 ctxt->status = NapiUtil::SetNamedProperty(env, "id", ctxt->id, result); in CreateCalendar()
64 ctxt->status = napi_delete_reference(env, ctxt->ref); in CreateCalendar()
85 ctxt->status = CalendarNapi::ToJson(env, argv[0], ctxt->calendar); in DeleteCalendar()
140 ctxt->status = (nativteCalendar != nullptr) ? napi_ok : napi_generic_failure; in GetCalendar()
143 ctxt->status = napi_generic_failure; in GetCalendar()
150 ctxt->status = napi_get_reference_value(env, ctxt->ref, &result); in GetCalendar()
152 ctxt->status = NapiUtil::SetNamedProperty(env, "id", ctxt->id, result); in GetCalendar()
154 ctxt->status in GetCalendar()
257 auto status = OHOS::AbilityRuntime::IsStageContext(env, jsContext, isStageMode); EditEvent() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_render_image.cpp45 napi_status status = napi_get_cb_info(env, info, nullptr, nullptr, &value, nullptr); in GetNapiCallbackInfoAndThis() local
46 if (status != napi_ok) { in GetNapiCallbackInfoAndThis()
50 status = napi_unwrap(env, value, &result); in GetNapiCallbackInfoAndThis()
51 if (status != napi_ok) { in GetNapiCallbackInfoAndThis()
127 auto status = napi_get_value_string_utf8(env, argv[0], nullptr, 0, &textLen); in Constructor() local
128 if (status == napi_ok) { in Constructor()
160 auto status = napi_get_value_string_utf8(env, value, text.get(), textLen + 1, &textLen); in GetSrcString() local
161 if ((status == napi_ok) && (text != nullptr)) { in GetSrcString()
171 auto status = napi_unwrap(env, value, reinterpret_cast<void**>(&napiPixelMap)); in GetPixelMap() local
172 if ((status ! in GetPixelMap()
192 napi_status status = napi_define_class( InitImageBitmap() local
390 napi_status status = napi_get_global(env, &global); CreateJSRenderImage() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dr600_hdmi.c46 * IEC60958 status bits
61 struct r600_audio_pin status = {}; in r600_audio_status() local
67 status.channels = (value & 0x7) + 1; in r600_audio_status()
72 status.bits_per_sample = 8; in r600_audio_status()
75 status.bits_per_sample = 16; in r600_audio_status()
78 status.bits_per_sample = 20; in r600_audio_status()
81 status.bits_per_sample = 24; in r600_audio_status()
84 status.bits_per_sample = 32; in r600_audio_status()
89 status.bits_per_sample = 16; in r600_audio_status()
94 status in r600_audio_status()
280 int status, result; r600_hdmi_buffer_status_changed() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/usbip/
H A Dstub_dev.c15 * usbip_status shows the status of usbip-host as long as this driver is bound
22 int status; in usbip_status_show() local
30 status = sdev->ud.status; in usbip_status_show()
33 return snprintf(buf, PAGE_SIZE, "%d\n", status); in usbip_status_show()
69 if (sdev->ud.status != SDEV_ST_AVAILABLE) { in usbip_sockfd_store()
110 sdev->ud.status = SDEV_ST_USED; in usbip_sockfd_store()
122 if (sdev->ud.status != SDEV_ST_USED) in usbip_sockfd_store()
222 ud->status = SDEV_ST_ERROR; in stub_device_reset()
234 ud->status in stub_device_reset()
[all...]
/kernel/linux/linux-5.10/drivers/media/rc/
H A Dfintek-cir.c227 /* Clear CIR PME status register */ in fintek_enable_wake()
330 u8 sample, status; in fintek_get_rx_ir_data() local
346 status = fintek_cir_reg_read(fintek, CIR_STATUS); in fintek_get_rx_ir_data()
347 if (!(status & CIR_STATUS_IRQ_EN)) in fintek_get_rx_ir_data()
349 } while (status & rx_irqs); in fintek_get_rx_ir_data()
356 static void fintek_cir_log_irqs(u8 status) in fintek_cir_log_irqs() argument
358 fit_pr(KERN_INFO, "IRQ 0x%02x:%s%s%s%s%s", status, in fintek_cir_log_irqs()
359 status & CIR_STATUS_IRQ_EN ? " IRQEN" : "", in fintek_cir_log_irqs()
360 status & CIR_STATUS_TX_FINISH ? " TXF" : "", in fintek_cir_log_irqs()
361 status in fintek_cir_log_irqs()
370 u8 status, rx_irqs; fintek_cir_isr() local
[all...]
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-omap-uwire.c211 int status = 0; in uwire_txrx() local
259 status += bytes; in uwire_txrx()
296 status += bytes; in uwire_txrx()
304 return status; in uwire_txrx()
319 int status; in uwire_setup_transfer() local
354 status = -EINVAL; in uwire_setup_transfer()
382 status = -EDOM; in uwire_setup_transfer()
419 status = 0; in uwire_setup_transfer()
421 return status; in uwire_setup_transfer()
428 int status; in uwire_setup() local
461 int status; uwire_probe() local
[all...]
H A Dspi-mpc52xx.c82 int (*state)(int irq, struct mpc52xx_spi *ms, u8 status, u8 data);
132 u8 status, u8 data);
134 u8 status, u8 data);
143 mpc52xx_spi_fsmstate_idle(int irq, struct mpc52xx_spi *ms, u8 status, u8 data) in mpc52xx_spi_fsmstate_idle() argument
149 if (status && (irq != NO_IRQ)) in mpc52xx_spi_fsmstate_idle()
150 dev_err(&ms->master->dev, "spurious irq, status=0x%.2x\n", in mpc52xx_spi_fsmstate_idle()
151 status); in mpc52xx_spi_fsmstate_idle()
210 u8 status, u8 data) in mpc52xx_spi_fsmstate_transfer()
212 if (!status) in mpc52xx_spi_fsmstate_transfer()
215 if (status in mpc52xx_spi_fsmstate_transfer()
209 mpc52xx_spi_fsmstate_transfer(int irq, struct mpc52xx_spi *ms, u8 status, u8 data) mpc52xx_spi_fsmstate_transfer() argument
273 mpc52xx_spi_fsmstate_wait(int irq, struct mpc52xx_spi *ms, u8 status, u8 data) mpc52xx_spi_fsmstate_wait() argument
317 u8 status, data; mpc52xx_spi_fsm_process() local
[all...]
/kernel/linux/linux-6.6/drivers/media/rc/
H A Dfintek-cir.c227 /* Clear CIR PME status register */ in fintek_enable_wake()
330 u8 sample, status; in fintek_get_rx_ir_data() local
346 status = fintek_cir_reg_read(fintek, CIR_STATUS); in fintek_get_rx_ir_data()
347 if (!(status & CIR_STATUS_IRQ_EN)) in fintek_get_rx_ir_data()
349 } while (status & rx_irqs); in fintek_get_rx_ir_data()
356 static void fintek_cir_log_irqs(u8 status) in fintek_cir_log_irqs() argument
358 fit_pr(KERN_INFO, "IRQ 0x%02x:%s%s%s%s%s", status, in fintek_cir_log_irqs()
359 status & CIR_STATUS_IRQ_EN ? " IRQEN" : "", in fintek_cir_log_irqs()
360 status & CIR_STATUS_TX_FINISH ? " TXF" : "", in fintek_cir_log_irqs()
361 status in fintek_cir_log_irqs()
370 u8 status, rx_irqs; fintek_cir_isr() local
[all...]
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-omap-uwire.c208 int status = 0; in uwire_txrx() local
256 status += bytes; in uwire_txrx()
293 status += bytes; in uwire_txrx()
301 return status; in uwire_txrx()
316 int status; in uwire_setup_transfer() local
351 status = -EINVAL; in uwire_setup_transfer()
379 status = -EDOM; in uwire_setup_transfer()
416 status = 0; in uwire_setup_transfer()
418 return status; in uwire_setup_transfer()
425 int status; in uwire_setup() local
458 int status; uwire_probe() local
[all...]
H A Dspi-mpc52xx.c86 int (*state)(int irq, struct mpc52xx_spi *ms, u8 status, u8 data);
137 u8 status, u8 data);
139 u8 status, u8 data);
148 mpc52xx_spi_fsmstate_idle(int irq, struct mpc52xx_spi *ms, u8 status, u8 data) in mpc52xx_spi_fsmstate_idle() argument
154 if (status && irq) in mpc52xx_spi_fsmstate_idle()
155 dev_err(&ms->master->dev, "spurious irq, status=0x%.2x\n", in mpc52xx_spi_fsmstate_idle()
156 status); in mpc52xx_spi_fsmstate_idle()
215 u8 status, u8 data) in mpc52xx_spi_fsmstate_transfer()
217 if (!status) in mpc52xx_spi_fsmstate_transfer()
220 if (status in mpc52xx_spi_fsmstate_transfer()
214 mpc52xx_spi_fsmstate_transfer(int irq, struct mpc52xx_spi *ms, u8 status, u8 data) mpc52xx_spi_fsmstate_transfer() argument
280 mpc52xx_spi_fsmstate_wait(int irq, struct mpc52xx_spi *ms, u8 status, u8 data) mpc52xx_spi_fsmstate_wait() argument
324 u8 status, data; mpc52xx_spi_fsm_process() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/usbip/
H A Dstub_dev.c15 * usbip_status shows the status of usbip-host as long as this driver is bound
22 int status; in usbip_status_show() local
30 status = sdev->ud.status; in usbip_status_show()
33 return sysfs_emit(buf, "%d\n", status); in usbip_status_show()
69 if (sdev->ud.status != SDEV_ST_AVAILABLE) { in usbip_sockfd_store()
110 sdev->ud.status = SDEV_ST_USED; in usbip_sockfd_store()
124 if (sdev->ud.status != SDEV_ST_USED) in usbip_sockfd_store()
224 ud->status = SDEV_ST_ERROR; in stub_device_reset()
236 ud->status in stub_device_reset()
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-twl4030.c210 int status = 0; in twl_request() local
228 status = twl_i2c_write_u8(TWL4030_MODULE_LED, 0x7f, reg + 1); in twl_request()
229 if (status < 0) in twl_request()
233 status = twl_i2c_write_u8(TWL4030_MODULE_LED, 0x7f, reg); in twl_request()
234 if (status < 0) in twl_request()
238 status = twl_i2c_read_u8(TWL4030_MODULE_LED, &cached_leden, in twl_request()
240 if (status < 0) in twl_request()
243 status = twl_i2c_write_u8(TWL4030_MODULE_LED, cached_leden, in twl_request()
245 if (status < 0) in twl_request()
248 status in twl_request()
318 int status = 0; twl_get() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dr600_hdmi.c47 * IEC60958 status bits
62 struct r600_audio_pin status = {}; in r600_audio_status() local
68 status.channels = (value & 0x7) + 1; in r600_audio_status()
73 status.bits_per_sample = 8; in r600_audio_status()
76 status.bits_per_sample = 16; in r600_audio_status()
79 status.bits_per_sample = 20; in r600_audio_status()
82 status.bits_per_sample = 24; in r600_audio_status()
85 status.bits_per_sample = 32; in r600_audio_status()
90 status.bits_per_sample = 16; in r600_audio_status()
95 status in r600_audio_status()
281 int status, result; r600_hdmi_buffer_status_changed() local
[all...]

Completed in 26 milliseconds

1...<<141142143144145146147148149150>>...931