Home
last modified time | relevance | path

Searched defs:wo (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/mediatek/
H A Dmtk_wed_wo.c21 mtk_wed_mmio_r32(struct mtk_wed_wo *wo, u32 reg) in mtk_wed_mmio_r32()
32 mtk_wed_mmio_w32(struct mtk_wed_wo *wo, u32 reg, u32 val) in mtk_wed_mmio_w32()
38 mtk_wed_wo_get_isr(struct mtk_wed_wo *wo) 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()
52 mtk_wed_wo_set_ack(struct mtk_wed_wo *wo, u32 mask) in mtk_wed_wo_set_ack()
58 mtk_wed_wo_set_isr_mask(struct mtk_wed_wo *wo, u32 mask, u32 val, bool set) in mtk_wed_wo_set_isr_mask()
71 mtk_wed_wo_irq_enable(struct mtk_wed_wo *wo, u32 mask) in mtk_wed_wo_irq_enable()
78 mtk_wed_wo_irq_disable(struct mtk_wed_wo *wo, u32 mask) in mtk_wed_wo_irq_disable()
84 mtk_wed_wo_kickout(struct mtk_wed_wo *wo) in mtk_wed_wo_kickout()
91 mtk_wed_wo_queue_kick(struct mtk_wed_wo *wo, struct mtk_wed_wo_queue *q, in mtk_wed_wo_queue_kick()
[all …]
H A Dmtk_wed_mcu.c64 mtk_wed_mcu_get_response(struct mtk_wed_wo *wo, unsigned long expires) 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()
98 void mtk_wed_mcu_rx_unsolicited_event(struct mtk_wed_wo *wo, in mtk_wed_mcu_rx_unsolicited_event()
134 mtk_wed_mcu_skb_send_msg(struct mtk_wed_wo *wo, struct sk_buff *skb, in mtk_wed_mcu_skb_send_msg()
163 mtk_wed_mcu_parse_response(struct mtk_wed_wo *wo, struct sk_buff *skb, in mtk_wed_mcu_parse_response()
190 int mtk_wed_mcu_send_msg(struct mtk_wed_wo *wo, int id, int cmd, in mtk_wed_mcu_send_msg()
224 struct mtk_wed_wo *wo = dev->hw->wed_wo; in mtk_wed_mcu_msg_update() local
261 mtk_wed_mcu_run_firmware(struct mtk_wed_wo *wo, const struct firmware *fw) in mtk_wed_mcu_run_firmware()
312 mtk_wed_mcu_load_firmware(struct mtk_wed_wo *wo) in mtk_wed_mcu_load_firmware()
390 mtk_wed_mcu_read_fw_dl(struct mtk_wed_wo *wo) in mtk_wed_mcu_read_fw_dl()
[all …]
H A Dmtk_wed_wo.h257 mtk_wed_mcu_check_msg(struct mtk_wed_wo *wo, struct sk_buff *skb) in mtk_wed_mcu_check_msg()
/linux/kernel/
H A Dexit.c1121 static int eligible_pid(struct wait_opts *wo, struct task_struct *p) in eligible_pid()
1128 eligible_child(struct wait_opts *wo, bool ptrace, struct task_struct *p) in eligible_child()
1160 static int wait_task_zombie(struct wait_opts *wo, struct task_struct *p) in wait_task_zombie()
1316 static int wait_task_stopped(struct wait_opts *wo, in wait_task_stopped()
1388 static int wait_task_continued(struct wait_opts *wo, struct task_struct *p) in wait_task_continued()
1440 static int wait_consider_task(struct wait_opts *wo, int ptrace, in wait_consider_task()
1552 static int do_wait_thread(struct wait_opts *wo, struct task_struct *tsk) in do_wait_thread()
1566 static int ptrace_do_wait(struct wait_opts *wo, struct task_struct *tsk) in ptrace_do_wait()
1580 bool pid_child_should_wake(struct wait_opts *wo, struct task_struct *p) in pid_child_should_wake()
1594 struct wait_opts *wo = container_of(wait, struct wait_opts, in child_wait_callback() local
[all …]
/linux/drivers/media/usb/dvb-usb/
H A Ddibusb-common.c142 int ret, wo, len; in dibusb_i2c_msg() local
/linux/io_uring/
H A Dwaitid.c226 struct wait_opts *wo = container_of(wait, struct wait_opts, child_wait); in io_waitid_wait() local
[all...]
/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_workarounds.c999 static const struct regmask wo[] = { in writeonly_reg() local
/linux/drivers/block/drbd/
H A Ddrbd_receiver.c1430 max_allowed_wo(struct drbd_backing_dev *bdev, enum write_ordering_e wo) in max_allowed_wo()
1449 enum write_ordering_e wo) in drbd_bump_write_ordering()