/linux-6.12.1/drivers/net/ethernet/mediatek/ |
D | mtk_wed_wo.c | 21 mtk_wed_mmio_r32(struct mtk_wed_wo *wo, u32 reg) in mtk_wed_mmio_r32() argument 25 if (regmap_read(wo->mmio.regs, reg, &val)) in mtk_wed_mmio_r32() 32 mtk_wed_mmio_w32(struct mtk_wed_wo *wo, u32 reg, u32 val) in mtk_wed_mmio_w32() argument 34 regmap_write(wo->mmio.regs, reg, val); in mtk_wed_mmio_w32() 38 mtk_wed_wo_get_isr(struct mtk_wed_wo *wo) in mtk_wed_wo_get_isr() argument 40 u32 val = mtk_wed_mmio_r32(wo, MTK_WED_WO_CCIF_RCHNUM); in mtk_wed_wo_get_isr() 46 mtk_wed_wo_set_isr(struct mtk_wed_wo *wo, u32 mask) in mtk_wed_wo_set_isr() argument 48 mtk_wed_mmio_w32(wo, MTK_WED_WO_CCIF_IRQ0_MASK, mask); in mtk_wed_wo_set_isr() 52 mtk_wed_wo_set_ack(struct mtk_wed_wo *wo, u32 mask) in mtk_wed_wo_set_ack() argument 54 mtk_wed_mmio_w32(wo, MTK_WED_WO_CCIF_ACK, mask); in mtk_wed_wo_set_ack() [all …]
|
D | mtk_wed_mcu.c | 21 .name = "wo-emi", 24 .name = "wo-ilm", 27 .name = "wo-data", 31 .name = "wo-boot", 64 mtk_wed_mcu_get_response(struct mtk_wed_wo *wo, unsigned long expires) in mtk_wed_mcu_get_response() argument 69 wait_event_timeout(wo->mcu.wait, !skb_queue_empty(&wo->mcu.res_q), in mtk_wed_mcu_get_response() 71 return skb_dequeue(&wo->mcu.res_q); in mtk_wed_mcu_get_response() 74 void mtk_wed_mcu_rx_event(struct mtk_wed_wo *wo, struct sk_buff *skb) in mtk_wed_mcu_rx_event() argument 76 skb_queue_tail(&wo->mcu.res_q, skb); in mtk_wed_mcu_rx_event() 77 wake_up(&wo->mcu.wait); in mtk_wed_mcu_rx_event() [all …]
|
D | mtk_wed_wo.h | 257 mtk_wed_mcu_check_msg(struct mtk_wed_wo *wo, struct sk_buff *skb) in mtk_wed_mcu_check_msg() argument 270 void mtk_wed_mcu_rx_event(struct mtk_wed_wo *wo, struct sk_buff *skb); 271 void mtk_wed_mcu_rx_unsolicited_event(struct mtk_wed_wo *wo, 273 int mtk_wed_mcu_send_msg(struct mtk_wed_wo *wo, int id, int cmd, 277 int mtk_wed_mcu_init(struct mtk_wed_wo *wo);
|
/linux-6.12.1/Documentation/devicetree/bindings/arm/mediatek/ |
D | mediatek,mt7622-wed.yaml | 44 - const: wo-emi 45 - const: wo-ilm 46 - const: wo-dlm 47 - const: wo-data 48 - const: wo-boot 50 mediatek,wo-ccif: 52 description: mediatek wed-wo controller interface. 64 mediatek,wo-ccif: false 101 memory-region-names = "wo-emi", "wo-ilm", "wo-dlm", 102 "wo-data", "wo-boot"; [all …]
|
/linux-6.12.1/kernel/ |
D | exit.c | 1104 static int eligible_pid(struct wait_opts *wo, struct task_struct *p) in eligible_pid() argument 1106 return wo->wo_type == PIDTYPE_MAX || in eligible_pid() 1107 task_pid_type(p, wo->wo_type) == wo->wo_pid; in eligible_pid() 1111 eligible_child(struct wait_opts *wo, bool ptrace, struct task_struct *p) in eligible_child() argument 1113 if (!eligible_pid(wo, p)) in eligible_child() 1120 if (ptrace || (wo->wo_flags & __WALL)) in eligible_child() 1131 if ((p->exit_signal != SIGCHLD) ^ !!(wo->wo_flags & __WCLONE)) in eligible_child() 1143 static int wait_task_zombie(struct wait_opts *wo, struct task_struct *p) in wait_task_zombie() argument 1150 if (!likely(wo->wo_flags & WEXITED)) in wait_task_zombie() 1153 if (unlikely(wo->wo_flags & WNOWAIT)) { in wait_task_zombie() [all …]
|
D | exit.h | 25 bool pid_child_should_wake(struct wait_opts *wo, struct task_struct *p); 26 long __do_wait(struct wait_opts *wo); 27 int kernel_waitid_prepare(struct wait_opts *wo, int which, pid_t upid,
|
/linux-6.12.1/Documentation/devicetree/bindings/soc/mediatek/ |
D | mediatek,mt7986-wo-ccif.yaml | 4 $id: http://devicetree.org/schemas/soc/mediatek/mediatek,mt7986-wo-ccif.yaml# 7 title: MediaTek Wireless Ethernet Dispatch (WED) WO controller interface for MT7986 14 The MediaTek wo-ccif provides a configuration interface for WED WO 22 - mediatek,mt7986-wo-ccif 23 - mediatek,mt7988-wo-ccif 48 compatible = "mediatek,mt7986-wo-ccif", "syscon";
|
/linux-6.12.1/io_uring/ |
D | waitid.c | 39 put_pid(iwa->wo.wo_pid); in io_waitid_free() 153 list_del_init(&iwa->wo.child_wait.entry); in __io_waitid_cancel() 221 remove_wait_queue(iw->head, &iwa->wo.child_wait); in io_waitid_drop_issue_ref() 233 ret = __do_wait(&iwa->wo); in io_waitid_cb() 248 add_wait_queue(iw->head, &iwa->wo.child_wait); in io_waitid_cb() 249 ret = __do_wait(&iwa->wo); in io_waitid_cb() 256 remove_wait_queue(iw->head, &iwa->wo.child_wait); in io_waitid_cb() 266 struct wait_opts *wo = container_of(wait, struct wait_opts, child_wait); in io_waitid_wait() local 267 struct io_waitid_async *iwa = container_of(wo, struct io_waitid_async, wo); in io_waitid_wait() 272 if (!pid_child_should_wake(wo, p)) in io_waitid_wait() [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/mediatek/ |
D | mt7986a.dtsi | 82 wo_emi0: wo-emi@4fd00000 { 87 wo_emi1: wo-emi@4fd40000 { 92 wo_ilm0: wo-ilm@151e0000 { 97 wo_ilm1: wo-ilm@151f0000 { 102 wo_data: wo-data@4fd80000 { 107 wo_dlm0: wo-dlm@151e8000 { 112 wo_dlm1: wo-dlm@151f8000 { 117 wo_boot: wo-boot@15194000 { 506 memory-region-names = "wo-emi", "wo-ilm", "wo-dlm", 507 "wo-data", "wo-boot"; [all …]
|
/linux-6.12.1/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-hwbreak.c | 129 /* PTRACE_SET_DEBUGREG, WO test */ in test_workload() 148 /* PPC_PTRACE_SETHWDEBUG, MODE_EXACT, WO test */ in test_workload() 163 /* PPC_PTRACE_SETHWDEBUG, MODE_RANGE, DW ALIGNED, WO test */ in test_workload() 175 /* PPC_PTRACE_SETHWDEBUG, MODE_RANGE, DW UNALIGNED, WO test */ in test_workload() 199 /* PPC_PTRACE_SETHWDEBUG 2, MODE_RANGE, DW ALIGNED, WO test */ in test_workload() 205 /* PPC_PTRACE_SETHWDEBUG 2, MODE_RANGE, DAWR Overlap, WO test */ in test_workload() 283 /* PTRACE_SET_DEBUGREG, WO test*/ in test_set_debugreg() 290 check_success(child_pid, name, "WO", wp_addr, len); in test_set_debugreg() 359 /* PPC_PTRACE_SETHWDEBUG, MODE_EXACT, WO test */ in test_sethwdebug_exact() 363 check_success(child_pid, name, "WO", wp_addr, len); in test_sethwdebug_exact() [all …]
|
/linux-6.12.1/include/linux/mfd/ |
D | khadas-mcu.h | 65 #define KHADAS_MCU_PWR_OFF_CMD_REG 0x80 /* WO */ 66 #define KHADAS_MCU_PASSWD_START_REG 0x81 /* WO */ 67 #define KHADAS_MCU_CHECK_VEN_PASSWD_REG 0x82 /* WO */ 68 #define KHADAS_MCU_CHECK_USER_PASSWD_REG 0x83 /* WO */ 70 #define KHADAS_MCU_WOL_INIT_START_REG 0x87 /* WO */ 71 #define KHADAS_MCU_CMD_FAN_STATUS_CTRL_REG 0x88 /* WO */
|
/linux-6.12.1/drivers/gpu/drm/panfrost/ |
D | panfrost_regs.h | 57 #define GPU_PWR_KEY 0x50 /* (WO) Power manager key register */ 121 #define SHADER_PWRON_LO 0x180 /* (WO) Shader core power on bitmap, low word */ 122 #define SHADER_PWRON_HI 0x184 /* (WO) Shader core power on bitmap, high word */ 124 #define TILER_PWRON_LO 0x190 /* (WO) Tiler core power on bitmap, low word */ 125 #define TILER_PWRON_HI 0x194 /* (WO) Tiler core power on bitmap, high word */ 127 #define L2_PWRON_LO 0x1A0 /* (WO) Level 2 cache power on bitmap, low word */ 128 #define L2_PWRON_HI 0x1A4 /* (WO) Level 2 cache power on bitmap, high word */ 134 #define SHADER_PWROFF_LO 0x1C0 /* (WO) Shader core power off bitmap, low word */ 135 #define SHADER_PWROFF_HI 0x1C4 /* (WO) Shader core power off bitmap, high word */ 137 #define TILER_PWROFF_LO 0x1D0 /* (WO) Tiler core power off bitmap, low word */ [all …]
|
/linux-6.12.1/drivers/comedi/drivers/ |
D | ni_atmio16d.c | 46 #define COM_REG_1 0x00 /* wo 16 */ 48 #define COM_REG_2 0x02 /* wo 16 */ 50 #define START_CONVERT_REG 0x08 /* wo 16 */ 51 #define START_DAQ_REG 0x0A /* wo 16 */ 52 #define AD_CLEAR_REG 0x0C /* wo 16 */ 53 #define EXT_STROBE_REG 0x0E /* wo 16 */ 55 #define DAC0_REG 0x10 /* wo 16 */ 56 #define DAC1_REG 0x12 /* wo 16 */ 57 #define INT2CLR_REG 0x14 /* wo 16 */ 59 #define MUX_CNTR_REG 0x04 /* wo 16 */ [all …]
|
/linux-6.12.1/arch/sparc/include/uapi/asm/ |
D | asi.h | 38 /* wo = Write Only, rw = Read Write; */ 63 #define ASI_M_FLUSH_PAGE 0x10 /* Flush I&D Cache Line (page); wo, ss */ 64 #define ASI_M_FLUSH_SEG 0x11 /* Flush I&D Cache Line (seg); wo, ss */ 65 #define ASI_M_FLUSH_REGION 0x12 /* Flush I&D Cache Line (region); wo, ss */ 66 #define ASI_M_FLUSH_CTX 0x13 /* Flush I&D Cache Line (context); wo, ss */ 67 #define ASI_M_FLUSH_USER 0x14 /* Flush I&D Cache Line (user); wo, ss */ 73 #define ASI_M_IFLUSH_PAGE 0x18 /* Flush I Cache Line (page); wo, ss */ 74 #define ASI_M_IFLUSH_SEG 0x19 /* Flush I Cache Line (seg); wo, ss */ 75 #define ASI_M_IFLUSH_REGION 0x1A /* Flush I Cache Line (region); wo, ss */ 76 #define ASI_M_IFLUSH_CTX 0x1B /* Flush I Cache Line (context); wo, ss */ [all …]
|
/linux-6.12.1/drivers/scsi/ |
D | NCR5380.h | 70 #define OUTPUT_DATA_REG 0 /* wo DATA lines on SCSI bus */ 76 #define ICR_TRI_STATE 0x40 /* wo Set to tri-state drivers */ 78 #define ICR_DIFF_ENABLE 0x20 /* wo Set to enable diff. drivers */ 129 #define SELECT_ENABLE_REG 4 /* wo */ 142 #define START_DMA_SEND_REG 5 /* wo */ 151 #define START_DMA_TARGET_RECEIVE_REG 6 /* wo */ 157 #define START_DMA_INITIATOR_RECEIVE_REG 7 /* wo */ 160 #define CSR_RESET 0x80 /* wo Resets 53c400 */
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | configfs-tsm | 6 (WO) Up to 64 bytes of user specified binary data. For replay 81 (WO) Attribute is visible if a TSM implementation provider 101 (WO) Attribute is visible if a TSM implementation provider 118 (WO) Attribute is visible if a TSM implementation provider 136 (WO) Attribute is visible if a TSM implementation provider
|
D | sysfs-class-pktcdvd | 15 add (WO) Write a block device id (major:minor) to 19 remove (WO) Write the pktcdvd device id (major:minor) 35 uevent: (WO) To send a uevent 58 reset: (WO) Write any value to it to reset
|
D | sysfs-bus-rbd | 6 (WO) Add rbd block device. 24 (WO) Remove rbd block device. 43 (WO) Available only if rbd module is inserted with single_major 57 (WO) Available only if rbd module is inserted with single_major 103 refresh (WO) Writing to this file will reread the image
|
D | debugfs-cxl | 6 (WO) When a Device Physical Address (DPA) is written to this 28 (WO) When a Device Physical Address (DPA) is written to this 65 (WO) Writing an integer to this file injects the corresponding
|
D | sysfs-class-hwmon | 120 WO 126 WO 569 WO 575 WO 670 WO 676 WO 804 WO
|
/linux-6.12.1/drivers/media/pci/cx88/ |
D | cx88-reg.h | 202 #define MO_VIDY_GPCNTRL 0x31C030 // {2}WO Video Y general purpose control 203 #define MO_VIDU_GPCNTRL 0x31C034 // {2}WO Video U general purpose control 204 #define MO_VIDV_GPCNTRL 0x31C038 // {2}WO Video V general purpose control 205 #define MO_VBI_GPCNTRL 0x31C03C // {2}WO VBI general purpose counter 219 #define MO_AUDD_GPCNTRL 0x32C030 // {2}WO Audio down general purpose control 220 #define MO_AUDU_GPCNTRL 0x32C034 // {2}WO Audio up general purpose control 221 #define MO_AUDR_GPCNTRL 0x32C038 // {2}WO Audio RDS general purpose control 435 #define MO_TS_GPCNTRL 0x33C030 // {2}WO TS general purpose control 455 #define MO_VIPD_GPCNTRL 0x34C030 // {2}WO VIP down general purpose control 456 #define MO_VIPU_GPCNTRL 0x34C034 // {2}WO VIP up general purpose control [all …]
|
/linux-6.12.1/drivers/media/usb/dvb-usb/ |
D | dibusb-common.c | 142 int ret, wo, len; in dibusb_i2c_msg() local 145 wo = (rbuf == NULL || rlen == 0); in dibusb_i2c_msg() 147 len = 2 + wlen + (wo ? 0 : 2); in dibusb_i2c_msg() 159 sndbuf[0] = wo ? DIBUSB_REQ_I2C_WRITE : DIBUSB_REQ_I2C_READ; in dibusb_i2c_msg() 160 sndbuf[1] = (addr << 1) | (wo ? 0 : 1); in dibusb_i2c_msg() 164 if (!wo) { in dibusb_i2c_msg()
|
/linux-6.12.1/Documentation/admin-guide/mm/ |
D | cma_debugfs.rst | 19 - [WO] alloc: Allocate N pages from that CMA area. For example:: 25 - [WO] free: Free N pages from that CMA area, similar to the above.
|
/linux-6.12.1/drivers/hwtracing/coresight/ |
D | coresight-cti.h | 41 #define ITCHINACK 0xEDC /* WO CTI CSSoc 400 only*/ 42 #define ITTRIGINACK 0xEE0 /* WO CTI CSSoc 400 only*/ 43 #define ITCHOUT 0xEE4 /* WO RW-600 */ 44 #define ITTRIGOUT 0xEE8 /* WO RW-600 */
|
/linux-6.12.1/drivers/net/ethernet/sfc/falcon/ |
D | nic.c | 198 /* INT_ACK_KER is WO */ 223 /* DRV_EV is WO */ 231 /* BUF_TBL_UPD is WO */ 236 /* RX_FLUSH_DESCQ is WO */ 246 /* TX_FLUSH_DESCQ is WO */ 332 /* EVQ_RPTR, TIMER_COMMAND, USR_EV and {RX,TX}_DESC_UPD are WO */
|