Searched refs:insert (Results 1 – 11 of 11) sorted by relevance
/drivers/staging/speakup/ |
D | DefaultKeyAssignments | 6 We have remapped the insert or zero key on the keypad to act as a 8 InsKeyPad-period means hold down the insert key like a shift key and 31 InsKeyPad-9 Move reading cursor to top of screen (insert pgup) 32 InsKeyPad-3 Move reading cursor to bottom of screen (insert pgdn) 33 InsKeyPad-7 Move reading cursor to left edge of screen (insert home) 34 InsKeyPad-1 Move reading cursor to right edge of screen (insert end)
|
D | spkguide.txt | 181 It's also worth noting that the insert key on the keypad is mapped 185 insert, from now on called speakup, and keypad enter will toggle the 196 key (remember that this is the keypad insert key), and press the f1 key. 253 and hold the speakup key, a.k.a. keypad insert, a.k.a. caps lock, while 1471 it individually under this License, provided you insert a copy of this
|
/drivers/md/bcache/ |
D | btree.c | 1639 static void shift_keys(struct btree *b, struct bkey *where, struct bkey *insert) in shift_keys() argument 1643 memmove((uint64_t *) where + bkey_u64s(insert), in shift_keys() 1647 i->keys += bkey_u64s(insert); in shift_keys() 1648 bkey_copy(where, insert); in shift_keys() 1653 struct bkey *insert, in fix_overlapping_extents() argument 1670 bkey_cmp(&START_KEY(k), insert) >= 0) in fix_overlapping_extents() 1673 if (bkey_cmp(k, &START_KEY(insert)) <= 0) in fix_overlapping_extents() 1702 if (KEY_START(k) > KEY_START(insert) + sectors_found) in fix_overlapping_extents() 1717 sectors_found = KEY_OFFSET(k) - KEY_START(insert); in fix_overlapping_extents() 1720 if (bkey_cmp(insert, k) < 0 && in fix_overlapping_extents() [all …]
|
/drivers/staging/silicom/ |
D | README | 5 The pairs either act as a "wire" allowing the network packets to pass or insert the device in
|
/drivers/char/agp/ |
D | efficeon-agp.c | 262 unsigned long insert = efficeon_mask_memory(mem->pages[i]); in efficeon_insert_memory() local 270 *page = insert; in efficeon_insert_memory()
|
/drivers/md/persistent-data/ |
D | dm-btree.c | 642 static int insert(struct dm_btree_info *info, dm_block_t root, in insert() function 742 return insert(info, root, keys, value, new_root, NULL); in dm_btree_insert() 751 return insert(info, root, keys, value, new_root, inserted); in dm_btree_insert_notify()
|
/drivers/block/drbd/ |
D | Kconfig | 63 512 insert data corruption on receiving side
|
/drivers/scsi/aacraid/ |
D | linit.c | 1109 struct list_head *insert = &aac_devices; in aac_probe_one() local 1118 insert = &aac->entry; in aac_probe_one() 1255 list_add(&aac->entry, insert); in aac_probe_one()
|
/drivers/staging/zcache/ |
D | tmem.c | 376 goto insert; in tmem_pampd_add_to_obj() 390 insert: in tmem_pampd_add_to_obj()
|
/drivers/mmc/host/ |
D | Kconfig | 453 card whenever you insert a MMC or SD card into the card slot.
|
/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 2340 static inline void port_cfg_ins_tag(struct ksz_hw *hw, int p, int insert) in port_cfg_ins_tag() argument 2343 KS8842_PORT_CTRL_1_OFFSET, PORT_INSERT_TAG, insert); in port_cfg_ins_tag()
|