/linux-4.19.296/drivers/isdn/hardware/eicon/ |
D | dsp_defs.h | 97 word format_version_bcd; 98 word header_size; 99 word combifile_description_size; 100 word directory_entries; 101 word directory_size; 102 word download_count; 103 word usage_mask_size; 107 word card_type_number; 108 word file_set_number; 113 word format_version_bcd; [all …]
|
D | capi20.h | 52 word MessageBufferSize; 53 word maxLogicalConnection; 54 word maxBDataBlocks; 55 word maxBDataLen; 58 word CapiMajor; 59 word CapiMinor; 60 word ManuMajor; 61 word ManuMinor; 64 word Number; 65 word Channels; [all …]
|
D | divacapi.h | 115 word options; 116 word format; 133 word length; 143 word Handle; 144 word Number; 145 word Flags; 146 word Length; 151 word Handle; 152 word Number; 160 word Id; [all …]
|
D | capidtmf.h | 52 word digit_write_pos; 53 word digit_read_pos; 54 word indication_state; 55 word indication_state_ack; 57 word min_gap_duration; 58 word min_digit_duration; 59 word cycle_counter; 60 word current_digit_on_time; 61 word current_digit_off_time; 70 word capidtmf_recv_indication(t_capidtmf_state *p_state, byte *buffer); [all …]
|
D | pr_pc.h | 27 word NextReq; /* pointer to next Req Buffer */ 28 word NextRc; /* pointer to next Rc Buffer */ 29 word NextInd; /* pointer to next Ind Buffer */ 42 word Signature; /* ISDN-P initialized indication */ 46 word next; 51 word Reference; 56 word next; 61 word Reference; 65 word next; 70 word MLength; [all …]
|
D | io.h | 170 word QsigFeatures; 179 word AlertToIn20mSecTicks; 180 word ModemEyeSetup; 193 word e_max; 194 word e_count; 196 word assign; /* list of pending ASSIGNs */ 197 word head; /* head of request queue */ 198 word tail; /* tail of request queue */ 234 word assign_ref; /* assign reference */ 244 word ebit; [all …]
|
D | pc_maint.h | 92 word er_b1; 93 word er_b2; 98 word XError; 99 word RError; 111 word w[BUFFER_SZ >> 1]; 112 word l[BUFFER_SZ >> 2]; /* word is wrong, do not use! Use 'd' instead. */ 122 word w[MIPS_BUFFER_SZ >> 1]; 123 word l[BUFFER_SZ >> 2]; /* word is wrong, do not use! Use 'd' instead. */ 133 word port; 145 word port; [all …]
|
D | di_defs.h | 45 word length; /* length of data/parameter field */ 49 word command; /* command = 0x0100 */ 53 word command; /* command = 0x0300 */ 54 word dummy; /* not used */ 63 word command; /* command = 0x0600 */ 68 word PLength; 84 word RLength; /* length of current R-data */ 89 word user[2]; 97 word XOffset; /* offset in x-buffer */ 98 word ROffset; /* offset in r-buffer */ [all …]
|
D | di.c | 46 static byte isdn_rc(ADAPTER *, byte, byte, byte, word, dword, dword); 47 static byte isdn_ind(ADAPTER *, byte, byte, byte, PBUFFER *, byte, word); 59 static void xdi_xlog(byte *msg, word code, int length); 83 word length; in pr_out() 84 word i; in pr_out() 85 word clength; in pr_out() 136 clength = min((word)(270 - length), (word)(X[i].PLength-this->XOffset)); in pr_out() 360 word Ref, in isdn_rc() 366 word i; in isdn_rc() 564 word MLength) in isdn_ind() [all …]
|
D | di.h | 52 word (*ram_inw)(ADAPTER *a, void *adr); 53 void (*ram_in_buffer)(ADAPTER *a, void *adr, void *P, word length); 56 void (*ram_outw)(ADAPTER *a, void *adr, word data); 57 void (*ram_out_buffer)(ADAPTER *a, void *adr, void *P, word length); 62 word tx_pos[256]; 63 word rx_pos[256]; 90 void assign_queue(ADAPTER *a, byte e_no, word ref); 91 byte get_assign(ADAPTER *a, word ref);
|
D | message.c | 64 word CapiRelease(word); 65 word CapiRegister(word); 66 word api_put(APPL *, CAPI_MSG *); 67 static word api_parse(byte *, word, byte *, API_PARSE *); 71 word api_remove_start(void); 92 static byte connect_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *); 93 static byte connect_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *); 94 static byte connect_a_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *); 95 static byte disconnect_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *); 96 static byte disconnect_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *); [all …]
|
/linux-4.19.296/include/linux/ |
D | wait_bit.h | 21 #define __WAIT_BIT_KEY_INITIALIZER(word, bit) \ argument 22 { .flags = word, .bit_nr = bit, } 26 void __wake_up_bit(struct wait_queue_head *wq_head, void *word, int bit); 29 void wake_up_bit(void *word, int bit); 30 int out_of_line_wait_on_bit(void *word, int, wait_bit_action_f *action, unsigned int mode); 31 int out_of_line_wait_on_bit_timeout(void *word, int, wait_bit_action_f *action, unsigned int mode, … 32 int out_of_line_wait_on_bit_lock(void *word, int, wait_bit_action_f *action, unsigned int mode); 33 struct wait_queue_head *bit_waitqueue(void *word, int bit); 38 #define DEFINE_WAIT_BIT(name, word, bit) \ argument 40 .key = __WAIT_BIT_KEY_INITIALIZER(word, bit), \ [all …]
|
D | bitops.h | 62 static inline __u64 rol64(__u64 word, unsigned int shift) in rol64() argument 64 return (word << (shift & 63)) | (word >> ((-shift) & 63)); in rol64() 72 static inline __u64 ror64(__u64 word, unsigned int shift) in ror64() argument 74 return (word >> (shift & 63)) | (word << ((-shift) & 63)); in ror64() 82 static inline __u32 rol32(__u32 word, unsigned int shift) in rol32() argument 84 return (word << (shift & 31)) | (word >> ((-shift) & 31)); in rol32() 92 static inline __u32 ror32(__u32 word, unsigned int shift) in ror32() argument 94 return (word >> (shift & 31)) | (word << ((-shift) & 31)); in ror32() 102 static inline __u16 rol16(__u16 word, unsigned int shift) in rol16() argument 104 return (word << (shift & 15)) | (word >> ((-shift) & 15)); in rol16() [all …]
|
D | sbitmap.h | 35 unsigned long word; member 253 struct sbitmap_word *word = &sb->map[index]; in __sbitmap_for_each_set() local 254 unsigned int depth = min_t(unsigned int, word->depth - nr, in __sbitmap_for_each_set() 258 if (!word->word) in __sbitmap_for_each_set() 268 nr = find_next_bit(&word->word, depth, nr); in __sbitmap_for_each_set() 298 return &sb->map[SB_NR_TO_INDEX(sb, bitnr)].word; in __sbitmap_word()
|
/linux-4.19.296/include/asm-generic/bitops/ |
D | __ffs.h | 13 static __always_inline unsigned long __ffs(unsigned long word) in __ffs() argument 18 if ((word & 0xffffffff) == 0) { in __ffs() 20 word >>= 32; in __ffs() 23 if ((word & 0xffff) == 0) { in __ffs() 25 word >>= 16; in __ffs() 27 if ((word & 0xff) == 0) { in __ffs() 29 word >>= 8; in __ffs() 31 if ((word & 0xf) == 0) { in __ffs() 33 word >>= 4; in __ffs() 35 if ((word & 0x3) == 0) { in __ffs() [all …]
|
D | __fls.h | 13 static __always_inline unsigned long __fls(unsigned long word) in __fls() argument 18 if (!(word & (~0ul << 32))) { in __fls() 20 word <<= 32; in __fls() 23 if (!(word & (~0ul << (BITS_PER_LONG-16)))) { in __fls() 25 word <<= 16; in __fls() 27 if (!(word & (~0ul << (BITS_PER_LONG-8)))) { in __fls() 29 word <<= 8; in __fls() 31 if (!(word & (~0ul << (BITS_PER_LONG-4)))) { in __fls() 33 word <<= 4; in __fls() 35 if (!(word & (~0ul << (BITS_PER_LONG-2)))) { in __fls() [all …]
|
D | builtin-__fls.h | 11 static __always_inline unsigned long __fls(unsigned long word) in __fls() argument 13 return (sizeof(word) * 8) - 1 - __builtin_clzl(word); in __fls()
|
/linux-4.19.296/drivers/xen/events/ |
D | events_fifo.c | 196 event_word_t *word = event_word_from_port(port); in evtchn_fifo_clear_pending() local 197 sync_clear_bit(EVTCHN_FIFO_BIT(PENDING, word), BM(word)); in evtchn_fifo_clear_pending() 202 event_word_t *word = event_word_from_port(port); in evtchn_fifo_set_pending() local 203 sync_set_bit(EVTCHN_FIFO_BIT(PENDING, word), BM(word)); in evtchn_fifo_set_pending() 208 event_word_t *word = event_word_from_port(port); in evtchn_fifo_is_pending() local 209 return sync_test_bit(EVTCHN_FIFO_BIT(PENDING, word), BM(word)); in evtchn_fifo_is_pending() 214 event_word_t *word = event_word_from_port(port); in evtchn_fifo_mask() local 215 sync_set_bit(EVTCHN_FIFO_BIT(MASKED, word), BM(word)); in evtchn_fifo_mask() 220 event_word_t *word = event_word_from_port(port); in evtchn_fifo_is_masked() local 221 return sync_test_bit(EVTCHN_FIFO_BIT(MASKED, word), BM(word)); in evtchn_fifo_is_masked() [all …]
|
/linux-4.19.296/drivers/gpio/ |
D | gpio-max7301.c | 26 u16 word = ((reg & 0x7F) << 8) | (val & 0xFF); in max7301_spi_write() local 28 return spi_write_then_read(spi, &word, sizeof(word), NULL, 0); in max7301_spi_write() 36 u16 word; in max7301_spi_read() local 39 word = 0x8000 | (reg << 8); in max7301_spi_read() 40 ret = spi_write_then_read(spi, &word, sizeof(word), &word, in max7301_spi_read() 41 sizeof(word)); in max7301_spi_read() 44 return word & 0xff; in max7301_spi_read()
|
/linux-4.19.296/drivers/irqchip/ |
D | irq-bcm7038-l1.c | 78 unsigned int word) in reg_status() argument 80 return (0 * intc->n_words + word) * sizeof(u32); in reg_status() 84 unsigned int word) in reg_mask_status() argument 86 return (1 * intc->n_words + word) * sizeof(u32); in reg_mask_status() 90 unsigned int word) in reg_mask_set() argument 92 return (2 * intc->n_words + word) * sizeof(u32); in reg_mask_set() 96 unsigned int word) in reg_mask_clr() argument 98 return (3 * intc->n_words + word) * sizeof(u32); in reg_mask_clr() 154 u32 word = d->hwirq / IRQS_PER_WORD; in __bcm7038_l1_unmask() local 157 intc->cpus[cpu_idx]->mask_cache[word] &= ~mask; in __bcm7038_l1_unmask() [all …]
|
D | irq-bcm6345-l1.c | 95 unsigned int word) in reg_enable() argument 98 return (1 * intc->n_words - word - 1) * sizeof(u32); in reg_enable() 100 return (0 * intc->n_words + word) * sizeof(u32); in reg_enable() 105 unsigned int word) in reg_status() argument 108 return (2 * intc->n_words - word - 1) * sizeof(u32); in reg_status() 110 return (1 * intc->n_words + word) * sizeof(u32); in reg_status() 153 u32 word = d->hwirq / IRQS_PER_WORD; in __bcm6345_l1_unmask() local 157 intc->cpus[cpu_idx]->enable_cache[word] |= mask; in __bcm6345_l1_unmask() 158 __raw_writel(intc->cpus[cpu_idx]->enable_cache[word], in __bcm6345_l1_unmask() 159 intc->cpus[cpu_idx]->map_base + reg_enable(intc, word)); in __bcm6345_l1_unmask() [all …]
|
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_rtbitmap.c | 121 int word; /* word number in the buffer */ in xfs_rtfind_back() local 135 word = XFS_BITTOWORD(mp, start); in xfs_rtfind_back() 136 b = &bufp[word]; in xfs_rtfind_back() 174 if (--word == -1 && i < len) { in xfs_rtfind_back() 184 word = XFS_BLOCKWMASK(mp); in xfs_rtfind_back() 185 b = &bufp[word]; in xfs_rtfind_back() 220 if (--word == -1 && i < len) { in xfs_rtfind_back() 230 word = XFS_BLOCKWMASK(mp); in xfs_rtfind_back() 231 b = &bufp[word]; in xfs_rtfind_back() 296 int word; /* word number in the buffer */ in xfs_rtfind_forw() local [all …]
|
/linux-4.19.296/lib/ |
D | sbitmap.c | 82 static int __sbitmap_get_word(unsigned long *word, unsigned long depth, in __sbitmap_get_word() argument 89 nr = find_next_zero_bit(word, depth, hint); in __sbitmap_get_word() 103 if (!test_and_set_bit_lock(nr, word)) in __sbitmap_get_word() 122 nr = __sbitmap_get_word(&sb->map[index].word, in sbitmap_get() 154 nr = __sbitmap_get_word(&sb->map[index].word, in sbitmap_get_shallow() 181 if (sb->map[i].word) in sbitmap_any_bit_set() 193 const struct sbitmap_word *word = &sb->map[i]; in sbitmap_any_bit_clear() local 196 ret = find_first_zero_bit(&word->word, word->depth); in sbitmap_any_bit_clear() 197 if (ret < word->depth) in sbitmap_any_bit_clear() 209 const struct sbitmap_word *word = &sb->map[i]; in sbitmap_weight() local [all …]
|
/linux-4.19.296/drivers/pci/ |
D | syscall.c | 19 u16 word; in SYSCALL_DEFINE5() local 39 cfg_ret = pci_user_read_config_word(dev, off, &word); in SYSCALL_DEFINE5() 58 err = put_user(word, (unsigned short __user *)buf); in SYSCALL_DEFINE5() 91 u16 word; in SYSCALL_DEFINE5() local 113 err = get_user(word, (u16 __user *)buf); in SYSCALL_DEFINE5() 116 err = pci_user_write_config_word(dev, off, word); in SYSCALL_DEFINE5()
|
/linux-4.19.296/drivers/media/tuners/ |
D | qm1d1b0004.c | 108 u16 word; in qm1d1b0004_set_params() local 118 word = DIV_ROUND_CLOSEST(frequency, pll); in qm1d1b0004_set_params() 121 word = (word << 1 & ~0x1f) | (word & 0x0f); in qm1d1b0004_set_params() 124 buf[0] = 0x40 | word >> 8; in qm1d1b0004_set_params() 125 buf[1] = word; in qm1d1b0004_set_params()
|