Searched refs:nsh (Results 1 – 6 of 6) sorted by relevance
/drivers/bluetooth/ |
D | dtl1_cs.c | 97 struct nsh { struct 205 struct nsh *nsh; in dtl1_receive() local 230 nsh = (struct nsh *)info->rx_skb->data; in dtl1_receive() 239 info->rx_count = nsh->len + (nsh->len & 0x0001); in dtl1_receive() 242 hci_skb_pkt_type(info->rx_skb) = nsh->type; in dtl1_receive() 245 if (nsh->len & 0x0001) { in dtl1_receive() 388 struct nsh nsh; in dtl1_hci_send_frame() local 393 nsh.type = 0x81; in dtl1_hci_send_frame() 397 nsh.type = 0x82; in dtl1_hci_send_frame() 401 nsh.type = 0x83; in dtl1_hci_send_frame() [all …]
|
/drivers/net/dsa/hirschmann/ |
D | hellcreek_ptp.c | 31 u16 nsl, nsh; in hellcreek_ptp_clock_read() local 43 nsh = hellcreek_ptp_read(hellcreek, PR_SS_SYNC_DATA_C); in hellcreek_ptp_clock_read() 44 nsh = hellcreek_ptp_read(hellcreek, PR_SS_SYNC_DATA_C); in hellcreek_ptp_clock_read() 45 nsh = hellcreek_ptp_read(hellcreek, PR_SS_SYNC_DATA_C); in hellcreek_ptp_clock_read() 46 nsh = hellcreek_ptp_read(hellcreek, PR_SS_SYNC_DATA_C); in hellcreek_ptp_clock_read() 49 return (u64)nsl | ((u64)nsh << 16); in hellcreek_ptp_clock_read() 102 u16 secl, nsh, nsl; in hellcreek_ptp_settime() local 105 nsh = ((u32)ts->tv_nsec & 0xffff0000) >> 16; in hellcreek_ptp_settime() 118 hellcreek_ptp_write(hellcreek, nsh, PR_CLOCK_WRITE_C); in hellcreek_ptp_settime()
|
D | hellcreek_hwtstamp.c | 202 u16 nsl, nsh; in hellcreek_ptp_hwtstamp_read() local 204 nsh = hellcreek_ptp_read(hellcreek, ts_reg); in hellcreek_ptp_hwtstamp_read() 205 nsh = hellcreek_ptp_read(hellcreek, ts_reg); in hellcreek_ptp_hwtstamp_read() 206 nsh = hellcreek_ptp_read(hellcreek, ts_reg); in hellcreek_ptp_hwtstamp_read() 207 nsh = hellcreek_ptp_read(hellcreek, ts_reg); in hellcreek_ptp_hwtstamp_read() 210 return (u64)nsl | ((u64)nsh << 16); in hellcreek_ptp_hwtstamp_read()
|
/drivers/md/ |
D | raid5.c | 2557 struct stripe_head *osh, *nsh; in resize_stripes() local 2578 nsh = alloc_stripe(sc, GFP_KERNEL, newsize, conf); in resize_stripes() 2579 if (!nsh) in resize_stripes() 2582 list_add(&nsh->lru, &newstripes); in resize_stripes() 2587 nsh = list_entry(newstripes.next, struct stripe_head, lru); in resize_stripes() 2588 list_del(&nsh->lru); in resize_stripes() 2589 free_stripe(sc, nsh); in resize_stripes() 2601 list_for_each_entry(nsh, &newstripes, lru) { in resize_stripes() 2612 nsh->pages[i] = osh->pages[i]; in resize_stripes() 2617 nsh->dev[i].page = osh->dev[i].page; in resize_stripes() [all …]
|
/drivers/perf/ |
D | arm_spe_pmu.c | 546 dsb(nsh); in arm_spe_pmu_disable_and_drain_local() 566 dsb(nsh); in arm_spe_pmu_buf_get_fault_act()
|
/drivers/hwtracing/coresight/ |
D | coresight-trbe.c | 212 dsb(nsh); in trbe_drain_buffer()
|