/linux-4.4.14/arch/powerpc/include/asm/ |
D | cpm2.h | 19 #define CPM_CR_RST ((uint)0x80000000) 20 #define CPM_CR_PAGE ((uint)0x7c000000) 21 #define CPM_CR_SBLOCK ((uint)0x03e00000) 22 #define CPM_CR_FLG ((uint)0x00010000) 23 #define CPM_CR_MCN ((uint)0x00003fc0) 24 #define CPM_CR_OPCODE ((uint)0x0000000f) 97 #define CPM_BRG_RST ((uint)0x00020000) 98 #define CPM_BRG_EN ((uint)0x00010000) 99 #define CPM_BRG_EXTC_INT ((uint)0x00000000) 100 #define CPM_BRG_EXTC_CLK3_9 ((uint)0x00004000) [all …]
|
D | 8xx_immap.h | 19 uint sc_siumcr; 20 uint sc_sypcr; 21 uint sc_swt; 24 uint sc_sipend; 25 uint sc_simask; 26 uint sc_siel; 27 uint sc_sivec; 28 uint sc_tesr; 30 uint sc_sdcr; 37 uint pcmc_pbr0; [all …]
|
D | cpm1.h | 56 extern void cpm_setbrg(uint brg, uint rate); 64 #define PROFF_SCC1 ((uint)0x0000) 65 #define PROFF_IIC ((uint)0x0080) 66 #define PROFF_SCC2 ((uint)0x0100) 67 #define PROFF_SPI ((uint)0x0180) 68 #define PROFF_SCC3 ((uint)0x0200) 69 #define PROFF_SMC1 ((uint)0x0280) 70 #define PROFF_SCC4 ((uint)0x0300) 71 #define PROFF_SMC2 ((uint)0x0380) 82 uint smc_rstate; /* Internal */ [all …]
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | commproc.h | 65 #define CPM_DATAONLY_BASE ((uint)0x0000) 66 #define CPM_DATAONLY_SIZE ((uint)0x0800) 67 #define CPM_DP_NOSPACE ((uint)0x7fffffff) 76 uint m360_cpm_dpalloc(uint size); 78 void m360_cpm_setbrg(uint brg, uint rate); 85 uint cbd_bufaddr; /* Buffer address in host memory */ 159 uint smc_rstate; /* Internal */ 160 uint smc_idp; /* Internal */ 163 uint smc_rxtmp; /* Internal */ 164 uint smc_tstate; /* Internal */ [all …]
|
D | mac_iop.h | 140 uint iop_num; /* IOP number */ 141 uint channel; /* channel number */ 152 extern int iop_listen(uint, uint, 155 extern int iop_send_message(uint, uint, void *, uint, __u8 *, 158 extern void iop_upload_code(uint, __u8 *, uint, __u16); 159 extern void iop_download_code(uint, __u8 *, uint, __u16); 160 extern __u8 *iop_compare_code(uint, __u8 *, uint, __u16);
|
D | m68360_regs.h | 136 #define CICR_SCA_SCC1 ((uint)0x00000000) /* SCC1 @ SCCa */ 137 #define CICR_SCB_SCC2 ((uint)0x00040000) /* SCC2 @ SCCb */ 138 #define CICR_SCC_SCC3 ((uint)0x00200000) /* SCC3 @ SCCc */ 139 #define CICR_SCD_SCC4 ((uint)0x00c00000) /* SCC4 @ SCCd */ 141 #define CICR_IRL_MASK ((uint)0x0000e000) /* Core interrupt */ 142 #define CICR_HP_MASK ((uint)0x00001f00) /* Hi-pri int. */ 143 #define CICR_VBA_MASK ((uint)0x000000e0) /* Vector Base Address */ 144 #define CICR_SPS ((uint)0x00000001) /* SCC Spread */
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_ioctl_rtl.h | 33 uint oid_rt_get_signal_quality_hdl( 35 uint oid_rt_get_small_packet_crc_hdl( 37 uint oid_rt_get_middle_packet_crc_hdl( 39 uint oid_rt_get_large_packet_crc_hdl( 41 uint oid_rt_get_tx_retry_hdl( 43 uint oid_rt_get_rx_retry_hdl( 45 uint oid_rt_get_rx_total_packet_hdl( 47 uint oid_rt_get_tx_beacon_ok_hdl( 49 uint oid_rt_get_tx_beacon_err_hdl( 51 uint oid_rt_get_rx_icv_err_hdl( [all …]
|
D | rtl871x_mp_ioctl.h | 49 uint offset; 50 uint width; 56 uint offset; 67 uint offset; 68 uint len; 89 uint oid_rt_pro_read_register_hdl(struct oid_par_priv *poid_par_priv); 90 uint oid_rt_pro_write_register_hdl(struct oid_par_priv *poid_par_priv); 92 uint oid_rt_pro_set_data_rate_hdl( 94 uint oid_rt_pro_start_test_hdl(struct oid_par_priv *poid_par_priv); 95 uint oid_rt_pro_stop_test_hdl(struct oid_par_priv *poid_par_priv); [all …]
|
D | ieee80211.h | 431 uint seq; 432 uint last_frag; 433 uint qos; /*jackson*/ 434 uint tid; /*jackson*/ 441 uint tx_unicast_frames; 442 uint tx_multicast_frames; 443 uint tx_fragments; 444 uint tx_unicast_octets; 445 uint tx_multicast_octets; 446 uint tx_deferred_transmissions; [all …]
|
D | rtl871x_ioctl_rtl.c | 43 uint oid_rt_get_signal_quality_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_get_signal_quality_hdl() 50 uint oid_rt_get_small_packet_crc_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_get_small_packet_crc_hdl() 67 uint oid_rt_get_middle_packet_crc_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_get_middle_packet_crc_hdl() 84 uint oid_rt_get_large_packet_crc_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_get_large_packet_crc_hdl() 101 uint oid_rt_get_tx_retry_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_get_tx_retry_hdl() 108 uint oid_rt_get_rx_retry_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_get_rx_retry_hdl() 116 uint oid_rt_get_rx_total_packet_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_get_rx_total_packet_hdl() 134 uint oid_rt_get_tx_beacon_ok_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_get_tx_beacon_ok_hdl() 141 uint oid_rt_get_tx_beacon_err_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_get_tx_beacon_err_hdl() 148 uint oid_rt_get_rx_icv_err_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_get_rx_icv_err_hdl() [all …]
|
D | rtl871x_mp_ioctl.c | 36 uint oid_null_function(struct oid_par_priv *poid_par_priv) in oid_null_function() 41 uint oid_rt_wireless_mode_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_wireless_mode_hdl() 43 uint status = RNDIS_STATUS_SUCCESS; in oid_rt_wireless_mode_hdl() 68 uint oid_rt_pro_write_bb_reg_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_pro_write_bb_reg_hdl() 89 uint oid_rt_pro_read_bb_reg_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_pro_read_bb_reg_hdl() 111 uint oid_rt_pro_write_rf_reg_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_pro_write_rf_reg_hdl() 134 uint oid_rt_pro_read_rf_reg_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_pro_read_rf_reg_hdl() 262 uint oid_rt_pro_set_data_rate_hdl(struct oid_par_priv in oid_rt_pro_set_data_rate_hdl() 281 uint oid_rt_pro_start_test_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_pro_start_test_hdl() 285 uint status = RNDIS_STATUS_SUCCESS; in oid_rt_pro_start_test_hdl() [all …]
|
D | sta_info.h | 52 uint rx_pkts; 53 uint rx_bytes; 55 uint tx_bytes; 64 uint state; 65 uint aid; 66 uint mac_id; 67 uint qos_option; 69 uint ieee8021x_blocked; /*0: allowed, 1:blocked */ 70 uint XPrivacy; /*aes, tkip...*/ 77 uint bssratelen;
|
D | rtl871x_ioctl.h | 60 uint oid; 72 uint (*oidfuns)(struct oid_par_priv *poid_par_priv); 75 uint oid_null_function(struct oid_par_priv *poid_par_priv); 79 uint drv_query_info(struct net_device *MiniportAdapterContext, 80 uint Oid, 86 uint drv_set_info(struct net_device *MiniportAdapterContext, 87 uint Oid,
|
D | rtl871x_pwrctrl.h | 104 uint pwr_mode; 105 uint smart_ps; 106 uint alives; 107 uint ImrContent; /* used to store original imr. */ 108 uint bSleep; /* sleep -> active is different from active -> sleep. */ 114 uint bSetPSModeWorkItemInProgress; 127 void r8712_set_ps_mode(struct _adapter *padapter, uint ps_mode, 128 uint smart_ps);
|
D | rtl871x_recv.h | 89 uint free_recvframe_cnt; 91 uint rx_bytes; 92 uint rx_pkts; 93 uint rx_drop; 94 uint rx_icv_err; 95 uint rx_largepacket_crcerr; 96 uint rx_smallpacket_crcerr; 97 uint rx_middlepacket_crcerr; 99 uint ff_hwaddr; 121 uint sta_rx_bytes; [all …]
|
D | rtl871x_xmit.h | 187 uint sta_tx_bytes; 189 uint sta_tx_fail; 198 uint ff_hwaddr; 199 uint cmd_hwaddr; 214 uint free_xmitframe_cnt; 215 uint mapping_addr; 216 uint pkt_sz; 223 uint frag_len; 229 uint tx_bytes; 231 uint tx_drop; [all …]
|
D | rtl871x_mlme.h | 81 uint last_rx_pkts; 104 uint assoc_by_bssid; 105 uint assoc_by_rssi; 205 uint r8712_get_wlan_bssid_ex_sz(struct wlan_bssid_ex *bss); 214 u8 *out_ie, uint in_len); 216 u8 *out_ie, uint in_len, uint initial_out_len); 228 u8 *out_ie, uint in_len, uint *pout_len);
|
D | ieee80211.c | 73 uint r8712_is_cckrates_included(u8 *rate) in r8712_is_cckrates_included() 86 uint r8712_is_cckratesonly_included(u8 *rate) in r8712_is_cckratesonly_included() 100 u8 *r8712_set_ie(u8 *pbuf, sint index, uint len, u8 *source, uint *frlen) in r8712_set_ie() 138 static void set_supported_rate(u8 *rates, uint mode) in set_supported_rate() 157 static uint r8712_get_rateset_len(u8 *rateset) in r8712_get_rateset_len() 159 uint i = 0; in r8712_get_rateset_len() 371 int r8712_get_sec_ie(u8 *in_ie, uint in_len, u8 *rsn_ie, u16 *rsn_len, in r8712_get_sec_ie() 376 uint cnt; in r8712_get_sec_ie() 401 int r8712_get_wps_ie(u8 *in_ie, uint in_len, u8 *wps_ie, uint *wps_ielen) in r8712_get_wps_ie() 404 uint cnt; in r8712_get_wps_ie()
|
D | xmit_linux.c | 43 static uint remainder_len(struct pkt_file *pfile) in remainder_len() 45 return (uint)(pfile->buf_len - ((addr_t)(pfile->cur_addr) - in remainder_len() 57 uint _r8712_pktfile_read(struct pkt_file *pfile, u8 *rmem, uint rlen) in _r8712_pktfile_read() 59 uint len; in _r8712_pktfile_read()
|
D | rtl871x_pwrctrl.c | 69 void r8712_set_ps_mode(struct _adapter *padapter, uint ps_mode, uint smart_ps) in r8712_set_ps_mode() 116 static inline void register_task_alive(struct pwrctrl_priv *pwrctrl, uint tag) in register_task_alive() 121 static inline void unregister_task_alive(struct pwrctrl_priv *pwrctrl, uint tag) in unregister_task_alive() 207 uint res = _SUCCESS; in r8712_register_cmd_alive()
|
D | rtl871x_io.c | 50 static uint _init_intf_hdl(struct _adapter *padapter, in _init_intf_hdl() 57 uint (*init_intf_priv)(struct intf_priv *pintfpriv); in _init_intf_hdl() 89 static uint register_intf_hdl(u8 *dev, struct intf_hdl *pintfhdl) in register_intf_hdl() 109 uint r8712_alloc_io_queue(struct _adapter *adapter) in r8712_alloc_io_queue()
|
D | hal_init.c | 127 pfwhdr->dmem_size = le32_to_cpu(*(uint *)(pmappedfw + 4)); in update_fwhdr() 129 pfwhdr->img_IMEM_size = le32_to_cpu(*(uint *)(pmappedfw + 8)); in update_fwhdr() 131 pfwhdr->img_SRAM_size = le32_to_cpu(*(uint *)(pmappedfw + 12)); in update_fwhdr() 133 pfwhdr->fw_priv_sz = le32_to_cpu(*(uint *)(pmappedfw + 16)); in update_fwhdr() 161 uint dump_imem_sz, imem_sz, dump_emem_sz, emem_sz; /* max = 49152; */ in rtl8712_dl_fw() 322 uint rtl8712_hal_init(struct _adapter *padapter) in rtl8712_hal_init() 360 uint rtl8712_hal_deinit(struct _adapter *padapter) in rtl8712_hal_deinit() 383 uint rtl871x_hal_init(struct _adapter *padapter) in rtl871x_hal_init()
|
D | usb_osintf.h | 36 uint rtl871x_hal_init(struct _adapter *padapter); 37 uint rtl8712_hal_deinit(struct _adapter *padapter);
|
D | xmit_osdep.h | 59 uint _r8712_pktfile_read(struct pkt_file *pfile, u8 *rmem, uint rlen);
|
D | drv_types.h | 133 uint (*inirp_init)(struct _adapter *adapter); 134 uint (*inirp_deinit)(struct _adapter *adapter); 170 uint (*dvobj_init)(struct _adapter *adapter);
|
D | rtl871x_io.h | 83 uint (*_sdbus_read_bytes_to_membuf)(struct intf_priv *pintfpriv, 85 uint (*_sdbus_read_blocks_to_membuf)(struct intf_priv *pintfpriv, 90 uint (*_sdbus_write_blocks_from_membuf)(struct intf_priv *pintfpriv, 93 uint (*_sdbus_write_bytes_from_membuf)(struct intf_priv *pintfpriv, 246 uint r8712_alloc_io_queue(struct _adapter *adapter);
|
D | rtl8712_xmit.c | 39 static void update_txdesc(struct xmit_frame *pxmitframe, uint *pmem, int sz); 317 update_txdesc(pxmitframe, (uint *)(pxmitframe->buf_addr), in r8712_append_mpdu_unit() 420 static void update_txdesc(struct xmit_frame *pxmitframe, uint *pmem, int sz) in update_txdesc() 422 uint qsel; in update_txdesc() 472 qsel = (uint)(pattrib->qsel & 0x0000001f); in update_txdesc() 486 qsel = (uint)(pattrib->qsel & 0x0000001f); in update_txdesc() 497 qsel = (uint)(pattrib->qsel & 0x0000001f); in update_txdesc() 576 qsel = (uint)(pattrib->qsel & 0x0000001f); in update_txdesc() 602 qsel = (uint)(pattrib->priority & 0x0000001f); in update_txdesc() 731 update_txdesc(pxmitframe, (uint *)mem_addr, sz); in dump_xframe()
|
D | rtl8712_recv.h | 109 uint len; 133 uint len;
|
D | rtl871x_security.c | 915 u8 *mpdu, uint payload_length, u8 *pn_vector) in construct_mic_iv() 1033 static sint aes_cipher(u8 *key, uint hdrlen, in aes_cipher() 1034 u8 *pframe, uint plen) in aes_cipher() 1036 uint qc_exists, a4_exists, i, j, payload_remainder; in aes_cipher() 1037 uint num_blocks, payload_index; in aes_cipher() 1050 uint frtype = GetFrameType(pframe); in aes_cipher() 1051 uint frsubtype = GetFrameSubType(pframe); in aes_cipher() 1207 static sint aes_decipher(u8 *key, uint hdrlen, in aes_decipher() 1208 u8 *pframe, uint plen) in aes_decipher() 1211 uint qc_exists, a4_exists, i, j, payload_remainder; in aes_decipher() [all …]
|
/linux-4.4.14/arch/powerpc/platforms/8xx/ |
D | mpc885ads.h | 22 #define BCSR1_ETHEN ((uint)0x20000000) 23 #define BCSR1_IRDAEN ((uint)0x10000000) 24 #define BCSR1_RS232EN_1 ((uint)0x01000000) 25 #define BCSR1_PCCEN ((uint)0x00800000) 26 #define BCSR1_PCCVCC0 ((uint)0x00400000) 27 #define BCSR1_PCCVPP0 ((uint)0x00200000) 28 #define BCSR1_PCCVPP1 ((uint)0x00100000) 30 #define BCSR1_RS232EN_2 ((uint)0x00040000) 31 #define BCSR1_PCCVCC1 ((uint)0x00010000) 34 #define BCSR4_ETH10_RST ((uint)0x80000000) /* 10Base-T PHY reset*/ [all …]
|
D | mpc86xads.h | 20 #define BCSR1_ETHEN ((uint)0x20000000) 21 #define BCSR1_IRDAEN ((uint)0x10000000) 22 #define BCSR1_RS232EN_1 ((uint)0x01000000) 23 #define BCSR1_PCCEN ((uint)0x00800000) 24 #define BCSR1_PCCVCC0 ((uint)0x00400000) 25 #define BCSR1_PCCVPP0 ((uint)0x00200000) 26 #define BCSR1_PCCVPP1 ((uint)0x00100000) 28 #define BCSR1_RS232EN_2 ((uint)0x00040000) 29 #define BCSR1_PCCVCC1 ((uint)0x00010000) 32 #define BCSR4_ETH10_RST ((uint)0x80000000) /* 10Base-T PHY reset*/ [all …]
|
/linux-4.4.14/drivers/staging/slicoss/ |
D | slic.h | 288 uint busnumber; 289 uint slotnumber; 290 uint state; 291 uint cardnum; 292 uint card_size; 293 uint adapters_activated; 294 uint adapters_allocated; 295 uint adapters_sleeping; 296 uint gennumber; 300 uint reset_in_progress; [all …]
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_bit.c | 32 xfs_bitmap_empty(uint *map, uint size) in xfs_bitmap_empty() 34 uint i; in xfs_bitmap_empty() 35 uint ret = 0; in xfs_bitmap_empty() 49 xfs_contig_bits(uint *map, uint size, uint start_bit) in xfs_contig_bits() 51 uint * p = ((unsigned int *) map) + (start_bit >> BIT_TO_WORD_SHIFT); in xfs_contig_bits() 52 uint result = 0; in xfs_contig_bits() 53 uint tmp; in xfs_contig_bits() 88 int xfs_next_bit(uint *map, uint size, uint start_bit) in xfs_next_bit() 90 uint * p = ((unsigned int *) map) + (start_bit >> BIT_TO_WORD_SHIFT); in xfs_next_bit() 91 uint result = start_bit & ~(NBWORD - 1); in xfs_next_bit() [all …]
|
D | xfs_trans_resv.c | 44 STATIC uint 58 STATIC uint 60 uint nbufs, in xfs_calc_buf_res() 61 uint size) in xfs_calc_buf_res() 95 STATIC uint 98 uint ninodes) in xfs_calc_inode_res() 127 STATIC uint 133 uint res; in xfs_calc_finobt_res() 143 res += (uint)XFS_FSB_TO_B(mp, 1); in xfs_calc_finobt_res() 182 STATIC uint [all …]
|
D | xfs_bit.h | 79 extern int xfs_bitmap_empty(uint *map, uint size); 82 extern int xfs_contig_bits(uint *map, uint size, uint start_bit); 85 extern int xfs_next_bit(uint *map, uint size, uint start_bit);
|
D | xfs_inode_buf.h | 37 struct xfs_buf **, uint, uint); 39 struct xfs_inode *, uint);
|
D | xfs_log_format.h | 66 #define CYCLE_LSN(lsn) ((uint)((lsn)>>32)) 67 #define BLOCK_LSN(lsn) ((uint)(lsn)) 72 static inline xfs_lsn_t xlog_assign_lsn(uint cycle, uint block) in xlog_assign_lsn() 77 static inline uint xlog_get_cycle(char *ptr) in xlog_get_cycle() 190 uint i_type; /* type of region */ 206 uint th_magic; /* magic number */ 207 uint th_type; /* transaction type */ 209 uint th_num_items; /* num items logged by trans */ 412 static inline uint xfs_icdinode_size(int version) in xfs_icdinode_size()
|
D | xfs_da_btree.h | 38 uint node_ents; /* # of entries in a danode */ 145 (uint)(XFS_DA_LOGOFF(BASE, ADDR)), \ 146 (uint)(XFS_DA_LOGOFF(BASE, ADDR)+(SIZE)-1) 210 uint xfs_da_hashname(const __uint8_t *name_string, int name_length);
|
D | xfs_dir2_sf.c | 131 count * (uint)sizeof(xfs_dir2_sf_off_t) + /* offset */ in xfs_dir2_block_sfsize() 134 (uint)sizeof(xfs_dir2_ino8_t) * count : in xfs_dir2_block_sfsize() 135 (uint)sizeof(xfs_dir2_ino4_t) * count); in xfs_dir2_block_sfsize() 327 ((uint)sizeof(xfs_dir2_ino8_t) - in xfs_dir2_sf_addname() 328 (uint)sizeof(xfs_dir2_ino4_t)); in xfs_dir2_sf_addname() 570 (sfp->count + 3) * (uint)sizeof(xfs_dir2_leaf_entry_t) + in xfs_dir2_sf_addname_pick() 571 (uint)sizeof(xfs_dir2_block_tail_t); in xfs_dir2_sf_addname_pick() 634 (sfp->count + 2) * (uint)sizeof(xfs_dir2_leaf_entry_t) + in xfs_dir2_sf_check() 635 (uint)sizeof(xfs_dir2_block_tail_t) <= args->geo->blksize); in xfs_dir2_sf_check() 906 ((uint)sizeof(xfs_dir2_ino8_t) - in xfs_dir2_sf_replace() [all …]
|
D | xfs_rtbitmap.c | 486 uint first = (uint)((char *)sp - (char *)bp->b_addr); in xfs_rtmodify_summary_int() 584 (uint)((char *)first - (char *)bufp), in xfs_rtmodify_range() 585 (uint)((char *)b - (char *)bufp)); in xfs_rtmodify_range() 624 (uint)((char *)first - (char *)bufp), in xfs_rtmodify_range() 625 (uint)((char *)b - (char *)bufp)); in xfs_rtmodify_range() 662 xfs_trans_log_buf(tp, bp, (uint)((char *)first - (char *)bufp), in xfs_rtmodify_range() 663 (uint)((char *)b - (char *)bufp - 1)); in xfs_rtmodify_range()
|
D | xfs_quota_defs.h | 156 xfs_dqid_t id, uint type, uint flags, const char *str);
|
D | xfs_dir2_block.c | 220 (uint)sizeof(*blp) < len) in xfs_dir2_block_need_space() 222 } else if ((be32_to_cpu(btp->stale) - 1) * (uint)sizeof(*blp) < len) in xfs_dir2_block_need_space() 261 if (be16_to_cpu(dup->length) < len + (uint)sizeof(*blp)) { in xfs_dir2_block_need_space() 584 xfs_trans_log_buf(tp, bp, (uint)((char *)&blp[first] - (char *)hdr), in xfs_dir2_block_log_leaf() 585 (uint)((char *)&blp[last + 1] - (char *)hdr - 1)); in xfs_dir2_block_log_leaf() 600 xfs_trans_log_buf(tp, bp, (uint)((char *)btp - (char *)hdr), in xfs_dir2_block_log_tail() 601 (uint)((char *)(btp + 1) - (char *)hdr - 1)); in xfs_dir2_block_log_tail() 975 size = (uint)sizeof(xfs_dir2_block_tail_t) + in xfs_dir2_leaf_to_block() 976 (uint)sizeof(*lep) * (leafhdr.count - leafhdr.stale); in xfs_dir2_leaf_to_block() 1130 i = (uint)sizeof(*btp) + in xfs_dir2_sf_to_block() [all …]
|
D | xfs_inode_fork.c | 309 size = nex * (uint)sizeof(xfs_bmbt_rec_t); in xfs_iformat_extents() 527 memmove(np, op, cur_max * (uint)sizeof(xfs_fsblock_t)); in xfs_iroot_realloc() 565 memcpy(np, op, new_max * (uint)sizeof(xfs_bmbt_rec_t)); in xfs_iroot_realloc() 574 memcpy(np, op, new_max * (uint)sizeof(xfs_fsblock_t)); in xfs_iroot_realloc() 749 nrecs = ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t); in xfs_iextents_copy() 779 return (copied * (uint)sizeof(xfs_bmbt_rec_t)); in xfs_iextents_copy() 950 nextents = ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t); in xfs_iext_add() 1022 uint count = ext_diff; in xfs_iext_add() 1174 nextents = ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t); in xfs_iext_remove() 1203 nextents = ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t); in xfs_iext_remove_inline() [all …]
|
D | xfs_da_format.h | 192 typedef uint xfs_dir2_data_aoff_t; /* argument form */ 786 #define XFS_ATTR_LEAF_NAME_ALIGN ((uint)sizeof(xfs_dablk_t)) 834 return ((uint)sizeof(xfs_attr_leaf_name_remote_t) - 1 + (nlen) + \ in xfs_attr_leaf_entsize_remote() 840 return ((uint)sizeof(xfs_attr_leaf_name_local_t) - 1 + (nlen) + (vlen) + in xfs_attr_leaf_entsize_local()
|
D | xfs_btree.h | 204 uint bc_flags; /* btree features - below */ 297 uint lock); /* lock flags for get_buf */ 309 uint lock); /* lock flags for get_buf */ 340 uint lock, /* lock flags for read_buf */
|
/linux-4.4.14/drivers/staging/dgnc/ |
D | dgnc_driver.h | 127 int (*drain)(struct tty_struct *tty, uint seconds); 139 uint (*get_uart_bytes_left)(struct channel_t *ch); 165 uint pci_bus; /* PCI bus value */ 166 uint pci_slot; /* PCI slot value */ 167 uint maxports; /* MAX ports this board can handle */ 181 uint state; /* State of card. */ 186 uint nasync; /* Number of ports on card */ 188 uint irq; /* Interrupt request number */ 202 uint bd_uart_offset; /* Space between each UART */ 216 uint dgnc_Serial_Major; [all …]
|
D | dgnc_neo.c | 28 static inline void neo_parse_lsr(struct dgnc_board *brd, uint port); 29 static inline void neo_parse_isr(struct dgnc_board *brd, uint port); 44 static int neo_drain(struct tty_struct *tty, uint seconds); 55 static uint neo_get_uart_bytes_left(struct channel_t *ch); 80 static uint dgnc_offset_table[8] = { 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80 }; 370 static inline void neo_parse_isr(struct dgnc_board *brd, uint port) in neo_parse_isr() 495 static inline void neo_parse_lsr(struct dgnc_board *brd, uint port) in neo_parse_lsr() 584 uint baud = 9600; in neo_param() 1154 n = min(((uint)total), (RQUEUESIZE - (uint)head)); in neo_copy_data_from_uart_to_queue() 1162 n = min_t(uint, n, 12); in neo_copy_data_from_uart_to_queue() [all …]
|
D | dgnc_cls.c | 29 static inline void cls_parse_isr(struct dgnc_board *brd, uint port); 42 static int cls_drain(struct tty_struct *tty, uint seconds); 54 static uint cls_get_uart_bytes_left(struct channel_t *ch); 361 static inline void cls_parse_isr(struct dgnc_board *brd, uint port) in cls_parse_isr() 432 uint baud = 9600; in cls_param() 750 uint i = 0; in cls_intr() 898 static int cls_drain(struct tty_struct *tty, uint seconds) in cls_drain() 968 uint len_written = 0; in cls_copy_data_from_queue_to_uart() 1195 static uint cls_get_uart_bytes_left(struct channel_t *ch) in cls_get_uart_bytes_left()
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | ieee80211.h | 584 uint seq; 585 uint last_frag; 586 uint qos; /* jackson */ 587 uint tid; /* jackson */ 594 uint tx_unicast_frames; 595 uint tx_multicast_frames; 596 uint tx_fragments; 597 uint tx_unicast_octets; 598 uint tx_multicast_octets; 599 uint tx_deferred_transmissions; [all …]
|
D | xmit_osdep.h | 52 uint rtw_remainder_len(struct pkt_file *pfile); 54 uint _rtw_pktfile_read(struct pkt_file *pfile, u8 *rmem, uint rlen);
|
D | rtw_mlme.h | 277 uint channel_list_attr_len; 325 uint assoc_by_bssid; 326 uint assoc_by_rssi; 546 uint in_len); 548 uint in_len, uint initial_out_len); 579 u8 *out_ie, uint in_len, uint *pout_len); 580 void rtw_update_ht_cap(struct adapter *padapter, u8 *pie, uint ie_len);
|
D | rtw_xmit.h | 260 uint ff_hwaddr; 261 uint cmd_hwaddr; 281 uint free_xmitframe_cnt; 283 uint frag_len; 310 uint free_xmitbuf_cnt; 314 uint free_xmit_extbuf_cnt; 329 void rtw_update_protection(struct adapter *padapter, u8 *ie, uint ie_len);
|
D | sta_info.h | 93 uint state; 94 uint aid; 95 uint mac_id; 96 uint qos_option; 99 uint ieee8021x_blocked; /* 0: allowed, 1:blocked */ 100 uint dot118021XPrivacy; /* aes, tkip... */
|
D | rtw_pwrctrl.h | 188 uint ips_enter_cnts; 189 uint ips_leave_cnts; 194 uint bips_processing;
|
D | rtw_recv.h | 183 uint free_recvframe_cnt; 191 uint ff_hwaddr; 257 uint len;
|
D | mon.h | 34 uint frag_len);
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | micropatch.c | 28 static uint patch_2000[] __initdata = { 147 static uint patch_2f00[] __initdata = { 186 static uint patch_2000[] __initdata = { 509 static uint patch_2f00[] __initdata = { 576 static uint patch_2e00[] __initdata = { 602 static uint patch_2000[] __initdata = { 617 static uint patch_2f00[] __initdata = { 626 volatile uint *dp; /* Dual-ported RAM. */ in cpm_load_patch() 643 dp = (uint *)(commproc->cp_dpmem); in cpm_load_patch() 647 dp = (uint *)&(commproc->cp_dpmem[0x0f00]); in cpm_load_patch() [all …]
|
D | mpc8xx_pic.h | 14 static inline uint mk_int_int_mask(uint mask) in mk_int_int_mask()
|
D | cpm2.c | 119 void __cpm2_setbrg(uint brg, uint rate, uint clk, int div16, int src) in __cpm2_setbrg()
|
/linux-4.4.14/drivers/staging/comedi/ |
D | comedi_compat32.c | 106 unsigned int uint; in compat_chaninfo() member 119 err |= __get_user(temp.uint, &chaninfo32->subdev); in compat_chaninfo() 120 err |= __put_user(temp.uint, &chaninfo->subdev); in compat_chaninfo() 140 unsigned int uint; in compat_rangeinfo() member 153 err |= __get_user(temp.uint, &rangeinfo32->range_type); in compat_rangeinfo() 154 err |= __put_user(temp.uint, &rangeinfo->range_type); in compat_rangeinfo() 170 unsigned int uint; in get_compat_cmd() member 180 err |= __get_user(temp.uint, &cmd32->subdev); in get_compat_cmd() 181 err |= __put_user(temp.uint, &cmd->subdev); in get_compat_cmd() 182 err |= __get_user(temp.uint, &cmd32->flags); in get_compat_cmd() [all …]
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
D | dma.h | 67 uint txavail; /* # free tx descriptors */ 68 uint dmactrlflags; /* dma control flags */ 71 uint rxgiants; /* rx giant frames */ 72 uint rxnobuf; /* rx out of dma descriptors */ 74 uint txnobuf; /* tx out of dma descriptors */ 78 uint txregbase, uint rxregbase, 79 uint ntxd, uint nrxd, 80 uint rxbufsize, int rxextheadroom, 81 uint nrxpost, uint rxoffset); 113 static inline void dma_spin_for_len(uint len, struct sk_buff *head) in dma_spin_for_len()
|
D | aiutils.h | 139 uint boardtype; /* board type */ 140 uint boardvendor; /* board vendor */ 141 uint chip; /* chip number */ 142 uint chiprev; /* chip revision */ 143 uint chippkg; /* chip package option */ 180 uint ai_cc_reg(struct si_pub *sih, uint regoff, u32 mask, u32 val); 204 static inline uint ai_get_boardtype(struct si_pub *sih) in ai_get_boardtype() 209 static inline uint ai_get_boardvendor(struct si_pub *sih) in ai_get_boardvendor() 214 static inline uint ai_get_chip_id(struct si_pub *sih) in ai_get_chip_id() 219 static inline uint ai_get_chiprev(struct si_pub *sih) in ai_get_chiprev() [all …]
|
D | main.h | 145 ((uint)((wlc)->band->bandunit ? BAND_2G_INDEX : BAND_5G_INDEX)) 238 uint coreidx; /* # sb enumerated core */ 241 uint *txavail[NFIFO]; /* # tx descriptors available */ 251 uint bandunit; /* bandstate[] index */ 297 uint bandunit; /* bandstate[] index */ 319 uint unit; /* device instance number */ 324 uint corerev; /* core revision */ 347 uint now; /* # elapsed seconds */ 348 uint _nbands; /* # bands supported */ 351 uint *txavail[NFIFO]; /* # tx descriptors available */ [all …]
|
D | dma.c | 222 uint d64txregbase; 224 uint d64rxregbase; 265 uint rxextrahdrroom; /* extra rx headroom, reverseved to assist upper 272 uint nrxpost; /* # rx buffers to keep posted */ 275 uint ddoffsetlow; 277 uint ddoffsethigh; 279 uint dataoffsetlow; 281 uint dataoffsethigh; 308 static uint xxd(uint x, uint n) in xxd() 313 static uint txd(struct dma_info *di, uint x) in txd() [all …]
|
D | pub.h | 112 uint count; /* number of rates in rates[] */ 148 uint mac80211_state; 149 uint unit; /* device instance number */ 150 uint corerev; /* core revision */ 156 uint _nbands; /* # bands supported */ 157 uint now; /* # elapsed seconds */ 270 struct bcma_device *core, uint unit, 271 bool piomode, uint *perr); 272 uint brcms_c_detach(struct brcms_c_info *wlc); 274 uint brcms_c_down(struct brcms_c_info *wlc); [all …]
|
D | rate.h | 61 static inline uint mcs_2_rate(u8 mcs, bool is40, bool sgi) in mcs_2_rate() 142 static inline uint rspec2rate(u32 rspec) in rspec2rate() 160 static inline uint rspec_stc(u32 rspec) in rspec_stc() 165 static inline uint rspec_stf(u32 rspec) in rspec_stf() 231 u8 rates, uint xmask, bool mcsallow); 234 const struct brcms_c_rateset *rs_hw, uint phy_type, 235 int bandtype, bool cck_only, uint rate_mask, 238 s16 brcms_c_rate_legacy_phyctl(uint rate);
|
D | rate.c | 274 uint idx; in brcms_c_rateset_valid() 308 uint count; in brcms_c_rate_hwrs_filter_sort_validate() 309 uint i; in brcms_c_rate_hwrs_filter_sort_validate() 409 bool basic_only, u8 rates, uint xmask, bool mcsallow) in brcms_c_rateset_filter() 411 uint i; in brcms_c_rateset_filter() 412 uint r; in brcms_c_rateset_filter() 413 uint count; in brcms_c_rateset_filter() 443 uint phy_type, int bandtype, bool cck_only, in brcms_c_rateset_default() 444 uint rate_mask, bool mcsallow, u8 bw, u8 txstreams) in brcms_c_rateset_default() 484 s16 brcms_c_rate_legacy_phyctl(uint rate) in brcms_c_rate_legacy_phyctl() [all …]
|
D | mac80211_if.h | 41 uint ms; 51 uint subunit; /* WDS/BSS unit */ 92 uint brcms_reset(struct brcms_info *wl); 107 void brcms_add_timer(struct brcms_timer *timer, uint ms, int periodic);
|
D | phy_shim.h | 137 void wlapi_add_timer(struct wlapi_timer *t, uint ms, int periodic); 143 void wlapi_bmac_write_shm(struct phy_shim_info *physhim, uint offset, u16 v); 144 u16 wlapi_bmac_read_shm(struct phy_shim_info *physhim, uint offset); 164 void wlapi_copyfrom_objmem(struct phy_shim_info *physhim, uint, void *buf, 166 void wlapi_copyto_objmem(struct phy_shim_info *physhim, uint, const void *buf,
|
D | phy_shim.c | 74 wlapi_add_timer(struct wlapi_timer *t, uint ms, int periodic) in wlapi_add_timer() 99 void wlapi_bmac_write_shm(struct phy_shim_info *physhim, uint offset, u16 v) in wlapi_bmac_write_shm() 104 u16 wlapi_bmac_read_shm(struct phy_shim_info *physhim, uint offset) in wlapi_bmac_read_shm() 205 wlapi_copyfrom_objmem(struct phy_shim_info *physhim, uint offset, void *buf, in wlapi_copyfrom_objmem() 212 wlapi_copyto_objmem(struct phy_shim_info *physhim, uint offset, const void *buf, in wlapi_copyto_objmem()
|
D | main.c | 268 uint brcm_msg_level; 462 static struct brcms_bss_cfg *brcms_c_bsscfg_malloc(uint unit) in brcms_c_bsscfg_malloc() 482 brcms_c_attach_malloc(uint unit, uint *err, uint devid) in brcms_c_attach_malloc() 614 static uint brcms_c_calc_frame_time(struct brcms_c_info *wlc, u32 ratespec, in brcms_c_calc_frame_time() 615 u8 preamble_type, uint mac_len) in brcms_c_calc_frame_time() 617 uint nsyms, dur = 0, Ndps, kNdps; in brcms_c_calc_frame_time() 618 uint rate = rspec2rate(ratespec); in brcms_c_calc_frame_time() 627 uint mcs = ratespec & RSPEC_RATE_MASK; in brcms_c_calc_frame_time() 684 uint offset; in brcms_c_write_inits() 782 static void brcms_c_setxband(struct brcms_hardware *wlc_hw, uint bandunit) in brcms_c_setxband() [all …]
|
D | brcms_trace_brcmsmac.h | 43 __field(uint, ms) 44 __field(uint, set) 45 __field(uint, periodic)
|
D | aiutils.c | 543 uint ai_cc_reg(struct si_pub *sih, uint regoff, u32 mask, u32 val) in ai_cc_reg() 563 static uint ai_slowclk_src(struct si_pub *sih, struct bcma_device *cc) in ai_slowclk_src() 572 static uint ai_slowclk_freq(struct si_pub *sih, bool max_freq, in ai_slowclk_freq() 575 uint div; in ai_slowclk_freq() 586 uint slowmaxfreq, pll_delay, slowclk; in ai_clkctl_setdelay() 587 uint pll_on_delay, fref_sel_delay; in ai_clkctl_setdelay() 640 uint slowminfreq; in ai_clkctl_fast_pwrup_delay()
|
/linux-4.4.14/arch/powerpc/platforms/82xx/ |
D | pq2ads.h | 34 #define BCSR0_LED0 ((uint)0x02000000) /* 0 == on */ 35 #define BCSR0_LED1 ((uint)0x01000000) /* 0 == on */ 36 #define BCSR1_FETHIEN ((uint)0x08000000) /* 0 == enable*/ 37 #define BCSR1_FETH_RST ((uint)0x04000000) /* 0 == reset */ 38 #define BCSR1_RS232_EN1 ((uint)0x02000000) /* 0 ==enable */ 39 #define BCSR1_RS232_EN2 ((uint)0x01000000) /* 0 ==enable */ 40 #define BCSR3_FETHIEN2 ((uint)0x10000000) /* 0 == enable*/ 41 #define BCSR3_FETH2_RST ((uint)0x80000000) /* 0 == reset */
|
D | m82xx_pci.h | 11 #define SIU_INT_IRQ1 ((uint)0x13 + CPM_IRQ_OFFSET)
|
/linux-4.4.14/fs/xfs/ |
D | xfs_mount.h | 61 uint m_readio_log; /* min read size log bytes */ 62 uint m_readio_blocks; /* min read size blocks */ 63 uint m_writeio_log; /* min write size log bytes */ 64 uint m_writeio_blocks; /* min write size blocks */ 70 uint m_rsumlevels; /* rt summary levels */ 71 uint m_rsumsize; /* size of rt summary, bytes */ 83 uint m_inode_cluster_size;/* min inode buf size */ 84 uint m_blockmask; /* sb_blocksize-1 */ 85 uint m_blockwsize; /* sb_blocksize in words */ 86 uint m_blockwmask; /* blockwsize-1 */ [all …]
|
D | xfs_trans.h | 43 uint li_type; /* item type */ 44 uint li_flags; /* misc flags */ 70 uint (*iop_push)(struct xfs_log_item *, struct list_head *); 152 xfs_trans_t *xfs_trans_alloc(struct xfs_mount *, uint); 153 xfs_trans_t *_xfs_trans_alloc(struct xfs_mount *, uint, xfs_km_flags_t); 155 uint, uint); 156 void xfs_trans_mod_sb(xfs_trans_t *, uint, int64_t); 161 uint flags); 169 uint flags) in xfs_trans_get_buf() 209 void xfs_trans_dquot_buf(xfs_trans_t *, struct xfs_buf *, uint); [all …]
|
D | xfs_qm.h | 78 uint qi_dqperchunk; /* # ondisk dqs in above chunk */ 123 struct xfs_dquot *, uint, long); 127 long, long, uint); 162 extern void xfs_qm_dqpurge_all(struct xfs_mount *, uint); 163 extern void xfs_qm_dqrele_all_inodes(struct xfs_mount *, uint); 166 extern int xfs_qm_scall_trunc_qfiles(struct xfs_mount *, uint); 168 uint, struct qc_dqblk *); 169 extern int xfs_qm_scall_setqlim(struct xfs_mount *, xfs_dqid_t, uint, 171 extern int xfs_qm_scall_quotaon(struct xfs_mount *, uint); 172 extern int xfs_qm_scall_quotaoff(struct xfs_mount *, uint);
|
D | xfs_quota.h | 73 uint, long); 77 struct xfs_inode *, long, long, uint); 80 struct xfs_dquot *, struct xfs_dquot *, long, long, uint); 83 prid_t, uint, struct xfs_dquot **, struct xfs_dquot **, 92 struct xfs_dquot *, uint); 93 extern int xfs_qm_dqattach(struct xfs_inode *, uint); 94 extern int xfs_qm_dqattach_locked(struct xfs_inode *, uint); 98 extern int xfs_qm_newmount(struct xfs_mount *, uint *, uint *); 106 prid_t prid, uint flags, struct xfs_dquot **udqp, in xfs_qm_vop_dqalloc() 120 struct xfs_inode *ip, long nblks, long ninos, uint flags) in xfs_trans_reserve_quota_nblks() [all …]
|
D | xfs_log_priv.h | 48 static inline uint xlog_get_client_id(__be32 i) in xlog_get_client_id() 162 uint r_len; /* region length :4 */ 163 uint r_type; /* region's transaction type :4 */ 177 uint t_trans_type; /* transaction type : 4 */ 180 uint t_res_num; /* num in array : 4 */ 181 uint t_res_num_ophdrs; /* num op hdrs : 4 */ 182 uint t_res_arr_sum; /* array sum : 4 */ 183 uint t_res_o_flow; /* sum overflow : 4 */ 368 uint l_flags; 369 uint l_quotaoffs_flag; /* XFS_DQ_*, for QUOTAOFFs */ [all …]
|
D | xfs_buf_item.c | 190 uint offset, in xfs_buf_item_copy_iovec() 192 uint nbits) in xfs_buf_item_copy_iovec() 203 uint offset, in xfs_buf_item_straddle() 217 uint offset, in xfs_buf_item_format_segment() 221 uint base_size; in xfs_buf_item_format_segment() 225 uint nbits; in xfs_buf_item_format_segment() 274 (uint)last_bit + 1); in xfs_buf_item_format_segment() 316 uint offset = 0; in xfs_buf_item_format() 510 STATIC uint 517 uint rval = XFS_ITEM_SUCCESS; in xfs_buf_item_push() [all …]
|
D | xfs_extfree_item.c | 132 STATIC uint 200 uint nextents) in xfs_efi_init() 204 uint size; in xfs_efi_init() 208 size = (uint)(sizeof(xfs_efi_log_item_t) + in xfs_efi_init() 235 uint i; in xfs_efi_copy_format() 236 uint len = sizeof(xfs_efi_log_format_t) + in xfs_efi_copy_format() 238 uint len32 = sizeof(xfs_efi_log_format_32_t) + in xfs_efi_copy_format() 240 uint len64 = sizeof(xfs_efi_log_format_64_t) + in xfs_efi_copy_format() 381 STATIC uint 465 uint nextents) in xfs_efd_init() [all …]
|
D | xfs_log.h | 36 uint type) in xlog_prepare_iovec() 76 uint type, void *data, int len) in xlog_copy_iovec() 134 uint flags, 137 uint flags); 140 uint flags, 144 uint flags); 165 uint t_type);
|
D | xfs_dquot.h | 46 uint dq_flags; /* various flags (XFS_DQ_*) */ 50 uint q_nrefs; /* # active refs from inodes */ 163 extern int xfs_qm_dqread(struct xfs_mount *, xfs_dqid_t, uint, 164 uint, struct xfs_dquot **); 173 xfs_dqid_t, uint, uint, xfs_dquot_t **);
|
D | xfs_inode.h | 391 void xfs_ilock(xfs_inode_t *, uint); 392 int xfs_ilock_nowait(xfs_inode_t *, uint); 393 void xfs_iunlock(xfs_inode_t *, uint); 394 void xfs_ilock_demote(xfs_inode_t *, uint); 395 int xfs_isilocked(xfs_inode_t *, uint); 396 uint xfs_ilock_data_map_shared(struct xfs_inode *); 397 uint xfs_ilock_attr_map_shared(struct xfs_inode *); 402 uint xfs_ip2xflags(struct xfs_inode *); 403 uint xfs_dic2xflags(struct xfs_dinode *); 416 void xfs_lock_inodes(xfs_inode_t **, int, uint); [all …]
|
D | xfs_extfree_item.h | 81 uint efd_next_extent; 93 xfs_efi_log_item_t *xfs_efi_init(struct xfs_mount *, uint); 95 uint);
|
D | xfs_trans_extfree.c | 38 uint nextents) in xfs_trans_get_efi() 66 uint next_extent; in xfs_trans_log_efi_extent() 94 uint nextents) in xfs_trans_get_efd() 123 uint next_extent; in xfs_trans_free_extent()
|
D | xfs_buf_item.h | 66 void xfs_buf_item_log(xfs_buf_log_item_t *, uint, uint); 67 uint xfs_buf_item_dirty(xfs_buf_log_item_t *);
|
D | xfs_qm_bhv.c | 84 uint *needquotamount, in xfs_qm_newmount() 85 uint *quotaflags) in xfs_qm_newmount() 87 uint quotaondisk; in xfs_qm_newmount() 88 uint uquotaondisk = 0, gquotaondisk = 0, pquotaondisk = 0; in xfs_qm_newmount()
|
D | xfs_qm_syscalls.c | 38 STATIC int xfs_qm_log_quotaoff(xfs_mount_t *, xfs_qoff_logitem_t **, uint); 40 uint); 53 uint flags) in xfs_qm_scall_quotaoff() 56 uint dqtype; in xfs_qm_scall_quotaoff() 58 uint inactivate_flags; in xfs_qm_scall_quotaoff() 274 uint flags) in xfs_qm_scall_trunc_qfiles() 309 uint flags) in xfs_qm_scall_quotaon() 312 uint qf; in xfs_qm_scall_quotaon() 400 uint type, in xfs_qm_scall_setqlim() 563 uint flags) in xfs_qm_log_quotaoff_end() [all …]
|
D | xfs_dquot_item.h | 41 struct xfs_qoff_logitem *, uint); 43 struct xfs_qoff_logitem *, uint);
|
D | xfs_pnfs.h | 11 int xfs_break_layouts(struct inode *inode, uint *iolock, bool with_imutex); 14 xfs_break_layouts(struct inode *inode, uint *iolock, bool with_imutex) in xfs_break_layouts()
|
D | xfs_qm.c | 199 uint flags) in xfs_qm_dqpurge_all() 263 uint type, in xfs_qm_dqattach_one() 264 uint doalloc, in xfs_qm_dqattach_one() 333 uint flags) in xfs_qm_dqattach_locked() 382 uint flags) in xfs_qm_dqattach() 717 uint flags) in xfs_qm_qino_alloc() 814 uint type) in xfs_qm_reset_dqcounts() 872 uint flags, in xfs_qm_dqiter_bufs() 942 uint flags, in xfs_qm_dqiterate() 968 uint lock_mode; in xfs_qm_dqiterate() [all …]
|
D | xfs_dquot_item.c | 140 STATIC uint 148 uint rval = XFS_ITEM_SUCCESS; in xfs_qm_dquot_logitem_push() 327 STATIC uint 431 uint flags) in xfs_qm_qoff_logitem_init()
|
D | xfs_trans_inode.c | 41 uint lock_flags) in xfs_trans_ijoin() 105 uint flags) in xfs_trans_log_inode()
|
D | xfs_icache.h | 52 uint flags, uint lock_flags, xfs_inode_t **ipp);
|
D | xfs_inode.c | 93 uint 97 uint lock_mode = XFS_ILOCK_SHARED; in xfs_ilock_data_map_shared() 106 uint 110 uint lock_mode = XFS_ILOCK_SHARED; in xfs_ilock_attr_map_shared() 152 uint lock_flags) in xfs_ilock() 200 uint lock_flags) in xfs_ilock_nowait() 271 uint lock_flags) in xfs_iunlock() 312 uint lock_flags) in xfs_ilock_demote() 332 uint lock_flags) in xfs_isilocked() 438 uint lock_mode) in xfs_lock_inodes() [all …]
|
D | xfs_trans.c | 60 uint type) in xfs_trans_alloc() 73 uint type, in _xfs_trans_alloc() 172 uint blocks, in xfs_trans_reserve() 173 uint rtextents) in xfs_trans_reserve() 290 uint field, in xfs_trans_mod_sb() 314 tp->t_blk_res_used += (uint)-delta; in xfs_trans_mod_sb() 339 tp->t_rtx_res_used += (uint)-delta; in xfs_trans_mod_sb()
|
D | xfs_dquot.c | 230 uint type, in xfs_qm_init_dquot_blk() 461 uint flags) in xfs_qm_dqtobp() 470 uint lock_mode; in xfs_qm_dqtobp() 562 uint type, in xfs_qm_dqread() 563 uint flags, in xfs_qm_dqread() 699 uint type, /* XFS_DQ_USER/XFS_DQ_PROJ/XFS_DQ_GROUP */ in xfs_qm_dqget() 700 uint flags, /* DQALLOC, DQSUSER, DQREPAIR, DOWARN */ in xfs_qm_dqget()
|
D | xfs_trans_dquot.c | 151 uint field, in xfs_trans_mod_dquot_byino() 208 uint field, in xfs_trans_mod_dquot() 598 uint flags) in xfs_trans_dqresv() 755 uint flags) in xfs_trans_reserve_quota_bydquots() 814 uint flags) in xfs_trans_reserve_quota_nblks() 847 uint flags) in xfs_trans_get_qoff_item()
|
/linux-4.4.14/arch/m68k/68360/ |
D | commproc.c | 51 static uint dp_alloc_base; /* Starting offset in DP ram */ 52 static uint dp_alloc_top; /* Max offset + 1 */ 245 uint 246 m360_cpm_dpalloc(uint size) in m360_cpm_dpalloc() 248 uint retloc; in m360_cpm_dpalloc() 264 uint 265 m360_cpm_hostalloc(uint size) 267 uint retloc; 290 m360_cpm_setbrg(uint brg, uint rate) in m360_cpm_setbrg() 292 volatile uint *bp; in m360_cpm_setbrg() [all …]
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | fec.h | 346 #define FEC_ENET_HBERR ((uint)0x80000000) /* Heartbeat error */ 347 #define FEC_ENET_BABR ((uint)0x40000000) /* Babbling receiver */ 348 #define FEC_ENET_BABT ((uint)0x20000000) /* Babbling transmitter */ 349 #define FEC_ENET_GRA ((uint)0x10000000) /* Graceful stop complete */ 350 #define FEC_ENET_TXF_0 ((uint)0x08000000) /* Full frame transmitted */ 351 #define FEC_ENET_TXF_1 ((uint)0x00000008) /* Full frame transmitted */ 352 #define FEC_ENET_TXF_2 ((uint)0x00000080) /* Full frame transmitted */ 353 #define FEC_ENET_TXB ((uint)0x04000000) /* A buffer was transmitted */ 354 #define FEC_ENET_RXF_0 ((uint)0x02000000) /* Full frame received */ 355 #define FEC_ENET_RXF_1 ((uint)0x00000002) /* Full frame received */ [all …]
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_hal.h | 167 uint unit; 168 uint corerev; 171 uint chip; 172 uint chiprev; 173 uint chippkg; 174 uint sromrev; 175 uint boardtype; 176 uint boardrev; 223 void wlc_phy_chanspec_band_validch(struct brcms_phy_pub *ppi, uint band, 225 u16 wlc_phy_chanspec_band_firstch(struct brcms_phy_pub *ppi, uint band); [all …]
|
D | phy_int.h | 251 uint table; 253 uint max; 490 uint unit; 492 uint corerev; 496 uint now; 499 uint chip; 500 uint chiprev; 501 uint chippkg; 502 uint sromrev; 503 uint boardtype; [all …]
|
D | phy_cmn.c | 277 void write_phy_channel_reg(struct brcms_phy *pi, uint val) in write_phy_channel_reg() 399 uint delay = 5; in wlc_phy_timercb_phycal() 434 uint phyversion; in wlc_phy_attach() 833 wlc_phy_table_addr(struct brcms_phy *pi, uint tbl_id, uint tbl_offset, in wlc_phy_table_addr() 849 void wlc_phy_table_data_write(struct brcms_phy *pi, uint width, u32 val) in wlc_phy_table_data_write() 873 uint idx; in wlc_phy_write_table() 874 uint tbl_id = ptbl_info->tbl_id; in wlc_phy_write_table() 875 uint tbl_offset = ptbl_info->tbl_offset; in wlc_phy_write_table() 876 uint tbl_width = ptbl_info->tbl_width; in wlc_phy_write_table() 910 uint idx; in wlc_phy_read_table() [all …]
|
D | phy_lcn.h | 62 uint lcnphy_bandedge_corr; 118 uint lcnphy_aci_start_time;
|
/linux-4.4.14/arch/m68k/mac/ |
D | iop.c | 328 int iop_listen(uint iop_num, uint chan, in iop_listen() 394 static void iop_handle_send(uint iop_num, uint chan) in iop_handle_send() 427 static void iop_handle_recv(uint iop_num, uint chan) in iop_handle_recv() 461 printk(" %02X", (uint) msg->message[i]); in iop_handle_recv() 477 int iop_send_message(uint iop_num, uint chan, void *privdata, in iop_send_message() 478 uint msg_len, __u8 *msg_data, in iop_send_message() 517 void iop_upload_code(uint iop_num, __u8 *code_start, in iop_upload_code() 518 uint code_len, __u16 shared_ram_start) in iop_upload_code() 533 void iop_download_code(uint iop_num, __u8 *code_start, in iop_download_code() 534 uint code_len, __u16 shared_ram_start) in iop_download_code() [all …]
|
D | via.c | 303 (uint) via1[vDirA], (uint) via1[vDirB], (uint) via1[vACR]); in via_debug_dump() 305 (uint) via1[vPCR], (uint) via1[vIFR], (uint) via1[vIER]); in via_debug_dump() 310 (uint) via2[rIFR], (uint) via2[rIER]); in via_debug_dump() 312 (uint) via2[rSIFR], (uint) via2[rSIER]); in via_debug_dump() 315 (uint) via2[vDirA], (uint) via2[vDirB], in via_debug_dump() 316 (uint) via2[vACR]); in via_debug_dump() 318 (uint) via2[vPCR], in via_debug_dump() 319 (uint) via2[vIFR], (uint) via2[vIER]); in via_debug_dump()
|
D | baboon.c | 55 (uint) baboon->mb_control, (uint) baboon->mb_ifr, in baboon_irq() 56 (uint) baboon->mb_status); in baboon_irq()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | proto.h | 29 int (*query_dcmd)(struct brcmf_pub *drvr, int ifidx, uint cmd, 30 void *buf, uint len); 31 int (*set_dcmd)(struct brcmf_pub *drvr, int ifidx, uint cmd, void *buf, 32 uint len); 64 uint cmd, void *buf, uint len) in brcmf_proto_query_dcmd() 69 uint cmd, void *buf, uint len) in brcmf_proto_set_dcmd()
|
D | vendor.h | 55 uint cmd; 57 uint offset; 58 uint set; 59 uint magic;
|
D | sdio.h | 193 uint max_request_size; 195 uint max_segment_size; 196 uint txglomsz; 319 int brcmf_sdiod_send_buf(struct brcmf_sdio_dev *sdiodev, u8 *buf, uint nbytes); 322 int brcmf_sdiod_recv_buf(struct brcmf_sdio_dev *sdiodev, u8 *buf, uint nbytes); 324 struct sk_buff_head *pktq, uint totlen); 341 u8 *data, uint size); 344 int brcmf_sdiod_abort(struct brcmf_sdio_dev *sdiodev, uint fn); 372 void brcmf_sdio_wd_timer(struct brcmf_sdio *bus, uint wdtick);
|
D | bus.h | 80 int (*txctl)(struct device *dev, unsigned char *msg, uint len); 81 int (*rxctl)(struct device *dev, unsigned char *msg, uint len); 133 uint maxctl; 165 int brcmf_bus_txctl(struct brcmf_bus *bus, unsigned char *msg, uint len) in brcmf_bus_txctl() 171 int brcmf_bus_rxctl(struct brcmf_bus *bus, unsigned char *msg, uint len) in brcmf_bus_rxctl() 236 void brcmf_bus_add_txhdrlen(struct device *dev, uint len);
|
D | sdio.c | 77 uint vcons_in; 78 uint vcons_out; 94 uint cbuf_idx; 320 static uint prio2prec(u32 prio) in prio2prec() 329 uint count; /* Poll interval msec counter */ 330 uint log_addr; /* Log struct address (fixed) */ 332 uint bufsize; /* Size of log buffer */ 334 uint last; /* Last buffer read index */ 401 uint intrcount; /* Count of device interrupt callbacks */ 402 uint lastintrs; /* Count as of last watchdog timer */ [all …]
|
D | bcmsdh.c | 235 uint regaddr, u8 byte) in brcmf_sdiod_f0_writeb() 384 brcmf_sdiod_addrprep(struct brcmf_sdio_dev *sdiodev, uint width, u32 *addr) in brcmf_sdiod_addrprep() 386 uint bar0 = *addr & ~SBSDIO_SB_OFT_ADDR_MASK; in brcmf_sdiod_addrprep() 470 static int brcmf_sdiod_buffrw(struct brcmf_sdio_dev *sdiodev, uint fn, in brcmf_sdiod_buffrw() 478 req_sz &= (uint)~3; in brcmf_sdiod_buffrw() 507 static int brcmf_sdiod_sglist_rw(struct brcmf_sdio_dev *sdiodev, uint fn, in brcmf_sdiod_sglist_rw() 643 req_sz = min_t(uint, pkt_next->len - dst_offset, in brcmf_sdiod_sglist_rw() 668 int brcmf_sdiod_recv_buf(struct brcmf_sdio_dev *sdiodev, u8 *buf, uint nbytes) in brcmf_sdiod_recv_buf() 706 struct sk_buff_head *pktq, uint totlen) in brcmf_sdiod_recv_chain() 744 int brcmf_sdiod_send_buf(struct brcmf_sdio_dev *sdiodev, u8 *buf, uint nbytes) in brcmf_sdiod_send_buf() [all …]
|
D | fwil.c | 118 len = min_t(uint, len, BRCMF_DCMD_MAXLEN); in brcmf_fil_cmd_data() 141 min_t(uint, len, MAX_HEX_DUMP_LEN), "data\n"); in brcmf_fil_cmd_data_set() 159 min_t(uint, len, MAX_HEX_DUMP_LEN), "data\n"); in brcmf_fil_cmd_data_get() 229 min_t(uint, len, MAX_HEX_DUMP_LEN), "data\n"); in brcmf_fil_iovar_data_set() 269 min_t(uint, len, MAX_HEX_DUMP_LEN), "data\n"); in brcmf_fil_iovar_data_get() 353 min_t(uint, len, MAX_HEX_DUMP_LEN), "data\n"); in brcmf_fil_bsscfg_data_set() 393 min_t(uint, len, MAX_HEX_DUMP_LEN), "data\n"); in brcmf_fil_bsscfg_data_get()
|
D | bcdc.c | 110 brcmf_proto_bcdc_msg(struct brcmf_pub *drvr, int ifidx, uint cmd, void *buf, in brcmf_proto_bcdc_msg() 111 uint len, bool set) in brcmf_proto_bcdc_msg() 159 brcmf_proto_bcdc_query_dcmd(struct brcmf_pub *drvr, int ifidx, uint cmd, in brcmf_proto_bcdc_query_dcmd() 160 void *buf, uint len) in brcmf_proto_bcdc_query_dcmd() 214 brcmf_proto_bcdc_set_dcmd(struct brcmf_pub *drvr, int ifidx, uint cmd, in brcmf_proto_bcdc_set_dcmd() 215 void *buf, uint len) in brcmf_proto_bcdc_set_dcmd()
|
D | core.h | 112 uint hdrlen; /* Total BRCMF header length (proto + bus) */ 113 uint rxsz; /* Rx buffer size bus module should use */
|
/linux-4.4.14/drivers/hid/ |
D | hid-roccat-common.h | 28 int roccat_common2_receive(struct usb_device *usb_dev, uint report_id, 29 void *data, uint size); 30 int roccat_common2_send(struct usb_device *usb_dev, uint report_id, 31 void const *data, uint size); 33 uint command, void const *buf, uint size); 45 size_t real_size, uint command); 48 size_t real_size, uint command);
|
D | hid-roccat-common.c | 24 int roccat_common2_receive(struct usb_device *usb_dev, uint report_id, in roccat_common2_receive() 25 void *data, uint size) in roccat_common2_receive() 46 int roccat_common2_send(struct usb_device *usb_dev, uint report_id, in roccat_common2_send() 47 void const *data, uint size) in roccat_common2_send() 111 uint command, void const *buf, uint size) in roccat_common2_send_with_status() 135 size_t real_size, uint command) in roccat_common2_sysfs_read() 159 size_t real_size, uint command) in roccat_common2_sysfs_write()
|
D | hid-roccat-kovaplus.c | 28 static uint profile_numbers[5] = {0, 1, 2, 3, 4}; 32 static uint kovaplus_convert_event_cpi(uint value) in kovaplus_convert_event_cpi() 38 uint new_profile_index) in kovaplus_profile_activated() 46 static int kovaplus_send_control(struct usb_device *usb_dev, uint value, in kovaplus_send_control() 67 static int kovaplus_select_profile(struct usb_device *usb_dev, uint number, in kovaplus_select_profile() 74 struct kovaplus_profile_settings *buf, uint number) in kovaplus_get_profile_settings() 129 size_t real_size, uint command) in kovaplus_sysfs_read() 155 size_t real_size, uint command) in kovaplus_sysfs_write() 229 retval = kovaplus_select_profile(usb_dev, *(uint *)(attr->private), in kovaplus_sysfs_read_profilex_settings() 248 retval = kovaplus_select_profile(usb_dev, *(uint *)(attr->private), in kovaplus_sysfs_read_profilex_buttons() [all …]
|
D | hid-roccat-kone.c | 38 static uint profile_numbers[5] = {0, 1, 2, 3, 4}; 40 static void kone_profile_activated(struct kone_device *kone, uint new_profile) in kone_profile_activated() 46 static void kone_profile_report(struct kone_device *kone, uint new_profile) in kone_profile_report() 56 static int kone_receive(struct usb_device *usb_dev, uint usb_command, in kone_receive() 57 void *data, uint size) in kone_receive() 76 static int kone_send(struct usb_device *usb_dev, uint usb_command, in kone_send() 77 void const *data, uint size) in kone_send() 346 memcpy(buf, ((char const *)&kone->profiles[*(uint *)(attr->private)]) + off, count); in kone_sysfs_read_profilex() 367 profile = &kone->profiles[*(uint *)(attr->private)]; in kone_sysfs_write_profilex() 374 *(uint *)(attr->private) + 1); in kone_sysfs_write_profilex() [all …]
|
D | hid-roccat-koneplus.c | 30 static uint profile_numbers[5] = {0, 1, 2, 3, 4}; 35 uint new_profile) in koneplus_profile_activated() 40 static int koneplus_send_control(struct usb_device *usb_dev, uint value, in koneplus_send_control() 88 size_t real_size, uint command) in koneplus_sysfs_read() 114 size_t real_size, uint command) in koneplus_sysfs_write() 201 retval = koneplus_send_control(usb_dev, *(uint *)(attr->private), in koneplus_sysfs_read_profilex_settings() 220 retval = koneplus_send_control(usb_dev, *(uint *)(attr->private), in koneplus_sysfs_read_profilex_buttons()
|
D | hid-roccat-isku.c | 31 static void isku_profile_activated(struct isku_device *isku, uint new_profile) in isku_profile_activated() 36 static int isku_receive(struct usb_device *usb_dev, uint command, in isku_receive() 37 void *buf, uint size) in isku_receive() 122 size_t real_size, uint command) in isku_sysfs_read() 145 size_t real_size, uint command) in isku_sysfs_write()
|
/linux-4.4.14/fs/jfs/ |
D | jfs_incore.h | 40 uint mode2; /* jfs-specific mode */ 47 uint next_index; /* next available directory entry index */ 176 uint aggregate; /* volume identifier in log record */ 188 uint gengen; /* inode generation generator*/ 189 uint inostamp; /* shows inode belongs to fileset*/ 195 uint state; /* mount/recovery state */ 197 uint p_state; /* state prior to going no integrity */ 200 uint umask; /* umask to override on-disk umask */ 201 uint minblks_trim; /* minimum blocks, for online trim */
|
D | jfs_logmgr.h | 398 uint cflag; /* 4: */ 453 uint l_flag; /* 4: pageout control flags */ 465 uint l_offset; /* Offset of l_ldata within the page */
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | ieee80211.h | 308 u8 *rtw_set_ie23a(u8 *pbuf, int index, uint len, const u8 *source, uint *frlen); 315 u8 *rtw_get_ie23a_ex(u8 *in_ie, uint in_len, u8 eid, u8 *oui, u8 oui_len, u8 *ie, uint *ielen); 316 int rtw_ies_remove_ie23a(u8 *ies, uint *ies_len, uint offset, u8 eid, u8 *oui, u8 oui_len); 318 void rtw_set_supported_rate23a(u8 *SupportedRates, uint mode); 323 const u8 *rtw_get_wps_attr23a(const u8 *wps_ie, uint wps_ielen, u16 target_attr_id ,u8 *buf_attr, u… 324 const u8 *rtw_get_wps_attr_content23a(const u8 *wps_ie, uint wps_ielen, u16 target_attr_id ,u8 *buf… 326 uint rtw_get_rateset_len23a(u8 *rateset);
|
D | rtw_mlme.h | 135 uint assoc_by_bssid; 136 uint assoc_by_rssi; 298 uint in_len); 300 uint in_len, uint initial_out_len); 326 u8 *out_ie, uint in_len, uint *pout_len); 328 u8 *pie, uint ie_len);
|
D | rtw_recv.h | 184 uint rx_icv_err; 185 uint rx_largepacket_crcerr; 186 uint rx_smallpacket_crcerr; 187 uint rx_middlepacket_crcerr;
|
D | rtw_xmit.h | 265 uint ff_hwaddr; 266 uint cmd_hwaddr; 293 uint frag_len; 320 uint free_xmitbuf_cnt; 324 uint free_xmit_extbuf_cnt; 341 void rtw_update_protection23a(struct rtw_adapter *padapter, u8 *ie, uint ie_len);
|
D | sta_info.h | 93 uint state; 94 uint aid; 95 uint mac_id; 96 uint qos_option; 99 uint ieee8021x_blocked; /* 0: allowed, 1:blocked */
|
D | rtw_pwrctrl.h | 172 uint ips_enter23a_cnts; 173 uint ips_leave23a_cnts; 177 uint bips_processing;
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | zero.c | 95 module_param(autoresume, uint, S_IRUGO); 100 module_param(max_autoresume, uint, S_IRUGO); 105 module_param(autoresume_interval_ms, uint, S_IRUGO); 233 module_param_named(buflen, gzero_options.bulk_buflen, uint, 0); 234 module_param_named(pattern, gzero_options.pattern, uint, S_IRUGO|S_IWUSR); 237 module_param_named(isoc_interval, gzero_options.isoc_interval, uint, 241 module_param_named(isoc_maxpacket, gzero_options.isoc_maxpacket, uint, 245 module_param_named(isoc_mult, gzero_options.isoc_mult, uint, S_IRUGO|S_IWUSR); 248 module_param_named(isoc_maxburst, gzero_options.isoc_maxburst, uint, 255 module_param_named(qlen, gzero_options.qlen, uint, S_IRUGO|S_IWUSR);
|
D | audio.c | 28 module_param(p_chmask, uint, S_IRUGO); 33 module_param(p_srate, uint, S_IRUGO); 38 module_param(p_ssize, uint, S_IRUGO); 43 module_param(c_chmask, uint, S_IRUGO); 48 module_param(c_srate, uint, S_IRUGO); 53 module_param(c_ssize, uint, S_IRUGO);
|
D | gmidi.c | 59 module_param(buflen, uint, S_IRUGO); 63 module_param(qlen, uint, S_IRUGO); 67 module_param(in_ports, uint, S_IRUGO); 71 module_param(out_ports, uint, S_IRUGO);
|
D | webcam.c | 26 module_param(streaming_interval, uint, S_IRUGO|S_IWUSR); 30 module_param(streaming_maxpacket, uint, S_IRUGO|S_IWUSR); 34 module_param(streaming_maxburst, uint, S_IRUGO|S_IWUSR); 38 module_param(trace, uint, S_IRUGO|S_IWUSR);
|
/linux-4.4.14/drivers/mtd/nand/ |
D | nandsim.c | 90 static uint access_delay = CONFIG_NANDSIM_ACCESS_DELAY; 91 static uint programm_delay = CONFIG_NANDSIM_PROGRAMM_DELAY; 92 static uint erase_delay = CONFIG_NANDSIM_ERASE_DELAY; 93 static uint output_cycle = CONFIG_NANDSIM_OUTPUT_CYCLE; 94 static uint input_cycle = CONFIG_NANDSIM_INPUT_CYCLE; 95 static uint bus_width = CONFIG_NANDSIM_BUS_WIDTH; 96 static uint do_delays = CONFIG_NANDSIM_DO_DELAYS; 97 static uint log = CONFIG_NANDSIM_LOG; 98 static uint dbg = CONFIG_NANDSIM_DBG; 123 module_param(access_delay, uint, 0400); [all …]
|
D | mpc5121_nfc.c | 127 uint column; 136 static inline u16 nfc_read(struct mtd_info *mtd, uint reg) in nfc_read() 145 static inline void nfc_write(struct mtd_info *mtd, uint reg, u16 val) in nfc_write() 154 static inline void nfc_set(struct mtd_info *mtd, uint reg, u16 bits) in nfc_set() 160 static inline void nfc_clear(struct mtd_info *mtd, uint reg, u16 bits) in nfc_clear() 406 static void mpc5121_nfc_copy_spare(struct mtd_info *mtd, uint offset, in mpc5121_nfc_copy_spare() 407 u8 *buffer, uint size, int wr) in mpc5121_nfc_copy_spare() 411 uint o, s, sbsize, blksize; in mpc5121_nfc_copy_spare() 463 uint c = prv->column; in mpc5121_nfc_buf_copy() 464 uint l; in mpc5121_nfc_buf_copy() [all …]
|
D | vf610_nfc.c | 164 uint buf_offset; 204 static inline u32 vf610_nfc_read(struct vf610_nfc *nfc, uint reg) in vf610_nfc_read() 209 static inline void vf610_nfc_write(struct vf610_nfc *nfc, uint reg, u32 val) in vf610_nfc_write() 214 static inline void vf610_nfc_set(struct vf610_nfc *nfc, uint reg, u32 bits) in vf610_nfc_set() 219 static inline void vf610_nfc_clear(struct vf610_nfc *nfc, uint reg, u32 bits) in vf610_nfc_clear() 454 uint c = nfc->buf_offset; in vf610_nfc_read_buf() 468 uint c = nfc->buf_offset; in vf610_nfc_write_buf() 469 uint l; in vf610_nfc_write_buf() 471 l = min_t(uint, len, mtd->writesize + mtd->oobsize - c); in vf610_nfc_write_buf() 482 uint c = nfc->buf_offset; in vf610_nfc_read_byte()
|
/linux-4.4.14/fs/quota/ |
D | quota_tree.c | 52 static ssize_t read_blk(struct qtree_mem_dqinfo *info, uint blk, char *buf) in read_blk() 61 static ssize_t write_blk(struct qtree_mem_dqinfo *info, uint blk, char *buf) in write_blk() 108 static int put_free_dqblk(struct qtree_mem_dqinfo *info, char *buf, uint blk) in put_free_dqblk() 126 uint blk) in remove_free_dqentry() 130 uint nextblk = le32_to_cpu(dh->dqdh_next_free); in remove_free_dqentry() 131 uint prevblk = le32_to_cpu(dh->dqdh_prev_free); in remove_free_dqentry() 173 uint blk) in insert_free_dqentry() 218 static uint find_free_dqentry(struct qtree_mem_dqinfo *info, in find_free_dqentry() 221 uint blk, i; in find_free_dqentry() 292 uint *treeblk, int depth) in do_insert_tree() [all …]
|
/linux-4.4.14/arch/powerpc/platforms/embedded6xx/ |
D | mpc10x.h | 159 uint current_map, 160 uint new_map, 161 uint phys_eumb_base); 162 unsigned long mpc10x_get_mem_size(uint mem_map);
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_ieee80211.c | 89 uint rtw_is_cckrates_included(u8 *rate) in rtw_is_cckrates_included() 102 uint rtw_is_cckratesonly_included(u8 *rate) in rtw_is_cckratesonly_included() 146 uint len, in rtw_set_ie() 148 uint *frlen /* frame length */ in rtw_set_ie() 256 u8 *rtw_get_ie_ex(u8 *in_ie, uint in_len, u8 eid, u8 *oui, u8 oui_len, u8 *ie, uint *ielen) in rtw_get_ie_ex() 258 uint cnt; in rtw_get_ie_ex() 299 int rtw_ies_remove_ie(u8 *ies, uint *ies_len, uint offset, u8 eid, u8 *oui, u8 oui_len) in rtw_ies_remove_ie() 305 uint search_len; in rtw_ies_remove_ie() 318 uint remain_len = search_len - (remain_ies - start); in rtw_ies_remove_ie() 335 void rtw_set_supported_rate(u8 *SupportedRates, uint mode) in rtw_set_supported_rate() [all …]
|
/linux-4.4.14/drivers/media/usb/hdpvr/ |
D | hdpvr.h | 82 uint width, height; 97 uint flags; 146 uint pos; 304 int hdpvr_config_call(struct hdpvr_device *dev, uint value, 331 int hdpvr_alloc_buffers(struct hdpvr_device *dev, uint count);
|
D | hdpvr-core.c | 42 static uint default_video_input = HDPVR_VIDEO_INPUTS; 43 module_param(default_video_input, uint, S_IRUGO|S_IWUSR); 47 static uint default_audio_input = HDPVR_AUDIO_INPUTS; 48 module_param(default_audio_input, uint, S_IRUGO|S_IWUSR); 79 uint i, idx; in challenge()
|
/linux-4.4.14/sound/pci/lx6464es/ |
D | lx6464es.h | 91 uint freq_ratio : 2; 92 uint playback_mute : 1; 93 uint hardware_running[2];
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | core.c | 39 module_param(debug_mask, uint, 0644); 40 module_param(suspend_mode, uint, 0644); 41 module_param(wow_mode, uint, 0644); 42 module_param(uart_debug, uint, 0644); 43 module_param(ath6kl_p2p, uint, 0644); 44 module_param(testmode, uint, 0644); 45 module_param(recovery_enable, uint, 0644); 46 module_param(heart_beat_poll, uint, 0644);
|
/linux-4.4.14/arch/ia64/kernel/ |
D | kprobes.c | 100 static void __kprobes update_kprobe_inst_flag(uint template, uint slot, in update_kprobe_inst_flag() 101 uint major_opcode, in update_kprobe_inst_flag() 153 static uint __kprobes is_cmp_ctype_unc_inst(uint template, uint slot, in is_cmp_ctype_unc_inst() 154 uint major_opcode, in is_cmp_ctype_unc_inst() 158 uint ctype_unc = 0; in is_cmp_ctype_unc_inst() 189 static int __kprobes unsupported_inst(uint template, uint slot, in unsupported_inst() 190 uint major_opcode, in unsupported_inst() 300 static void __kprobes prepare_break_inst(uint template, uint slot, in prepare_break_inst() 301 uint major_opcode, in prepare_break_inst() 336 static void __kprobes get_kprobe_inst(bundle_t *bundle, uint slot, in get_kprobe_inst() [all …]
|
/linux-4.4.14/arch/c6x/kernel/ |
D | c6x_ksyms.c | 44 extern unsigned long long __c6xabi_llshl(unsigned long long src1, uint src2); 47 extern long long __c6xabi_llshr(long long src1, uint src2); 50 extern unsigned long long __c6xabi_llshru(unsigned long long src1, uint src2);
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_proc.c | 242 static int scsi_add_single_device(uint host, uint channel, uint id, uint lun) in scsi_add_single_device() 269 static int scsi_remove_single_device(uint host, uint channel, uint id, uint lun) in scsi_remove_single_device()
|
/linux-4.4.14/drivers/macintosh/ |
D | adb-iop.c | 117 (uint) amsg->count + 2, (uint) amsg->flags, (uint) amsg->cmd); in adb_iop_listen() 119 printk(" %02X", (uint) amsg->data[i]); in adb_iop_listen() 179 printk(" %02X", (uint) req->data[i]); in adb_iop_start()
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_ieee80211.c | 128 u8 *rtw_set_ie23a(u8 *pbuf, int index, uint len, const u8 *source, uint *frlen) in rtw_set_ie23a() 217 u8 *rtw_get_ie23a_ex(u8 *in_ie, uint in_len, u8 eid, u8 *oui, u8 oui_len, in rtw_get_ie23a_ex() 218 u8 *ie, uint *ielen) in rtw_get_ie23a_ex() 220 uint cnt; in rtw_get_ie23a_ex() 261 int rtw_ies_remove_ie23a(u8 *ies, uint *ies_len, uint offset, u8 eid, in rtw_ies_remove_ie23a() 268 uint search_len; in rtw_ies_remove_ie23a() 282 uint remain_len = search_len - (remain_ies - start); in rtw_ies_remove_ie23a() 299 void rtw_set_supported_rate23a(u8 *SupportedRates, uint mode) in rtw_set_supported_rate23a() 330 uint rtw_get_rateset_len23a(u8 *rateset) in rtw_get_rateset_len23a() 332 uint i = 0; in rtw_get_rateset_len23a() [all …]
|
/linux-4.4.14/drivers/staging/fbtft/ |
D | fb_uc1611.c | 45 module_param(ratio, uint, 0); 49 module_param(gain, uint, 0); 53 module_param(pot, uint, 0); 58 module_param(temp, uint, 0); 63 module_param(load, uint, 0); 68 module_param(pump, uint, 0);
|
D | fb_ili9325.c | 36 module_param(bt, uint, 0); 40 module_param(vc, uint, 0); 45 module_param(vrh, uint, 0); 50 module_param(vdv, uint, 0); 55 module_param(vcm, uint, 0);
|
D | fbtft_device.c | 36 module_param(rotate, uint, 0); 41 module_param(busnum, uint, 0); 45 module_param(cs, uint, 0); 49 module_param(speed, uint, 0); 62 module_param(fps, uint, 0); 80 module_param(startbyte, uint, 0); 88 module_param(width, uint, 0); 92 module_param(height, uint, 0); 96 module_param(buswidth, uint, 0); 110 module_param(verbose, uint, 0);
|
D | fb_pcd8544.c | 36 module_param(tc, uint, 0); 40 module_param(bs, uint, 0);
|
D | flexfb.c | 34 module_param(width, uint, 0); 38 module_param(height, uint, 0); 47 module_param(setaddrwin, uint, 0); 51 module_param(buswidth, uint, 0); 55 module_param(regwidth, uint, 0);
|
/linux-4.4.14/include/scsi/ |
D | scsi_device.h | 302 uint, uint, u64, void *hostdata); 303 extern int scsi_add_device(struct Scsi_Host *host, uint channel, 304 uint target, u64 lun); 313 uint, uint, u64); 315 uint, uint, u64);
|
D | scsi_transport.h | 38 int (*user_scan)(struct Scsi_Host *, uint, uint, u64);
|
/linux-4.4.14/drivers/nfc/nfcmrvl/ |
D | uart.c | 223 module_param(flow_control, uint, 0); 226 module_param(break_control, uint, 0); 229 module_param(hci_muxed, uint, 0); 232 module_param(reset_n_io, uint, 0);
|
/linux-4.4.14/net/bluetooth/hidp/ |
D | hidp.h | 156 uint ctrl_mtu; 157 uint intr_mtu; 168 uint rd_size;
|
/linux-4.4.14/include/net/bluetooth/ |
D | rfcomm.h | 163 uint mtu; 189 uint mtu; 190 uint cfc; 191 uint rx_credits; 192 uint tx_credits;
|
/linux-4.4.14/fs/fscache/ |
D | main.c | 26 module_param_named(defer_lookup, fscache_defer_lookup, uint, 32 module_param_named(defer_create, fscache_defer_create, uint, 38 module_param_named(debug, fscache_debug, uint,
|
/linux-4.4.14/drivers/net/wireless/brcm80211/include/ |
D | brcmu_utils.h | 28 uint countdown = (us) + 9; \ 128 struct sk_buff *brcmu_pkt_buf_get_skb(uint len); 138 int brcmu_pktq_mlen(struct pktq *pq, uint prec_bmp); 139 struct sk_buff *brcmu_pktq_mdeq(struct pktq *pq, uint prec_bmp, int *prec_out);
|
/linux-4.4.14/drivers/video/backlight/ |
D | da9052_bl.c | 45 uint brightness; 46 uint state; 47 uint led_reg;
|
/linux-4.4.14/drivers/hwmon/ |
D | dell-smm-hwmon.c | 71 static uint i8k_fan_mult = I8K_FAN_MULT; 72 static uint i8k_pwm_mult; 73 static uint i8k_fan_max = I8K_FAN_HIGH; 106 static uint fan_mult; 107 module_param(fan_mult, uint, 0); 110 static uint fan_max; 111 module_param(fan_max, uint, 0); 792 uint fan_mult; 793 uint fan_max;
|
/linux-4.4.14/drivers/ptp/ |
D | ptp_private.h | 86 uint flags, char __user *buf, size_t cnt); 88 uint ptp_poll(struct posix_clock *pc,
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_tmpl.c | 172 static inline void (*qla27xx_read_vector(uint width))(void __iomem*, void *, ulong *) in qla27xx_read_vector() 182 uint offset, void *buf, ulong *len) in qla27xx_read_reg() 191 uint offset, uint32_t data, void *buf) in qla27xx_write_reg() 202 uint32_t addr, uint offset, uint count, uint width, void *buf, in qla27xx_read_window() 389 uint count = 0; in qla27xx_fwdt_entry_t263() 390 uint i; in qla27xx_fwdt_entry_t263() 391 uint length; in qla27xx_fwdt_entry_t263() 637 uint count = 0; in qla27xx_fwdt_entry_t274() 638 uint i; in qla27xx_fwdt_entry_t274() 725 uint type; [all …]
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_vport.h | 90 int lpfc_vport_tgt_remove(struct Scsi_Host *, uint, uint);
|
/linux-4.4.14/sound/pci/emu10k1/ |
D | emu10k1.c | 54 static uint subsystem[SNDRV_CARDS]; /* Force card subsystem model */ 55 static uint delay_pcm_irq[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 2}; 75 module_param_array(subsystem, uint, NULL, 0444); 77 module_param_array(delay_pcm_irq, uint, NULL, 0444);
|
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/ |
D | xmit_linux.c | 30 uint rtw_remainder_len(struct pkt_file *pfile) in rtw_remainder_len() 49 uint _rtw_pktfile_read(struct pkt_file *pfile, u8 *rmem, uint rlen) in _rtw_pktfile_read() 51 uint len = 0; in _rtw_pktfile_read()
|
/linux-4.4.14/include/linux/ |
D | posix-clock.h | 93 uint (*poll) (struct posix_clock *pc, 99 uint flags, char __user *buf, size_t cnt);
|
/linux-4.4.14/drivers/mtd/devices/ |
D | ms02-nv.c | 78 static inline uint ms02nv_probe_one(ulong addr) in ms02nv_probe_one() 82 uint ms02nv_diag; in ms02nv_probe_one() 83 uint ms02nv_magic; in ms02nv_probe_one() 275 uint stride = 0; in ms02nv_init()
|
/linux-4.4.14/drivers/platform/x86/ |
D | acerhdf.c | 97 module_param(kernelmode, uint, 0); 99 module_param(interval, uint, 0600); 101 module_param(fanon, uint, 0600); 103 module_param(fanoff, uint, 0600); 105 module_param(verbose, uint, 0600);
|
/linux-4.4.14/drivers/staging/rtl8188eu/hal/ |
D | hal_intf.c | 82 uint rtw_hal_init(struct adapter *adapt) in rtw_hal_init() 84 uint status = _SUCCESS; in rtw_hal_init() 108 uint rtw_hal_deinit(struct adapter *adapt) in rtw_hal_deinit() 110 uint status = _SUCCESS; in rtw_hal_deinit()
|
/linux-4.4.14/drivers/irqchip/ |
D | irq-crossbar.c | 38 uint int_max; 39 uint safe_map; 40 uint max_crossbar_sources; 41 uint *irq_map;
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | cxio_dbg.c | 73 void cxio_dump_pbl(struct cxio_rdev *rdev, u32 pbl_addr, uint len, u8 shift) in cxio_dump_pbl() 114 uint size = (uint)(be64_to_cpu(*data) & 0xff); in cxio_dump_wqe()
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | psb_drv.h | 786 static inline u32 MRST_MSG_READ32(uint port, uint offset) in MRST_MSG_READ32() 796 static inline void MRST_MSG_WRITE32(uint port, uint offset, u32 value) in MRST_MSG_WRITE32() 804 static inline u32 MDFLD_MSG_READ32(uint port, uint offset) in MDFLD_MSG_READ32() 814 static inline void MDFLD_MSG_WRITE32(uint port, uint offset, u32 value) in MDFLD_MSG_WRITE32()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-cpm.c | 64 uint rstate; /* Internal */ 65 uint rdp; /* Internal */ 68 uint rxtmp; /* Internal */ 69 uint tstate; /* Internal */ 70 uint tdp; /* Internal */ 73 uint txtmp; /* Internal */ 106 uint dp_addr; 264 rb = (u_char *) (((uint) rb + 1) & ~1); in cpm_i2c_check_message()
|
/linux-4.4.14/drivers/auxdisplay/ |
D | ks0108.c | 45 module_param(ks0108_port, uint, S_IRUGO); 49 module_param(ks0108_delay, uint, S_IRUGO);
|
/linux-4.4.14/arch/ia64/include/asm/sn/ |
D | tioca_provider.h | 37 uint cad_gart_entry; /* start entry in ca_gart_pagemap */ 38 uint cad_gart_size; /* #entries for this map */
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | if_cs.c | 109 static inline unsigned int if_cs_read8(struct if_cs_card *card, uint reg) in if_cs_read8() 116 static inline unsigned int if_cs_read16(struct if_cs_card *card, uint reg) in if_cs_read16() 125 uint reg, in if_cs_read16_rep() 135 static inline void if_cs_write8(struct if_cs_card *card, uint reg, u8 val) in if_cs_write8() 142 static inline void if_cs_write16(struct if_cs_card *card, uint reg, u16 val) in if_cs_write16() 151 uint reg, in if_cs_write16_rep() 174 static int if_cs_poll_while_fw_download(struct if_cs_card *card, uint addr, u8 reg) in if_cs_poll_while_fw_download()
|
/linux-4.4.14/drivers/message/fusion/ |
D | mptctl.h | 270 uint event; 271 uint eventContext; 272 uint data[2];
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | pcie.c | 665 static uint pcie_target = 3; 666 module_param(pcie_target, uint, S_IRUGO); 669 static uint pcie_force; 670 module_param(pcie_force, uint, S_IRUGO); 673 static uint pcie_retry = 5; 674 module_param(pcie_retry, uint, S_IRUGO); 680 static uint pcie_pset = UNSET_PSET; 681 module_param(pcie_pset, uint, S_IRUGO); 879 uint default_pset; in do_pcie_gen3_transition()
|
D | init.c | 84 uint num_rcv_contexts; 85 module_param_named(num_rcv_contexts, num_rcv_contexts, uint, S_IRUGO); 98 module_param_named(rcvarr_split, hfi1_rcvarr_split, uint, S_IRUGO); 101 static uint eager_buffer_size = (2 << 20); /* 2MB */ 102 module_param(eager_buffer_size, uint, S_IRUGO); 105 static uint rcvhdrcnt = 2048; /* 2x the max eager buffer count */ 106 module_param_named(rcvhdrcnt, rcvhdrcnt, uint, S_IRUGO); 109 static uint hfi1_hdrq_entsize = 32; 110 module_param_named(hdrq_entsize, hfi1_hdrq_entsize, uint, S_IRUGO); 114 module_param(user_credit_return_threshold, uint, S_IRUGO); [all …]
|
/linux-4.4.14/sound/soc/omap/ |
D | osk5912.c | 151 curRate = (uint) clk_get_rate(tlv320aic23_mclk); in osk_soc_init() 161 (uint) clk_get_rate(tlv320aic23_mclk), CODEC_CLOCK); in osk_soc_init()
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | intel-mid-touch.c | 172 static int mrstouch_ts_bias_set(uint offset, uint bias) in mrstouch_ts_bias_set() 430 static int mrstouch_read_pmic_id(uint *vendor, uint *rev) in mrstouch_read_pmic_id() 481 static int mrstouch_ts_chan_set(uint offset) in mrstouch_ts_chan_set()
|
D | mk712.c | 53 module_param_named(io, mk712_io, uint, 0); 57 module_param_named(irq, mk712_irq, uint, 0);
|
/linux-4.4.14/drivers/cpufreq/ |
D | loongson2_cpufreq.c | 25 static uint nowait; 195 module_param(nowait, uint, 0644);
|
D | pxa2xx-cpufreq.c | 46 module_param(freq_debug, uint, 0); 55 module_param(pxa27x_maxfreq, uint, 0); 120 module_param(pxa255_turbo_table, uint, 0);
|
/linux-4.4.14/net/ipv4/ |
D | tcp_dctcp.c | 62 module_param(dctcp_shift_g, uint, 0644); 66 module_param(dctcp_alpha_on_init, uint, 0644); 70 module_param(dctcp_clamp_alpha_on_loss, uint, 0644);
|
D | tcp_cdg.c | 45 module_param(backoff_beta, uint, 0644); 47 module_param(backoff_factor, uint, 0644); 49 module_param(hystart_detect, uint, 0644); 52 module_param(use_ineff, uint, 0644);
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_mass_storage.h | 42 _FSG_MODULE_PARAM(prefix, params, luns, uint, \ 51 module_param_named(num_buffers, fsg_num_buffers, uint, S_IRUGO);\
|
/linux-4.4.14/sound/pci/ctxfi/ |
D | xfi.c | 29 module_param(reference_rate, uint, S_IRUGO); 31 module_param(multiple, uint, S_IRUGO);
|
/linux-4.4.14/drivers/staging/android/ |
D | lowmemorykiller.c | 203 module_param_array_named(minfree, lowmem_minfree, uint, &lowmem_minfree_size, 205 module_param_named(debug_level, lowmem_debug_level, uint, S_IRUGO | S_IWUSR);
|
/linux-4.4.14/drivers/idle/ |
D | i7300_idle.c | 42 module_param_named(debug, debug, uint, 0644); 46 module_param_named(forceload, forceload, uint, 0644); 60 static uint throttle_low_limit = 1; 61 module_param_named(throttle_low_limit, throttle_low_limit, uint, 0644);
|
/linux-4.4.14/fs/befs/ |
D | datastream.c | 49 befs_off_t pos, uint * off) in befs_read_datastream() 195 uint dbl_bytes; in befs_count_blocks() 196 uint dbl_bruns; in befs_count_blocks() 197 uint indirblocks; in befs_count_blocks()
|
/linux-4.4.14/drivers/block/rsxx/ |
D | dev.c | 41 module_param(blkdev_minors, uint, 0444); 50 module_param(blkdev_max_hw_sectors, uint, 0444); 54 module_param(enable_blkdev , uint, 0444);
|
/linux-4.4.14/net/tipc/ |
D | msg.c | 89 struct sk_buff *tipc_msg_create(uint user, uint type, in tipc_msg_create() 90 uint hdr_sz, uint data_sz, u32 dnode, in tipc_msg_create() 482 int dlen = min_t(uint, msg_data_sz(hdr), MAX_FORWARD_SIZE); in tipc_msg_reverse()
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | l1oip_core.c | 261 module_param_array(type, uint, NULL, S_IRUGO | S_IWUSR); 262 module_param_array(codec, uint, NULL, S_IRUGO | S_IWUSR); 263 module_param_array(ip, uint, NULL, S_IRUGO | S_IWUSR); 264 module_param_array(port, uint, NULL, S_IRUGO | S_IWUSR); 265 module_param_array(remoteport, uint, NULL, S_IRUGO | S_IWUSR); 266 module_param_array(ondemand, uint, NULL, S_IRUGO | S_IWUSR); 267 module_param_array(limit, uint, NULL, S_IRUGO | S_IWUSR); 268 module_param_array(id, uint, NULL, S_IRUGO | S_IWUSR); 269 module_param(ulaw, uint, S_IRUGO | S_IWUSR); 270 module_param(debug, uint, S_IRUGO | S_IWUSR);
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmutil/ |
D | utils.c | 29 struct sk_buff *brcmu_pkt_buf_get_skb(uint len) in brcmu_pkt_buf_get_skb() 216 int brcmu_pktq_mlen(struct pktq *pq, uint prec_bmp) in brcmu_pktq_mlen() 231 struct sk_buff *brcmu_pktq_mdeq(struct pktq *pq, uint prec_bmp, in brcmu_pktq_mdeq()
|