| /OK3568_Linux_fs/kernel/block/ |
| H A D | badblocks.c | 209 int ack = BB_ACK(p[lo]); in badblocks_set() local 241 int ack = BB_ACK(p[hi]); in badblocks_set() local 275 int ack = BB_ACK(p[lo]) && BB_ACK(p[hi]); in badblocks_set() local 374 int ack = BB_ACK(p[lo]); in badblocks_clear() local 400 int ack = BB_ACK(p[lo]); in badblocks_clear() local 486 int ack = BB_ACK(p[i]); in badblocks_show() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wimax/i2400m/ |
| H A D | fw.c | 451 struct i2400m_bootrom_header *ack, in __i2400m_bm_ack_verify() 582 struct i2400m_bootrom_header *ack, size_t ack_size, in i2400m_bm_cmd() 654 struct i2400m_bootrom_header ack; in i2400m_download_chunk() local 708 struct i2400m_bootrom_header ack; in i2400m_dnload_bcf() local 792 struct i2400m_bootrom_header *cmd, ack; in i2400m_dnload_finalize() local 885 struct i2400m_bootrom_header ack; in i2400m_bootrom_init() local 1029 struct i2400m_bootrom_header ack; in i2400m_read_mac_addr() member 1117 struct i2400m_bootrom_header ack; in i2400m_dnload_init_signed() local
|
| H A D | control.c | 931 const struct i2400m_l3l4_hdr *ack; in i2400m_get_device_info() local 1013 const struct i2400m_l3l4_hdr *ack; in i2400m_firmware_check() local 1145 const struct i2400m_l3l4_hdr *ack; in i2400m_cmd_get_state() local 1289 const struct i2400m_l3l4_hdr *ack; in i2400m_set_idle_timeout() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | addr_cam.c | 609 static u32 _set_mac_resp_ack(struct mac_ax_adapter *adapter, u32 ack, u8 band) in _set_mac_resp_ack() 709 u32 set_mac_resp_ack_ofld(struct mac_ax_adapter *adapter, u32 ack) in set_mac_resp_ack_ofld() 722 u32 set_mac_resp_ack(struct mac_ax_adapter *adapter, u32 *ack) in set_mac_resp_ack() 738 u32 get_mac_resp_ack(struct mac_ax_adapter *adapter, u32 *ack) in get_mac_resp_ack()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | addr_cam.c | 609 static u32 _set_mac_resp_ack(struct mac_ax_adapter *adapter, u32 ack, u8 band) in _set_mac_resp_ack() 709 u32 set_mac_resp_ack_ofld(struct mac_ax_adapter *adapter, u32 ack) in set_mac_resp_ack_ofld() 722 u32 set_mac_resp_ack(struct mac_ax_adapter *adapter, u32 *ack) in set_mac_resp_ack() 738 u32 get_mac_resp_ack(struct mac_ax_adapter *adapter, u32 *ack) in get_mac_resp_ack()
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | soft_i2c.c | 198 static void send_ack(int ack) in send_ack() 259 static uchar read_byte(int ack) in read_byte()
|
| /OK3568_Linux_fs/kernel/arch/x86/events/zhaoxin/ |
| H A D | core.c | 274 static inline void zhaoxin_pmu_ack_status(u64 ack) in zhaoxin_pmu_ack_status() 279 static inline void zxc_pmu_ack_status(u64 ack) in zxc_pmu_ack_status()
|
| /OK3568_Linux_fs/kernel/sound/core/seq/ |
| H A D | seq_ports.c | 471 bool is_src, bool exclusive, bool ack) in check_and_subscribe_port() 521 bool is_src, bool ack) in __delete_and_unsubscribe_port() 543 bool is_src, bool ack) in delete_and_unsubscribe_port()
|
| /OK3568_Linux_fs/kernel/drivers/soc/actions/ |
| H A D | owl-sps-helper.c | 20 bool ack; in owl_sps_set_pg() local
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_scalable.c | 18 static void tcp_scalable_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_scalable_cong_avoid()
|
| /OK3568_Linux_fs/kernel/sound/i2c/ |
| H A D | i2c.c | 189 static int snd_i2c_bit_data(struct snd_i2c_bus *bus, int ack) in snd_i2c_bit_data() 220 int ack; in snd_i2c_bit_ack() local
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/ |
| H A D | realtek-smi-core.c | 147 u32 ack; in realtek_smi_wait_for_ack() local 245 u32 addr, u32 data, bool ack) in realtek_smi_write_reg()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/algos/ |
| H A D | i2c-algo-pca.c | 157 __u8 *b, int ack) in pca_rx_byte() 169 int ack) in pca_rx_ack()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/ |
| H A D | tlan.c | 1141 u32 ack; in tlan_handle_interrupt() local 1350 u32 ack = 0; in tlan_handle_tx_eof() local 1479 u32 ack = 0; in tlan_handle_rx_eof() local 1626 u32 ack = 1; in tlan_handle_tx_eoc() local 1675 u32 ack; in tlan_handle_status_check() local 1755 u32 ack = 1; in tlan_handle_rx_eoc() local
|
| /OK3568_Linux_fs/kernel/net/rds/ |
| H A D | send.c | 486 static inline int rds_send_is_acked(struct rds_message *rm, u64 ack, in rds_send_is_acked() 686 void rds_send_path_drop_acked(struct rds_conn_path *cp, u64 ack, in rds_send_path_drop_acked() 714 void rds_send_drop_acked(struct rds_connection *conn, u64 ack, in rds_send_drop_acked()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | trace.c | 160 u8 *ack, bool *becn, bool *fecn, u8 *mig, in hfi1_trace_parse_9b_bth() 178 u8 *ack, u8 *mig, u8 *opcode, in hfi1_trace_parse_16b_bth() 259 u8 ack, bool becn, bool fecn, u8 mig, in hfi1_trace_fmt_rest()
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | mmc_boot.c | 101 int mmc_set_part_conf(struct mmc *mmc, u8 ack, u8 part_num, u8 access) in mmc_set_part_conf()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | pptp.h | 20 __be32 ack; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | radeon_dp_auxch.c | 62 uint32_t tmp, ack = 0; in radeon_dp_aux_transfer_native() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mediatek/ |
| H A D | mtk_hdmi_ddc.c | 115 u32 ack; in mtk_hdmi_ddc_read_msg() local 188 u32 ack; in mtk_hdmi_ddc_write_msg() local
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | f_thor.h | 87 s32 ack; /* ack */ member 93 s32 ack; /* response id (= request id) */ member
|
| /OK3568_Linux_fs/kernel/net/sctp/ |
| H A D | associola.c | 1657 struct sctp_chunk *ack; in sctp_assoc_free_asconf_acks() local 1670 struct sctp_chunk *ack; in sctp_assoc_clean_asconf_ack_cache() local 1692 struct sctp_chunk *ack; in sctp_assoc_lookup_asconf_ack() local
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-spear/ |
| H A D | spr_emi.h | 25 u32 ack; member
|
| /OK3568_Linux_fs/kernel/drivers/reset/sti/ |
| H A D | reset-syscfg.h | 25 struct reg_field ack; member
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx18/ |
| H A D | cx18-mailbox.h | 50 u32 ack; member
|