/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | main.c | 359 int iwl_send_statistics_request(struct iwl_priv *priv, u8 flags, bool clear) in iwl_send_statistics_request() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_pf.c | 155 bool clear = !f->mac_addr_cnt; in enetc_sync_mac_filters() local
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mac.c | 121 bool clear = false; in mt7915_mac_sta_poll() local
|
/kernel/linux/linux-5.10/drivers/s390/scsi/ |
H A D | zfcp_erp.c | 355 void zfcp_erp_adapter_reopen(struct zfcp_adapter *adapter, int clear, in zfcp_erp_adapter_reopen() argument 375 void zfcp_erp_adapter_shutdown(struct zfcp_adapter *adapter, int clear, in zfcp_erp_adapter_shutdown() argument 388 zfcp_erp_port_shutdown(struct zfcp_port *port, int clear, char *dbftag) zfcp_erp_port_shutdown() argument 394 zfcp_erp_port_block(struct zfcp_port *port, int clear) zfcp_erp_port_block() argument 400 _zfcp_erp_port_forced_reopen(struct zfcp_port *port, int clear, char *dbftag) _zfcp_erp_port_forced_reopen() argument 416 zfcp_erp_port_forced_reopen(struct zfcp_port *port, int clear, char *dbftag) zfcp_erp_port_forced_reopen() argument 427 _zfcp_erp_port_reopen(struct zfcp_port *port, int clear, char *dbftag) _zfcp_erp_port_reopen() argument 443 zfcp_erp_port_reopen(struct zfcp_port *port, int clear, char *dbftag) zfcp_erp_port_reopen() argument 459 _zfcp_erp_lun_reopen(struct scsi_device *sdev, int clear, char *dbftag, u32 act_status) _zfcp_erp_lun_reopen() argument 479 zfcp_erp_lun_reopen(struct scsi_device *sdev, int clear, char *dbftag) zfcp_erp_lun_reopen() argument 497 zfcp_erp_lun_shutdown(struct scsi_device *sdev, int clear, char *dbftag) zfcp_erp_lun_shutdown() argument 519 int clear = ZFCP_STATUS_COMMON_RUNNING | ZFCP_STATUS_COMMON_ERP_FAILED; zfcp_erp_lun_shutdown_wait() local 644 zfcp_erp_port_forced_reopen_all(struct zfcp_adapter *adapter, int clear, char *dbftag) zfcp_erp_port_forced_reopen_all() argument 658 _zfcp_erp_port_reopen_all(struct zfcp_adapter *adapter, int clear, char *dbftag) _zfcp_erp_port_reopen_all() argument 669 _zfcp_erp_lun_reopen_all(struct zfcp_port *port, int clear, char *dbftag) _zfcp_erp_lun_reopen_all() argument [all...] |
/kernel/linux/linux-5.10/drivers/soc/fsl/qbman/ |
H A D | bman.c | 259 u32 clear = p->irq_sources; in portal_isr() local
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | isicom.c | 1068 isicom_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) isicom_tiocmset() argument
|
H A D | amiserial.c | 1065 rs_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) rs_tiocmset() argument [all...] |
/kernel/linux/linux-5.10/drivers/usb/class/ |
H A D | cdc-acm.c | 921 acm_tty_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) acm_tty_tiocmset() argument
|
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
H A D | hvsi.c | 1001 hvsi_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) hvsi_tiocmset() argument
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | iuu_phoenix.c | 115 iuu_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) iuu_tiocmset() argument
|
H A D | pl2303.c | 883 pl2303_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) pl2303_tiocmset() argument
|
H A D | f81232.c | 266 f81232_set_mctrl(struct usb_serial_port *port, unsigned int set, unsigned int clear) f81232_set_mctrl() argument 728 f81232_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) f81232_tiocmset() argument
|
H A D | sierra.c | 359 sierra_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) sierra_tiocmset() argument
|
H A D | quatech2.c | 215 update_mctrl(struct qt2_port_private *port_priv, unsigned int set, unsigned int clear) update_mctrl() argument 774 qt2_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) qt2_tiocmset() argument
|
H A D | spcp8x5.c | 414 spcp8x5_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) spcp8x5_tiocmset() argument
|
H A D | usb-serial.c | 508 serial_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) serial_tiocmset() argument
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_ct.c | 933 bool cached, commit, clear, force; in tcf_ct_act() local
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | psi.c | 773 static void psi_flags_change(struct task_struct *task, int clear, int set) in psi_flags_change() argument 692 psi_group_change(struct psi_group *group, int cpu, unsigned int clear, unsigned int set, bool wake_clock) psi_group_change() argument 788 psi_task_change(struct task_struct *task, int clear, int set) psi_task_change() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | intel_uncore.h | 386 intel_uncore_rmw(struct intel_uncore *uncore, i915_reg_t reg, u32 clear, u32 set) intel_uncore_rmw() argument 397 intel_uncore_rmw_fw(struct intel_uncore *uncore, i915_reg_t reg, u32 clear, u32 set) intel_uncore_rmw_fw() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_interrupts.c | 1041 dpu_hw_intr_get_interrupt_status(struct dpu_hw_intr *intr, int irq_idx, bool clear) dpu_hw_intr_get_interrupt_status() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | mcdi_port_common.c | 1163 efx_mcdi_mac_stats(struct efx_nic *efx, enum efx_stats_action action, int clear) efx_mcdi_mac_stats() argument
|
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
H A D | uart.c | 551 gb_tty_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) gb_tty_tiocmset() argument
|
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H A D | native.c | 22 static int afu_control(struct cxl_afu *afu, u64 command, u64 clear, in afu_control() argument
|
/kernel/linux/linux-6.6/drivers/mmc/core/ |
H A D | sdio_uart.c | 233 sdio_uart_update_mctrl(struct sdio_uart_port *port, unsigned int set, unsigned int clear) sdio_uart_update_mctrl() argument 933 sdio_uart_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) sdio_uart_tiocmset() argument
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | stmpe.c | 1110 u8 clear; in stmpe_irq() local
|